From daee93dc48734fc89d63ea2bdfb2d7c763da92eb Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Sun, 31 May 2020 19:17:00 +0200 Subject: [PATCH] Stone variant recipes - Setup automated recipes for stone palette blocks and their stairs/slabs/etc - Fixed datagen putting air blocks as drops for attached logistical blocks - Fixed recipes and lang entries using outdated registry names - Fixed kinetic blocks appearing twice in the main creative tab --- src/generated/resources/.cache/cache | 786 +++++++++++++++++- .../assets/create/blockstates/drill.json | 30 - .../assets/create/blockstates/harvester.json | 19 - ...ation_chassis.json => linear_chassis.json} | 24 +- .../create/blockstates/mechanical_drill.json | 30 + .../blockstates/mechanical_harvester.json | 19 + .../create/blockstates/mechanical_plough.json | 19 + .../{saw.json => mechanical_saw.json} | 48 +- .../assets/create/blockstates/plough.json | 19 - ...ation_chassis.json => radial_chassis.json} | 54 +- ...ary.json => secondary_linear_chassis.json} | 24 +- .../resources/assets/create/lang/en_ud.json | 14 +- .../resources/assets/create/lang/en_us.json | 396 +++++---- .../create/models/block/linear_chassis.json | 8 + .../models/block/linear_chassis_bottom.json | 8 + .../models/block/linear_chassis_top.json | 8 + .../block/linear_chassis_top_bottom.json | 8 + .../models/block/radial_chassis_side_x.json | 6 + .../block/radial_chassis_side_x_sticky.json | 6 + .../models/block/radial_chassis_side_y.json | 6 + .../block/radial_chassis_side_y_sticky.json | 6 + .../models/block/radial_chassis_side_z.json | 6 + .../block/radial_chassis_side_z_sticky.json | 6 + .../models/block/rotation_chassis_side_x.json | 6 - .../block/rotation_chassis_side_x_sticky.json | 6 - .../models/block/rotation_chassis_side_y.json | 6 - .../block/rotation_chassis_side_y_sticky.json | 6 - .../models/block/rotation_chassis_side_z.json | 6 - .../block/rotation_chassis_side_z_sticky.json | 6 - .../block/secondary_linear_chassis.json | 8 + .../secondary_linear_chassis_bottom.json | 8 + .../block/secondary_linear_chassis_top.json | 8 + .../secondary_linear_chassis_top_bottom.json | 8 + .../models/block/translation_chassis.json | 8 - .../block/translation_chassis_bottom.json | 8 - .../block/translation_chassis_secondary.json | 8 - .../translation_chassis_secondary_bottom.json | 8 - .../translation_chassis_secondary_top.json | 8 - ...nslation_chassis_secondary_top_bottom.json | 8 - .../models/block/translation_chassis_top.json | 8 - .../block/translation_chassis_top_bottom.json | 8 - .../assets/create/models/item/drill.json | 3 - .../assets/create/models/item/harvester.json | 3 - .../create/models/item/linear_chassis.json | 3 + .../create/models/item/mechanical_drill.json | 3 + .../models/item/mechanical_harvester.json | 3 + .../create/models/item/mechanical_plough.json | 3 + .../create/models/item/mechanical_saw.json | 3 + .../assets/create/models/item/plough.json | 3 - .../create/models/item/radial_chassis.json | 7 + .../create/models/item/rotation_chassis.json | 7 - .../assets/create/models/item/saw.json | 3 - .../models/item/secondary_linear_chassis.json | 3 + .../models/item/translation_chassis.json | 3 - .../item/translation_chassis_secondary.json | 3 - .../data/create/advancements/drill.json | 6 +- ...ite_bricks_from_andesite_stonecutting.json | 32 + .../create.palettes/andesite_bricks_slab.json | 32 + ...lab_from_andesite_bricks_stonecutting.json | 32 + .../andesite_bricks_stairs.json | 32 + ...irs_from_andesite_bricks_stonecutting.json | 32 + .../create.palettes/andesite_bricks_wall.json | 32 + ...all_from_andesite_bricks_stonecutting.json | 32 + ...obblestone_from_andesite_stonecutting.json | 32 + .../andesite_cobblestone_slab.json | 32 + ...rom_andesite_cobblestone_stonecutting.json | 32 + .../andesite_cobblestone_stairs.json | 32 + ...rom_andesite_cobblestone_stonecutting.json | 32 + .../andesite_cobblestone_wall.json | 32 + ...rom_andesite_cobblestone_stonecutting.json | 32 + .../create.palettes/andesite_pillar.json | 32 + ...ite_pillar_from_andesite_stonecutting.json | 32 + ..._scoria_from_dark_scoria_stonecutting.json | 32 + ...d_dolomite_from_dolomite_stonecutting.json | 32 + ...seled_gabbro_from_gabbro_stonecutting.json | 32 + ...limestone_from_limestone_stonecutting.json | 32 + ...seled_scoria_from_scoria_stonecutting.json | 32 + ...from_weathered_limestone_stonecutting.json | 32 + ..._bricks_from_dark_scoria_stonecutting.json | 32 + .../dark_scoria_bricks_slab.json | 32 + ..._from_dark_scoria_bricks_stonecutting.json | 32 + .../dark_scoria_bricks_stairs.json | 32 + ..._from_dark_scoria_bricks_stonecutting.json | 32 + .../dark_scoria_bricks_wall.json | 32 + ..._from_dark_scoria_bricks_stonecutting.json | 32 + ...lestone_from_dark_scoria_stonecutting.json | 32 + .../dark_scoria_cobblestone_slab.json | 32 + ..._dark_scoria_cobblestone_stonecutting.json | 32 + .../dark_scoria_cobblestone_stairs.json | 32 + ..._dark_scoria_cobblestone_stonecutting.json | 32 + .../dark_scoria_cobblestone_wall.json | 32 + ..._dark_scoria_cobblestone_stonecutting.json | 32 + .../create.palettes/dark_scoria_pillar.json | 32 + ..._pillar_from_dark_scoria_stonecutting.json | 32 + ...rite_bricks_from_diorite_stonecutting.json | 32 + .../create.palettes/diorite_bricks_slab.json | 32 + ...slab_from_diorite_bricks_stonecutting.json | 32 + .../diorite_bricks_stairs.json | 32 + ...airs_from_diorite_bricks_stonecutting.json | 32 + .../create.palettes/diorite_bricks_wall.json | 32 + ...wall_from_diorite_bricks_stonecutting.json | 32 + ...cobblestone_from_diorite_stonecutting.json | 32 + .../diorite_cobblestone_slab.json | 32 + ...from_diorite_cobblestone_stonecutting.json | 32 + .../diorite_cobblestone_stairs.json | 32 + ...from_diorite_cobblestone_stonecutting.json | 32 + .../diorite_cobblestone_wall.json | 32 + ...from_diorite_cobblestone_stonecutting.json | 32 + .../create.palettes/diorite_pillar.json | 32 + ...rite_pillar_from_diorite_stonecutting.json | 32 + ...ite_bricks_from_dolomite_stonecutting.json | 32 + .../create.palettes/dolomite_bricks_slab.json | 32 + ...lab_from_dolomite_bricks_stonecutting.json | 32 + .../dolomite_bricks_stairs.json | 32 + ...irs_from_dolomite_bricks_stonecutting.json | 32 + .../create.palettes/dolomite_bricks_wall.json | 32 + ...all_from_dolomite_bricks_stonecutting.json | 32 + ...obblestone_from_dolomite_stonecutting.json | 32 + .../dolomite_cobblestone_slab.json | 32 + ...rom_dolomite_cobblestone_stonecutting.json | 32 + .../dolomite_cobblestone_stairs.json | 32 + ...rom_dolomite_cobblestone_stonecutting.json | 32 + .../dolomite_cobblestone_wall.json | 32 + ...rom_dolomite_cobblestone_stonecutting.json | 32 + .../create.palettes/dolomite_pillar.json | 32 + ...ite_pillar_from_dolomite_stonecutting.json | 32 + ...ite_bricks_from_andesite_stonecutting.json | 32 + .../fancy_andesite_bricks_slab.json | 32 + ...om_fancy_andesite_bricks_stonecutting.json | 32 + .../fancy_andesite_bricks_stairs.json | 32 + ...om_fancy_andesite_bricks_stonecutting.json | 32 + .../fancy_andesite_bricks_wall.json | 32 + ...om_fancy_andesite_bricks_stonecutting.json | 32 + ..._bricks_from_dark_scoria_stonecutting.json | 32 + .../fancy_dark_scoria_bricks_slab.json | 32 + ...fancy_dark_scoria_bricks_stonecutting.json | 32 + .../fancy_dark_scoria_bricks_stairs.json | 32 + ...fancy_dark_scoria_bricks_stonecutting.json | 32 + .../fancy_dark_scoria_bricks_wall.json | 32 + ...fancy_dark_scoria_bricks_stonecutting.json | 32 + ...rite_bricks_from_diorite_stonecutting.json | 32 + .../fancy_diorite_bricks_slab.json | 32 + ...rom_fancy_diorite_bricks_stonecutting.json | 32 + .../fancy_diorite_bricks_stairs.json | 32 + ...rom_fancy_diorite_bricks_stonecutting.json | 32 + .../fancy_diorite_bricks_wall.json | 32 + ...rom_fancy_diorite_bricks_stonecutting.json | 32 + ...ite_bricks_from_dolomite_stonecutting.json | 32 + .../fancy_dolomite_bricks_slab.json | 32 + ...om_fancy_dolomite_bricks_stonecutting.json | 32 + .../fancy_dolomite_bricks_stairs.json | 32 + ...om_fancy_dolomite_bricks_stonecutting.json | 32 + .../fancy_dolomite_bricks_wall.json | 32 + ...om_fancy_dolomite_bricks_stonecutting.json | 32 + ...abbro_bricks_from_gabbro_stonecutting.json | 32 + .../fancy_gabbro_bricks_slab.json | 32 + ...from_fancy_gabbro_bricks_stonecutting.json | 32 + .../fancy_gabbro_bricks_stairs.json | 32 + ...from_fancy_gabbro_bricks_stonecutting.json | 32 + .../fancy_gabbro_bricks_wall.json | 32 + ...from_fancy_gabbro_bricks_stonecutting.json | 32 + ...nite_bricks_from_granite_stonecutting.json | 32 + .../fancy_granite_bricks_slab.json | 32 + ...rom_fancy_granite_bricks_stonecutting.json | 32 + .../fancy_granite_bricks_stairs.json | 32 + ...rom_fancy_granite_bricks_stonecutting.json | 32 + .../fancy_granite_bricks_wall.json | 32 + ...rom_fancy_granite_bricks_stonecutting.json | 32 + ...ne_bricks_from_limestone_stonecutting.json | 32 + .../fancy_limestone_bricks_slab.json | 32 + ...m_fancy_limestone_bricks_stonecutting.json | 32 + .../fancy_limestone_bricks_stairs.json | 32 + ...m_fancy_limestone_bricks_stonecutting.json | 32 + .../fancy_limestone_bricks_wall.json | 32 + ...m_fancy_limestone_bricks_stonecutting.json | 32 + ...coria_bricks_from_scoria_stonecutting.json | 32 + .../fancy_scoria_bricks_slab.json | 32 + ...from_fancy_scoria_bricks_stonecutting.json | 32 + .../fancy_scoria_bricks_stairs.json | 32 + ...from_fancy_scoria_bricks_stonecutting.json | 32 + .../fancy_scoria_bricks_wall.json | 32 + ...from_fancy_scoria_bricks_stonecutting.json | 32 + ...from_weathered_limestone_stonecutting.json | 32 + ...fancy_weathered_limestone_bricks_slab.json | 32 + ...athered_limestone_bricks_stonecutting.json | 32 + ...ncy_weathered_limestone_bricks_stairs.json | 32 + ...athered_limestone_bricks_stonecutting.json | 32 + ...fancy_weathered_limestone_bricks_wall.json | 32 + ...athered_limestone_bricks_stonecutting.json | 32 + ...abbro_bricks_from_gabbro_stonecutting.json | 32 + .../create.palettes/gabbro_bricks_slab.json | 32 + ..._slab_from_gabbro_bricks_stonecutting.json | 32 + .../create.palettes/gabbro_bricks_stairs.json | 32 + ...tairs_from_gabbro_bricks_stonecutting.json | 32 + .../create.palettes/gabbro_bricks_wall.json | 32 + ..._wall_from_gabbro_bricks_stonecutting.json | 32 + ..._cobblestone_from_gabbro_stonecutting.json | 32 + .../gabbro_cobblestone_slab.json | 32 + ..._from_gabbro_cobblestone_stonecutting.json | 32 + .../gabbro_cobblestone_stairs.json | 32 + ..._from_gabbro_cobblestone_stonecutting.json | 32 + .../gabbro_cobblestone_wall.json | 32 + ..._from_gabbro_cobblestone_stonecutting.json | 32 + .../create.palettes/gabbro_pillar.json | 32 + ...abbro_pillar_from_gabbro_stonecutting.json | 32 + ...nite_bricks_from_granite_stonecutting.json | 32 + .../create.palettes/granite_bricks_slab.json | 32 + ...slab_from_granite_bricks_stonecutting.json | 32 + .../granite_bricks_stairs.json | 32 + ...airs_from_granite_bricks_stonecutting.json | 32 + .../create.palettes/granite_bricks_wall.json | 32 + ...wall_from_granite_bricks_stonecutting.json | 32 + ...cobblestone_from_granite_stonecutting.json | 32 + .../granite_cobblestone_slab.json | 32 + ...from_granite_cobblestone_stonecutting.json | 32 + .../granite_cobblestone_stairs.json | 32 + ...from_granite_cobblestone_stonecutting.json | 32 + .../granite_cobblestone_wall.json | 32 + ...from_granite_cobblestone_stonecutting.json | 32 + .../create.palettes/granite_pillar.json | 32 + ...nite_pillar_from_granite_stonecutting.json | 32 + ...d_andesite_from_andesite_stonecutting.json | 32 + ..._scoria_from_dark_scoria_stonecutting.json | 32 + ...red_diorite_from_diorite_stonecutting.json | 32 + ...d_dolomite_from_dolomite_stonecutting.json | 32 + ...yered_gabbro_from_gabbro_stonecutting.json | 32 + ...red_granite_from_granite_stonecutting.json | 32 + ...limestone_from_limestone_stonecutting.json | 32 + ...yered_scoria_from_scoria_stonecutting.json | 32 + ...from_weathered_limestone_stonecutting.json | 32 + ...ne_bricks_from_limestone_stonecutting.json | 32 + .../limestone_bricks_slab.json | 32 + ...ab_from_limestone_bricks_stonecutting.json | 32 + .../limestone_bricks_stairs.json | 32 + ...rs_from_limestone_bricks_stonecutting.json | 32 + .../limestone_bricks_wall.json | 32 + ...ll_from_limestone_bricks_stonecutting.json | 32 + ...bblestone_from_limestone_stonecutting.json | 32 + .../limestone_cobblestone_slab.json | 32 + ...om_limestone_cobblestone_stonecutting.json | 32 + .../limestone_cobblestone_stairs.json | 32 + ...om_limestone_cobblestone_stonecutting.json | 32 + .../limestone_cobblestone_wall.json | 32 + ...om_limestone_cobblestone_stonecutting.json | 32 + .../create.palettes/limestone_pillar.json | 32 + ...ne_pillar_from_limestone_stonecutting.json | 32 + ...y_andesite_from_andesite_stonecutting.json | 32 + ..._scoria_from_dark_scoria_stonecutting.json | 32 + ...ssy_diorite_from_diorite_stonecutting.json | 32 + ...y_dolomite_from_dolomite_stonecutting.json | 32 + ...mossy_gabbro_from_gabbro_stonecutting.json | 32 + ...ssy_granite_from_granite_stonecutting.json | 32 + ...limestone_from_limestone_stonecutting.json | 32 + ...mossy_scoria_from_scoria_stonecutting.json | 32 + ...from_weathered_limestone_stonecutting.json | 32 + ...n_andesite_from_andesite_stonecutting.json | 32 + ..._scoria_from_dark_scoria_stonecutting.json | 32 + ...own_diorite_from_diorite_stonecutting.json | 32 + ...n_dolomite_from_dolomite_stonecutting.json | 32 + ...grown_gabbro_from_gabbro_stonecutting.json | 32 + ...own_granite_from_granite_stonecutting.json | 32 + ...limestone_from_limestone_stonecutting.json | 32 + ...grown_scoria_from_scoria_stonecutting.json | 32 + ...from_weathered_limestone_stonecutting.json | 32 + ...d_andesite_from_andesite_stonecutting.json | 32 + .../create.palettes/paved_andesite_slab.json | 32 + ...slab_from_paved_andesite_stonecutting.json | 32 + .../paved_andesite_stairs.json | 32 + ...airs_from_paved_andesite_stonecutting.json | 32 + .../create.palettes/paved_andesite_wall.json | 32 + ...wall_from_paved_andesite_stonecutting.json | 32 + ..._scoria_from_dark_scoria_stonecutting.json | 32 + .../paved_dark_scoria_slab.json | 32 + ...b_from_paved_dark_scoria_stonecutting.json | 32 + .../paved_dark_scoria_stairs.json | 32 + ...s_from_paved_dark_scoria_stonecutting.json | 32 + .../paved_dark_scoria_wall.json | 32 + ...l_from_paved_dark_scoria_stonecutting.json | 32 + ...ved_diorite_from_diorite_stonecutting.json | 32 + .../create.palettes/paved_diorite_slab.json | 32 + ..._slab_from_paved_diorite_stonecutting.json | 32 + .../create.palettes/paved_diorite_stairs.json | 32 + ...tairs_from_paved_diorite_stonecutting.json | 32 + .../create.palettes/paved_diorite_wall.json | 32 + ..._wall_from_paved_diorite_stonecutting.json | 32 + ...d_dolomite_from_dolomite_stonecutting.json | 32 + .../create.palettes/paved_dolomite_slab.json | 32 + ...slab_from_paved_dolomite_stonecutting.json | 32 + .../paved_dolomite_stairs.json | 32 + ...airs_from_paved_dolomite_stonecutting.json | 32 + .../create.palettes/paved_dolomite_wall.json | 32 + ...wall_from_paved_dolomite_stonecutting.json | 32 + ...paved_gabbro_from_gabbro_stonecutting.json | 32 + .../create.palettes/paved_gabbro_slab.json | 32 + ...o_slab_from_paved_gabbro_stonecutting.json | 32 + .../create.palettes/paved_gabbro_stairs.json | 32 + ...stairs_from_paved_gabbro_stonecutting.json | 32 + .../create.palettes/paved_gabbro_wall.json | 32 + ...o_wall_from_paved_gabbro_stonecutting.json | 32 + ...ved_granite_from_granite_stonecutting.json | 32 + .../create.palettes/paved_granite_slab.json | 32 + ..._slab_from_paved_granite_stonecutting.json | 32 + .../create.palettes/paved_granite_stairs.json | 32 + ...tairs_from_paved_granite_stonecutting.json | 32 + .../create.palettes/paved_granite_wall.json | 32 + ..._wall_from_paved_granite_stonecutting.json | 32 + ...limestone_from_limestone_stonecutting.json | 32 + .../create.palettes/paved_limestone_slab.json | 32 + ...lab_from_paved_limestone_stonecutting.json | 32 + .../paved_limestone_stairs.json | 32 + ...irs_from_paved_limestone_stonecutting.json | 32 + .../create.palettes/paved_limestone_wall.json | 32 + ...all_from_paved_limestone_stonecutting.json | 32 + ...paved_scoria_from_scoria_stonecutting.json | 32 + .../create.palettes/paved_scoria_slab.json | 32 + ...a_slab_from_paved_scoria_stonecutting.json | 32 + .../create.palettes/paved_scoria_stairs.json | 32 + ...stairs_from_paved_scoria_stonecutting.json | 32 + .../create.palettes/paved_scoria_wall.json | 32 + ...a_wall_from_paved_scoria_stonecutting.json | 32 + ...from_weathered_limestone_stonecutting.json | 32 + .../paved_weathered_limestone_slab.json | 32 + ...aved_weathered_limestone_stonecutting.json | 32 + .../paved_weathered_limestone_stairs.json | 32 + ...aved_weathered_limestone_stonecutting.json | 32 + .../paved_weathered_limestone_wall.json | 32 + ...aved_weathered_limestone_stonecutting.json | 32 + .../create.palettes/polished_dark_scoria.json | 32 + ..._scoria_from_dark_scoria_stonecutting.json | 32 + .../polished_dark_scoria_slab.json | 32 + ...rom_polished_dark_scoria_stonecutting.json | 32 + .../polished_dark_scoria_stairs.json | 32 + ...rom_polished_dark_scoria_stonecutting.json | 32 + .../polished_dark_scoria_wall.json | 32 + ...rom_polished_dark_scoria_stonecutting.json | 32 + .../create.palettes/polished_dolomite.json | 32 + ...d_dolomite_from_dolomite_stonecutting.json | 32 + .../polished_dolomite_slab.json | 32 + ...b_from_polished_dolomite_stonecutting.json | 32 + .../polished_dolomite_stairs.json | 32 + ...s_from_polished_dolomite_stonecutting.json | 32 + .../polished_dolomite_wall.json | 32 + ...l_from_polished_dolomite_stonecutting.json | 32 + .../create.palettes/polished_gabbro.json | 32 + ...ished_gabbro_from_gabbro_stonecutting.json | 32 + .../create.palettes/polished_gabbro_slab.json | 32 + ...lab_from_polished_gabbro_stonecutting.json | 32 + .../polished_gabbro_stairs.json | 32 + ...irs_from_polished_gabbro_stonecutting.json | 32 + .../create.palettes/polished_gabbro_wall.json | 32 + ...all_from_polished_gabbro_stonecutting.json | 32 + .../create.palettes/polished_limestone.json | 32 + ...limestone_from_limestone_stonecutting.json | 32 + .../polished_limestone_slab.json | 32 + ..._from_polished_limestone_stonecutting.json | 32 + .../polished_limestone_stairs.json | 32 + ..._from_polished_limestone_stonecutting.json | 32 + .../polished_limestone_wall.json | 32 + ..._from_polished_limestone_stonecutting.json | 32 + .../create.palettes/polished_scoria.json | 32 + ...ished_scoria_from_scoria_stonecutting.json | 32 + .../create.palettes/polished_scoria_slab.json | 32 + ...lab_from_polished_scoria_stonecutting.json | 32 + .../polished_scoria_stairs.json | 32 + ...irs_from_polished_scoria_stonecutting.json | 32 + .../create.palettes/polished_scoria_wall.json | 32 + ...all_from_polished_scoria_stonecutting.json | 32 + .../polished_weathered_limestone.json | 32 + ...from_weathered_limestone_stonecutting.json | 32 + .../polished_weathered_limestone_slab.json | 32 + ...shed_weathered_limestone_stonecutting.json | 32 + .../polished_weathered_limestone_stairs.json | 32 + ...shed_weathered_limestone_stonecutting.json | 32 + .../polished_weathered_limestone_wall.json | 32 + ...shed_weathered_limestone_stonecutting.json | 32 + ...coria_bricks_from_scoria_stonecutting.json | 32 + .../create.palettes/scoria_bricks_slab.json | 32 + ..._slab_from_scoria_bricks_stonecutting.json | 32 + .../create.palettes/scoria_bricks_stairs.json | 32 + ...tairs_from_scoria_bricks_stonecutting.json | 32 + .../create.palettes/scoria_bricks_wall.json | 32 + ..._wall_from_scoria_bricks_stonecutting.json | 32 + ..._cobblestone_from_scoria_stonecutting.json | 32 + .../scoria_cobblestone_slab.json | 32 + ..._from_scoria_cobblestone_stonecutting.json | 32 + .../scoria_cobblestone_stairs.json | 32 + ..._from_scoria_cobblestone_stonecutting.json | 32 + .../scoria_cobblestone_wall.json | 32 + ..._from_scoria_cobblestone_stonecutting.json | 32 + .../create.palettes/scoria_pillar.json | 32 + ...coria_pillar_from_scoria_stonecutting.json | 32 + ...from_weathered_limestone_stonecutting.json | 32 + .../weathered_limestone_bricks_slab.json | 32 + ...athered_limestone_bricks_stonecutting.json | 32 + .../weathered_limestone_bricks_stairs.json | 32 + ...athered_limestone_bricks_stonecutting.json | 32 + .../weathered_limestone_bricks_wall.json | 32 + ...athered_limestone_bricks_stonecutting.json | 32 + ...from_weathered_limestone_stonecutting.json | 32 + .../weathered_limestone_cobblestone_slab.json | 32 + ...ed_limestone_cobblestone_stonecutting.json | 32 + ...eathered_limestone_cobblestone_stairs.json | 32 + ...ed_limestone_cobblestone_stonecutting.json | 32 + .../weathered_limestone_cobblestone_wall.json | 32 + ...ed_limestone_cobblestone_stonecutting.json | 32 + .../weathered_limestone_pillar.json | 32 + ...from_weathered_limestone_stonecutting.json | 32 + .../data/create/advancements/saw.json | 6 +- .../{drill.json => linear_chassis.json} | 2 +- ...ion_chassis.json => mechanical_drill.json} | 2 +- .../blocks/mechanical_harvester.json | 19 + .../loot_tables/blocks/mechanical_plough.json | 19 + .../loot_tables/blocks/mechanical_saw.json | 19 + .../loot_tables/blocks/radial_chassis.json | 19 + .../blocks/secondary_linear_chassis.json | 19 + .../blocks/translation_chassis.json | 19 - .../blocks/translation_chassis_secondary.json | 19 - ...harvester.json => vertical_extractor.json} | 2 +- .../{plough.json => vertical_funnel.json} | 2 +- .../blocks/vertical_linked_extractor.json | 19 + .../blocks/vertical_linked_transposer.json | 19 + .../{saw.json => vertical_transposer.json} | 2 +- ...ite_bricks_from_andesite_stonecutting.json | 8 + .../create/recipes/andesite_bricks_slab.json | 16 + ...lab_from_andesite_bricks_stonecutting.json | 8 + .../recipes/andesite_bricks_stairs.json | 18 + ...irs_from_andesite_bricks_stonecutting.json | 8 + .../create/recipes/andesite_bricks_wall.json | 16 + ...all_from_andesite_bricks_stonecutting.json | 8 + ...obblestone_from_andesite_stonecutting.json | 8 + .../recipes/andesite_cobblestone_slab.json | 16 + ...rom_andesite_cobblestone_stonecutting.json | 8 + .../recipes/andesite_cobblestone_stairs.json | 18 + ...rom_andesite_cobblestone_stonecutting.json | 8 + .../recipes/andesite_cobblestone_wall.json | 16 + ...rom_andesite_cobblestone_stonecutting.json | 8 + .../data/create/recipes/andesite_pillar.json | 16 + ...ite_pillar_from_andesite_stonecutting.json | 8 + ..._scoria_from_dark_scoria_stonecutting.json | 8 + ...d_dolomite_from_dolomite_stonecutting.json | 8 + ...seled_gabbro_from_gabbro_stonecutting.json | 8 + ...limestone_from_limestone_stonecutting.json | 8 + ...seled_scoria_from_scoria_stonecutting.json | 8 + ...from_weathered_limestone_stonecutting.json | 8 + ..._bricks_from_dark_scoria_stonecutting.json | 8 + .../recipes/dark_scoria_bricks_slab.json | 16 + ..._from_dark_scoria_bricks_stonecutting.json | 8 + .../recipes/dark_scoria_bricks_stairs.json | 18 + ..._from_dark_scoria_bricks_stonecutting.json | 8 + .../recipes/dark_scoria_bricks_wall.json | 16 + ..._from_dark_scoria_bricks_stonecutting.json | 8 + ...lestone_from_dark_scoria_stonecutting.json | 8 + .../recipes/dark_scoria_cobblestone_slab.json | 16 + ..._dark_scoria_cobblestone_stonecutting.json | 8 + .../dark_scoria_cobblestone_stairs.json | 18 + ..._dark_scoria_cobblestone_stonecutting.json | 8 + .../recipes/dark_scoria_cobblestone_wall.json | 16 + ..._dark_scoria_cobblestone_stonecutting.json | 8 + .../create/recipes/dark_scoria_pillar.json | 16 + ..._pillar_from_dark_scoria_stonecutting.json | 8 + ...rite_bricks_from_diorite_stonecutting.json | 8 + .../create/recipes/diorite_bricks_slab.json | 16 + ...slab_from_diorite_bricks_stonecutting.json | 8 + .../create/recipes/diorite_bricks_stairs.json | 18 + ...airs_from_diorite_bricks_stonecutting.json | 8 + .../create/recipes/diorite_bricks_wall.json | 16 + ...wall_from_diorite_bricks_stonecutting.json | 8 + ...cobblestone_from_diorite_stonecutting.json | 8 + .../recipes/diorite_cobblestone_slab.json | 16 + ...from_diorite_cobblestone_stonecutting.json | 8 + .../recipes/diorite_cobblestone_stairs.json | 18 + ...from_diorite_cobblestone_stonecutting.json | 8 + .../recipes/diorite_cobblestone_wall.json | 16 + ...from_diorite_cobblestone_stonecutting.json | 8 + .../data/create/recipes/diorite_pillar.json | 16 + ...rite_pillar_from_diorite_stonecutting.json | 8 + ...ite_bricks_from_dolomite_stonecutting.json | 8 + .../create/recipes/dolomite_bricks_slab.json | 16 + ...lab_from_dolomite_bricks_stonecutting.json | 8 + .../recipes/dolomite_bricks_stairs.json | 18 + ...irs_from_dolomite_bricks_stonecutting.json | 8 + .../create/recipes/dolomite_bricks_wall.json | 16 + ...all_from_dolomite_bricks_stonecutting.json | 8 + ...obblestone_from_dolomite_stonecutting.json | 8 + .../recipes/dolomite_cobblestone_slab.json | 16 + ...rom_dolomite_cobblestone_stonecutting.json | 8 + .../recipes/dolomite_cobblestone_stairs.json | 18 + ...rom_dolomite_cobblestone_stonecutting.json | 8 + .../recipes/dolomite_cobblestone_wall.json | 16 + ...rom_dolomite_cobblestone_stonecutting.json | 8 + .../data/create/recipes/dolomite_pillar.json | 16 + ...ite_pillar_from_dolomite_stonecutting.json | 8 + ...ite_bricks_from_andesite_stonecutting.json | 8 + .../recipes/fancy_andesite_bricks_slab.json | 16 + ...om_fancy_andesite_bricks_stonecutting.json | 8 + .../recipes/fancy_andesite_bricks_stairs.json | 18 + ...om_fancy_andesite_bricks_stonecutting.json | 8 + .../recipes/fancy_andesite_bricks_wall.json | 16 + ...om_fancy_andesite_bricks_stonecutting.json | 8 + ..._bricks_from_dark_scoria_stonecutting.json | 8 + .../fancy_dark_scoria_bricks_slab.json | 16 + ...fancy_dark_scoria_bricks_stonecutting.json | 8 + .../fancy_dark_scoria_bricks_stairs.json | 18 + ...fancy_dark_scoria_bricks_stonecutting.json | 8 + .../fancy_dark_scoria_bricks_wall.json | 16 + ...fancy_dark_scoria_bricks_stonecutting.json | 8 + ...rite_bricks_from_diorite_stonecutting.json | 8 + .../recipes/fancy_diorite_bricks_slab.json | 16 + ...rom_fancy_diorite_bricks_stonecutting.json | 8 + .../recipes/fancy_diorite_bricks_stairs.json | 18 + ...rom_fancy_diorite_bricks_stonecutting.json | 8 + .../recipes/fancy_diorite_bricks_wall.json | 16 + ...rom_fancy_diorite_bricks_stonecutting.json | 8 + ...ite_bricks_from_dolomite_stonecutting.json | 8 + .../recipes/fancy_dolomite_bricks_slab.json | 16 + ...om_fancy_dolomite_bricks_stonecutting.json | 8 + .../recipes/fancy_dolomite_bricks_stairs.json | 18 + ...om_fancy_dolomite_bricks_stonecutting.json | 8 + .../recipes/fancy_dolomite_bricks_wall.json | 16 + ...om_fancy_dolomite_bricks_stonecutting.json | 8 + ...abbro_bricks_from_gabbro_stonecutting.json | 8 + .../recipes/fancy_gabbro_bricks_slab.json | 16 + ...from_fancy_gabbro_bricks_stonecutting.json | 8 + .../recipes/fancy_gabbro_bricks_stairs.json | 18 + ...from_fancy_gabbro_bricks_stonecutting.json | 8 + .../recipes/fancy_gabbro_bricks_wall.json | 16 + ...from_fancy_gabbro_bricks_stonecutting.json | 8 + ...nite_bricks_from_granite_stonecutting.json | 8 + .../recipes/fancy_granite_bricks_slab.json | 16 + ...rom_fancy_granite_bricks_stonecutting.json | 8 + .../recipes/fancy_granite_bricks_stairs.json | 18 + ...rom_fancy_granite_bricks_stonecutting.json | 8 + .../recipes/fancy_granite_bricks_wall.json | 16 + ...rom_fancy_granite_bricks_stonecutting.json | 8 + ...ne_bricks_from_limestone_stonecutting.json | 8 + .../recipes/fancy_limestone_bricks_slab.json | 16 + ...m_fancy_limestone_bricks_stonecutting.json | 8 + .../fancy_limestone_bricks_stairs.json | 18 + ...m_fancy_limestone_bricks_stonecutting.json | 8 + .../recipes/fancy_limestone_bricks_wall.json | 16 + ...m_fancy_limestone_bricks_stonecutting.json | 8 + ...coria_bricks_from_scoria_stonecutting.json | 8 + .../recipes/fancy_scoria_bricks_slab.json | 16 + ...from_fancy_scoria_bricks_stonecutting.json | 8 + .../recipes/fancy_scoria_bricks_stairs.json | 18 + ...from_fancy_scoria_bricks_stonecutting.json | 8 + .../recipes/fancy_scoria_bricks_wall.json | 16 + ...from_fancy_scoria_bricks_stonecutting.json | 8 + ...from_weathered_limestone_stonecutting.json | 8 + ...fancy_weathered_limestone_bricks_slab.json | 16 + ...athered_limestone_bricks_stonecutting.json | 8 + ...ncy_weathered_limestone_bricks_stairs.json | 18 + ...athered_limestone_bricks_stonecutting.json | 8 + ...fancy_weathered_limestone_bricks_wall.json | 16 + ...athered_limestone_bricks_stonecutting.json | 8 + ...abbro_bricks_from_gabbro_stonecutting.json | 8 + .../create/recipes/gabbro_bricks_slab.json | 16 + ..._slab_from_gabbro_bricks_stonecutting.json | 8 + .../create/recipes/gabbro_bricks_stairs.json | 18 + ...tairs_from_gabbro_bricks_stonecutting.json | 8 + .../create/recipes/gabbro_bricks_wall.json | 16 + ..._wall_from_gabbro_bricks_stonecutting.json | 8 + ..._cobblestone_from_gabbro_stonecutting.json | 8 + .../recipes/gabbro_cobblestone_slab.json | 16 + ..._from_gabbro_cobblestone_stonecutting.json | 8 + .../recipes/gabbro_cobblestone_stairs.json | 18 + ..._from_gabbro_cobblestone_stonecutting.json | 8 + .../recipes/gabbro_cobblestone_wall.json | 16 + ..._from_gabbro_cobblestone_stonecutting.json | 8 + .../data/create/recipes/gabbro_pillar.json | 16 + ...abbro_pillar_from_gabbro_stonecutting.json | 8 + ...nite_bricks_from_granite_stonecutting.json | 8 + .../create/recipes/granite_bricks_slab.json | 16 + ...slab_from_granite_bricks_stonecutting.json | 8 + .../create/recipes/granite_bricks_stairs.json | 18 + ...airs_from_granite_bricks_stonecutting.json | 8 + .../create/recipes/granite_bricks_wall.json | 16 + ...wall_from_granite_bricks_stonecutting.json | 8 + ...cobblestone_from_granite_stonecutting.json | 8 + .../recipes/granite_cobblestone_slab.json | 16 + ...from_granite_cobblestone_stonecutting.json | 8 + .../recipes/granite_cobblestone_stairs.json | 18 + ...from_granite_cobblestone_stonecutting.json | 8 + .../recipes/granite_cobblestone_wall.json | 16 + ...from_granite_cobblestone_stonecutting.json | 8 + .../data/create/recipes/granite_pillar.json | 16 + ...nite_pillar_from_granite_stonecutting.json | 8 + ...d_andesite_from_andesite_stonecutting.json | 8 + ..._scoria_from_dark_scoria_stonecutting.json | 8 + ...red_diorite_from_diorite_stonecutting.json | 8 + ...d_dolomite_from_dolomite_stonecutting.json | 8 + ...yered_gabbro_from_gabbro_stonecutting.json | 8 + ...red_granite_from_granite_stonecutting.json | 8 + ...limestone_from_limestone_stonecutting.json | 8 + ...yered_scoria_from_scoria_stonecutting.json | 8 + ...from_weathered_limestone_stonecutting.json | 8 + ...ne_bricks_from_limestone_stonecutting.json | 8 + .../create/recipes/limestone_bricks_slab.json | 16 + ...ab_from_limestone_bricks_stonecutting.json | 8 + .../recipes/limestone_bricks_stairs.json | 18 + ...rs_from_limestone_bricks_stonecutting.json | 8 + .../create/recipes/limestone_bricks_wall.json | 16 + ...ll_from_limestone_bricks_stonecutting.json | 8 + ...bblestone_from_limestone_stonecutting.json | 8 + .../recipes/limestone_cobblestone_slab.json | 16 + ...om_limestone_cobblestone_stonecutting.json | 8 + .../recipes/limestone_cobblestone_stairs.json | 18 + ...om_limestone_cobblestone_stonecutting.json | 8 + .../recipes/limestone_cobblestone_wall.json | 16 + ...om_limestone_cobblestone_stonecutting.json | 8 + .../data/create/recipes/limestone_pillar.json | 16 + ...ne_pillar_from_limestone_stonecutting.json | 8 + ...y_andesite_from_andesite_stonecutting.json | 8 + ..._scoria_from_dark_scoria_stonecutting.json | 8 + ...ssy_diorite_from_diorite_stonecutting.json | 8 + ...y_dolomite_from_dolomite_stonecutting.json | 8 + ...mossy_gabbro_from_gabbro_stonecutting.json | 8 + ...ssy_granite_from_granite_stonecutting.json | 8 + ...limestone_from_limestone_stonecutting.json | 8 + ...mossy_scoria_from_scoria_stonecutting.json | 8 + ...from_weathered_limestone_stonecutting.json | 8 + ...n_andesite_from_andesite_stonecutting.json | 8 + ..._scoria_from_dark_scoria_stonecutting.json | 8 + ...own_diorite_from_diorite_stonecutting.json | 8 + ...n_dolomite_from_dolomite_stonecutting.json | 8 + ...grown_gabbro_from_gabbro_stonecutting.json | 8 + ...own_granite_from_granite_stonecutting.json | 8 + ...limestone_from_limestone_stonecutting.json | 8 + ...grown_scoria_from_scoria_stonecutting.json | 8 + ...from_weathered_limestone_stonecutting.json | 8 + ...d_andesite_from_andesite_stonecutting.json | 8 + .../create/recipes/paved_andesite_slab.json | 16 + ...slab_from_paved_andesite_stonecutting.json | 8 + .../create/recipes/paved_andesite_stairs.json | 18 + ...airs_from_paved_andesite_stonecutting.json | 8 + .../create/recipes/paved_andesite_wall.json | 16 + ...wall_from_paved_andesite_stonecutting.json | 8 + ..._scoria_from_dark_scoria_stonecutting.json | 8 + .../recipes/paved_dark_scoria_slab.json | 16 + ...b_from_paved_dark_scoria_stonecutting.json | 8 + .../recipes/paved_dark_scoria_stairs.json | 18 + ...s_from_paved_dark_scoria_stonecutting.json | 8 + .../recipes/paved_dark_scoria_wall.json | 16 + ...l_from_paved_dark_scoria_stonecutting.json | 8 + ...ved_diorite_from_diorite_stonecutting.json | 8 + .../create/recipes/paved_diorite_slab.json | 16 + ..._slab_from_paved_diorite_stonecutting.json | 8 + .../create/recipes/paved_diorite_stairs.json | 18 + ...tairs_from_paved_diorite_stonecutting.json | 8 + .../create/recipes/paved_diorite_wall.json | 16 + ..._wall_from_paved_diorite_stonecutting.json | 8 + ...d_dolomite_from_dolomite_stonecutting.json | 8 + .../create/recipes/paved_dolomite_slab.json | 16 + ...slab_from_paved_dolomite_stonecutting.json | 8 + .../create/recipes/paved_dolomite_stairs.json | 18 + ...airs_from_paved_dolomite_stonecutting.json | 8 + .../create/recipes/paved_dolomite_wall.json | 16 + ...wall_from_paved_dolomite_stonecutting.json | 8 + ...paved_gabbro_from_gabbro_stonecutting.json | 8 + .../create/recipes/paved_gabbro_slab.json | 16 + ...o_slab_from_paved_gabbro_stonecutting.json | 8 + .../create/recipes/paved_gabbro_stairs.json | 18 + ...stairs_from_paved_gabbro_stonecutting.json | 8 + .../create/recipes/paved_gabbro_wall.json | 16 + ...o_wall_from_paved_gabbro_stonecutting.json | 8 + ...ved_granite_from_granite_stonecutting.json | 8 + .../create/recipes/paved_granite_slab.json | 16 + ..._slab_from_paved_granite_stonecutting.json | 8 + .../create/recipes/paved_granite_stairs.json | 18 + ...tairs_from_paved_granite_stonecutting.json | 8 + .../create/recipes/paved_granite_wall.json | 16 + ..._wall_from_paved_granite_stonecutting.json | 8 + ...limestone_from_limestone_stonecutting.json | 8 + .../create/recipes/paved_limestone_slab.json | 16 + ...lab_from_paved_limestone_stonecutting.json | 8 + .../recipes/paved_limestone_stairs.json | 18 + ...irs_from_paved_limestone_stonecutting.json | 8 + .../create/recipes/paved_limestone_wall.json | 16 + ...all_from_paved_limestone_stonecutting.json | 8 + ...paved_scoria_from_scoria_stonecutting.json | 8 + .../create/recipes/paved_scoria_slab.json | 16 + ...a_slab_from_paved_scoria_stonecutting.json | 8 + .../create/recipes/paved_scoria_stairs.json | 18 + ...stairs_from_paved_scoria_stonecutting.json | 8 + .../create/recipes/paved_scoria_wall.json | 16 + ...a_wall_from_paved_scoria_stonecutting.json | 8 + ...from_weathered_limestone_stonecutting.json | 8 + .../paved_weathered_limestone_slab.json | 16 + ...aved_weathered_limestone_stonecutting.json | 8 + .../paved_weathered_limestone_stairs.json | 18 + ...aved_weathered_limestone_stonecutting.json | 8 + .../paved_weathered_limestone_wall.json | 16 + ...aved_weathered_limestone_stonecutting.json | 8 + .../create/recipes/polished_dark_scoria.json | 15 + ..._scoria_from_dark_scoria_stonecutting.json | 8 + .../recipes/polished_dark_scoria_slab.json | 16 + ...rom_polished_dark_scoria_stonecutting.json | 8 + .../recipes/polished_dark_scoria_stairs.json | 18 + ...rom_polished_dark_scoria_stonecutting.json | 8 + .../recipes/polished_dark_scoria_wall.json | 16 + ...rom_polished_dark_scoria_stonecutting.json | 8 + .../create/recipes/polished_dolomite.json | 15 + ...d_dolomite_from_dolomite_stonecutting.json | 8 + .../recipes/polished_dolomite_slab.json | 16 + ...b_from_polished_dolomite_stonecutting.json | 8 + .../recipes/polished_dolomite_stairs.json | 18 + ...s_from_polished_dolomite_stonecutting.json | 8 + .../recipes/polished_dolomite_wall.json | 16 + ...l_from_polished_dolomite_stonecutting.json | 8 + .../data/create/recipes/polished_gabbro.json | 15 + ...ished_gabbro_from_gabbro_stonecutting.json | 8 + .../create/recipes/polished_gabbro_slab.json | 16 + ...lab_from_polished_gabbro_stonecutting.json | 8 + .../recipes/polished_gabbro_stairs.json | 18 + ...irs_from_polished_gabbro_stonecutting.json | 8 + .../create/recipes/polished_gabbro_wall.json | 16 + ...all_from_polished_gabbro_stonecutting.json | 8 + .../create/recipes/polished_limestone.json | 15 + ...limestone_from_limestone_stonecutting.json | 8 + .../recipes/polished_limestone_slab.json | 16 + ..._from_polished_limestone_stonecutting.json | 8 + .../recipes/polished_limestone_stairs.json | 18 + ..._from_polished_limestone_stonecutting.json | 8 + .../recipes/polished_limestone_wall.json | 16 + ..._from_polished_limestone_stonecutting.json | 8 + .../data/create/recipes/polished_scoria.json | 15 + ...ished_scoria_from_scoria_stonecutting.json | 8 + .../create/recipes/polished_scoria_slab.json | 16 + ...lab_from_polished_scoria_stonecutting.json | 8 + .../recipes/polished_scoria_stairs.json | 18 + ...irs_from_polished_scoria_stonecutting.json | 8 + .../create/recipes/polished_scoria_wall.json | 16 + ...all_from_polished_scoria_stonecutting.json | 8 + .../recipes/polished_weathered_limestone.json | 15 + ...from_weathered_limestone_stonecutting.json | 8 + .../polished_weathered_limestone_slab.json | 16 + ...shed_weathered_limestone_stonecutting.json | 8 + .../polished_weathered_limestone_stairs.json | 18 + ...shed_weathered_limestone_stonecutting.json | 8 + .../polished_weathered_limestone_wall.json | 16 + ...shed_weathered_limestone_stonecutting.json | 8 + ...coria_bricks_from_scoria_stonecutting.json | 8 + .../create/recipes/scoria_bricks_slab.json | 16 + ..._slab_from_scoria_bricks_stonecutting.json | 8 + .../create/recipes/scoria_bricks_stairs.json | 18 + ...tairs_from_scoria_bricks_stonecutting.json | 8 + .../create/recipes/scoria_bricks_wall.json | 16 + ..._wall_from_scoria_bricks_stonecutting.json | 8 + ..._cobblestone_from_scoria_stonecutting.json | 8 + .../recipes/scoria_cobblestone_slab.json | 16 + ..._from_scoria_cobblestone_stonecutting.json | 8 + .../recipes/scoria_cobblestone_stairs.json | 18 + ..._from_scoria_cobblestone_stonecutting.json | 8 + .../recipes/scoria_cobblestone_wall.json | 16 + ..._from_scoria_cobblestone_stonecutting.json | 8 + .../data/create/recipes/scoria_pillar.json | 16 + ...coria_pillar_from_scoria_stonecutting.json | 8 + ...from_weathered_limestone_stonecutting.json | 8 + .../weathered_limestone_bricks_slab.json | 16 + ...athered_limestone_bricks_stonecutting.json | 8 + .../weathered_limestone_bricks_stairs.json | 18 + ...athered_limestone_bricks_stonecutting.json | 8 + .../weathered_limestone_bricks_wall.json | 16 + ...athered_limestone_bricks_stonecutting.json | 8 + ...from_weathered_limestone_stonecutting.json | 8 + .../weathered_limestone_cobblestone_slab.json | 16 + ...ed_limestone_cobblestone_stonecutting.json | 8 + ...eathered_limestone_cobblestone_stairs.json | 18 + ...ed_limestone_cobblestone_stonecutting.json | 8 + .../weathered_limestone_cobblestone_wall.json | 16 + ...ed_limestone_cobblestone_stonecutting.json | 8 + .../recipes/weathered_limestone_pillar.json | 16 + ...from_weathered_limestone_stonecutting.json | 8 + .../data/create/tags/items/crushed_ores.json | 10 + .../com/simibubi/create/AllBlockPartials.java | 4 +- .../java/com/simibubi/create/AllBlocks.java | 27 +- .../java/com/simibubi/create/AllItems.java | 11 +- .../com/simibubi/create/AllSpriteShifts.java | 4 +- .../java/com/simibubi/create/AllTags.java | 19 +- .../com/simibubi/create/AllTileEntities.java | 8 +- .../simibubi/create/compat/jei/CreateJEI.java | 4 +- .../jei/category/BlockCuttingCategory.java | 2 +- .../compat/jei/category/SawingCategory.java | 2 +- .../jei/category/animations/AnimatedSaw.java | 2 +- .../components/saw/SawGenerator.java | 2 +- .../components/saw/SawTileEntity.java | 2 +- .../BlockMovementTraits.java | 4 +- .../structureMovement/Contraption.java | 4 +- .../chassis/LinearChassisBlock.java | 2 +- .../relays/belt/transport/BeltInventory.java | 2 +- .../block/AttachedLogisticalBlock.java | 8 - .../content/palettes/PaletteBlockPartial.java | 40 +- .../palettes/PaletteBlockPatterns.java | 77 +- .../palettes/PaletteStoneVariants.java | 27 +- .../palettes/PalettesVariantEntry.java | 6 + .../advancement/AllAdvancements.java | 4 +- .../create/foundation/data/BlockStateGen.java | 6 +- .../foundation/item/CreateItemGroupBase.java | 3 + .../resources/assets/create/lang/de_de.json | 254 +++--- .../create/lang/default/advancements.json | 20 +- .../assets/create/lang/default/messages.json | 34 +- .../assets/create/lang/default/temporary.json | 16 +- .../assets/create/lang/default/tooltips.json | 312 ++++--- .../resources/assets/create/lang/fr_fr.json | 386 ++++----- .../resources/assets/create/lang/it_it.json | 382 ++++----- .../resources/assets/create/lang/ja_jp.json | 382 ++++----- .../resources/assets/create/lang/ko_kr.json | 382 ++++----- .../resources/assets/create/lang/nl_nl.json | 286 +++---- .../resources/assets/create/lang/pt_br.json | 254 +++--- .../resources/assets/create/lang/ru_ru.json | 254 +++--- .../resources/assets/create/lang/zh_cn.json | 412 ++++----- .../models/block/cart_assembler/block.json | 4 +- .../block/cart_assembler/minecart_anchor.json | 2 +- .../{drill => mechanical_drill}/block.json | 0 .../{drill => mechanical_drill}/head.json | 0 .../{drill => mechanical_drill}/item.json | 0 .../blade.json | 0 .../block.json | 0 .../item.json | 0 .../{plough.json => mechanical_plough.json} | 0 .../{saw => mechanical_saw}/horizontal.json | 0 .../horizontal_inactive.json | 2 +- .../{saw => mechanical_saw}/vertical.json | 0 .../vertical_inactive.json | 2 +- .../base.json | 4 +- .../side_x.json | 0 .../side_y.json | 0 .../side_z.json | 0 ...chassis_end.png => linear_chassis_end.png} | Bin ...d.png => linear_chassis_end_connected.png} | Bin ...icky.png => linear_chassis_end_sticky.png} | Bin ...> linear_chassis_end_sticky_connected.png} | Bin ...assis_side.png => linear_chassis_side.png} | Bin ...chassis_end.png => radial_chassis_end.png} | Bin ...assis_side.png => radial_chassis_side.png} | Bin ...cky.png => radial_chassis_side_sticky.png} | Bin ....png => secondary_linear_chassis_side.png} | Bin .../recipes/blasting/crushed_copper.json | 2 +- .../create/recipes/blasting/crushed_gold.json | 2 +- .../create/recipes/blasting/crushed_iron.json | 2 +- .../create/recipes/blasting/crushed_zinc.json | 2 +- .../blockzapper_upgrade/gold_accelerator.json | 4 +- .../blockzapper_upgrade/gold_amplifier.json | 4 +- .../blockzapper_upgrade/gold_body.json | 4 +- .../blockzapper_upgrade/gold_retriever.json | 4 +- .../blockzapper_upgrade/gold_scope.json | 4 +- .../purpur_accelerator.json | 4 +- .../blockzapper_upgrade/purpur_amplifier.json | 4 +- .../blockzapper_upgrade/purpur_body.json | 4 +- .../blockzapper_upgrade/purpur_retriever.json | 4 +- .../blockzapper_upgrade/purpur_scope.json | 4 +- .../crushing/sf_crush_barley.json | 4 +- .../simplefarming/crushing/sf_crush_oat.json | 4 +- .../simplefarming/crushing/sf_crush_rice.json | 4 +- .../simplefarming/crushing/sf_crush_rye.json | 4 +- .../crafting_shaped/contraptions/drill.json | 2 +- .../contraptions/harvester.json | 2 +- .../crafting_shaped/contraptions/plough.json | 2 +- .../contraptions/rotation_chassis.json | 2 +- .../crafting_shaped/contraptions/saw.json | 2 +- .../contraptions/translation_chassis.json | 2 +- .../curiosities/placement_handgun.json | 2 +- .../curiosities/property_filter.json | 2 +- .../curiosities/symmetry_wand.json | 2 +- .../recipes/crafting_shaped/slot_cover.json | 2 +- .../blueprint_and_quill.json | 4 +- .../recipes/crafting_shapeless/dough.json | 2 +- .../crafting_shapeless/empty_blueprint.json | 2 +- .../translation_chassis.json | 4 +- .../translation_chassis_secondary.json | 4 +- .../create/recipes/crushing/copper_block.json | 2 +- .../create/recipes/crushing/copper_ore.json | 4 +- .../create/recipes/crushing/gold_ore.json | 4 +- .../create/recipes/crushing/iron_ore.json | 4 +- .../create/recipes/crushing/obsidian.json | 2 +- .../create/recipes/crushing/zinc_block.json | 2 +- .../create/recipes/crushing/zinc_ore.json | 4 +- .../integrated_circuit.json | 2 +- .../create/recipes/milling/copper_ore.json | 2 +- .../data/create/recipes/milling/gold_ore.json | 2 +- .../data/create/recipes/milling/iron_ore.json | 2 +- .../data/create/recipes/milling/wheat.json | 4 +- .../data/create/recipes/milling/zinc_ore.json | 2 +- .../recipes/mixing/chromatic_compound.json | 2 +- .../create/recipes/mixing/crushed_brass.json | 4 +- .../data/create/recipes/mixing/gunpowder.json | 2 +- .../create/recipes/pressing/gold_ingot.json | 2 +- .../create/recipes/pressing/lapis_block.json | 2 +- .../recipes/smelting/crushed_copper.json | 2 +- .../create/recipes/smelting/crushed_gold.json | 2 +- .../create/recipes/smelting/crushed_iron.json | 2 +- .../create/recipes/smelting/crushed_zinc.json | 2 +- .../recipes/splashing/crushed_copper.json | 2 +- .../recipes/splashing/crushed_gold.json | 2 +- .../recipes/splashing/crushed_iron.json | 2 +- .../recipes/splashing/crushed_zinc.json | 2 +- .../data/create/recipes/splashing/flour.json | 2 +- .../data/create/tags/items/crushed_ores.json | 10 - 898 files changed, 18579 insertions(+), 2436 deletions(-) delete mode 100644 src/generated/resources/assets/create/blockstates/drill.json delete mode 100644 src/generated/resources/assets/create/blockstates/harvester.json rename src/generated/resources/assets/create/blockstates/{translation_chassis.json => linear_chassis.json} (58%) create mode 100644 src/generated/resources/assets/create/blockstates/mechanical_drill.json create mode 100644 src/generated/resources/assets/create/blockstates/mechanical_harvester.json create mode 100644 src/generated/resources/assets/create/blockstates/mechanical_plough.json rename src/generated/resources/assets/create/blockstates/{saw.json => mechanical_saw.json} (56%) delete mode 100644 src/generated/resources/assets/create/blockstates/plough.json rename src/generated/resources/assets/create/blockstates/{rotation_chassis.json => radial_chassis.json} (67%) rename src/generated/resources/assets/create/blockstates/{translation_chassis_secondary.json => secondary_linear_chassis.json} (54%) create mode 100644 src/generated/resources/assets/create/models/block/linear_chassis.json create mode 100644 src/generated/resources/assets/create/models/block/linear_chassis_bottom.json create mode 100644 src/generated/resources/assets/create/models/block/linear_chassis_top.json create mode 100644 src/generated/resources/assets/create/models/block/linear_chassis_top_bottom.json create mode 100644 src/generated/resources/assets/create/models/block/radial_chassis_side_x.json create mode 100644 src/generated/resources/assets/create/models/block/radial_chassis_side_x_sticky.json create mode 100644 src/generated/resources/assets/create/models/block/radial_chassis_side_y.json create mode 100644 src/generated/resources/assets/create/models/block/radial_chassis_side_y_sticky.json create mode 100644 src/generated/resources/assets/create/models/block/radial_chassis_side_z.json create mode 100644 src/generated/resources/assets/create/models/block/radial_chassis_side_z_sticky.json delete mode 100644 src/generated/resources/assets/create/models/block/rotation_chassis_side_x.json delete mode 100644 src/generated/resources/assets/create/models/block/rotation_chassis_side_x_sticky.json delete mode 100644 src/generated/resources/assets/create/models/block/rotation_chassis_side_y.json delete mode 100644 src/generated/resources/assets/create/models/block/rotation_chassis_side_y_sticky.json delete mode 100644 src/generated/resources/assets/create/models/block/rotation_chassis_side_z.json delete mode 100644 src/generated/resources/assets/create/models/block/rotation_chassis_side_z_sticky.json create mode 100644 src/generated/resources/assets/create/models/block/secondary_linear_chassis.json create mode 100644 src/generated/resources/assets/create/models/block/secondary_linear_chassis_bottom.json create mode 100644 src/generated/resources/assets/create/models/block/secondary_linear_chassis_top.json create mode 100644 src/generated/resources/assets/create/models/block/secondary_linear_chassis_top_bottom.json delete mode 100644 src/generated/resources/assets/create/models/block/translation_chassis.json delete mode 100644 src/generated/resources/assets/create/models/block/translation_chassis_bottom.json delete mode 100644 src/generated/resources/assets/create/models/block/translation_chassis_secondary.json delete mode 100644 src/generated/resources/assets/create/models/block/translation_chassis_secondary_bottom.json delete mode 100644 src/generated/resources/assets/create/models/block/translation_chassis_secondary_top.json delete mode 100644 src/generated/resources/assets/create/models/block/translation_chassis_secondary_top_bottom.json delete mode 100644 src/generated/resources/assets/create/models/block/translation_chassis_top.json delete mode 100644 src/generated/resources/assets/create/models/block/translation_chassis_top_bottom.json delete mode 100644 src/generated/resources/assets/create/models/item/drill.json delete mode 100644 src/generated/resources/assets/create/models/item/harvester.json create mode 100644 src/generated/resources/assets/create/models/item/linear_chassis.json create mode 100644 src/generated/resources/assets/create/models/item/mechanical_drill.json create mode 100644 src/generated/resources/assets/create/models/item/mechanical_harvester.json create mode 100644 src/generated/resources/assets/create/models/item/mechanical_plough.json create mode 100644 src/generated/resources/assets/create/models/item/mechanical_saw.json delete mode 100644 src/generated/resources/assets/create/models/item/plough.json create mode 100644 src/generated/resources/assets/create/models/item/radial_chassis.json delete mode 100644 src/generated/resources/assets/create/models/item/rotation_chassis.json delete mode 100644 src/generated/resources/assets/create/models/item/saw.json create mode 100644 src/generated/resources/assets/create/models/item/secondary_linear_chassis.json delete mode 100644 src/generated/resources/assets/create/models/item/translation_chassis.json delete mode 100644 src/generated/resources/assets/create/models/item/translation_chassis_secondary.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_bricks_from_andesite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_bricks_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_bricks_slab_from_andesite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_bricks_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_bricks_stairs_from_andesite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_bricks_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_bricks_wall_from_andesite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_cobblestone_from_andesite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_cobblestone_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_cobblestone_slab_from_andesite_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_cobblestone_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_cobblestone_stairs_from_andesite_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_cobblestone_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_cobblestone_wall_from_andesite_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_pillar.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_pillar_from_andesite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/chiseled_dark_scoria_from_dark_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/chiseled_dolomite_from_dolomite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/chiseled_gabbro_from_gabbro_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/chiseled_limestone_from_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/chiseled_scoria_from_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/chiseled_weathered_limestone_from_weathered_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_bricks_from_dark_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_bricks_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_bricks_slab_from_dark_scoria_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_bricks_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_bricks_stairs_from_dark_scoria_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_bricks_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_bricks_wall_from_dark_scoria_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_cobblestone_from_dark_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_cobblestone_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_cobblestone_slab_from_dark_scoria_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_cobblestone_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_cobblestone_stairs_from_dark_scoria_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_cobblestone_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_cobblestone_wall_from_dark_scoria_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_pillar.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_pillar_from_dark_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_bricks_from_diorite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_bricks_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_bricks_slab_from_diorite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_bricks_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_bricks_stairs_from_diorite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_bricks_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_bricks_wall_from_diorite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_cobblestone_from_diorite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_cobblestone_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_cobblestone_slab_from_diorite_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_cobblestone_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_cobblestone_stairs_from_diorite_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_cobblestone_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_cobblestone_wall_from_diorite_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_pillar.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_pillar_from_diorite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_bricks_from_dolomite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_bricks_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_bricks_slab_from_dolomite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_bricks_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_bricks_stairs_from_dolomite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_bricks_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_bricks_wall_from_dolomite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_cobblestone_from_dolomite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_cobblestone_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_cobblestone_slab_from_dolomite_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_cobblestone_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_cobblestone_stairs_from_dolomite_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_cobblestone_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_cobblestone_wall_from_dolomite_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_pillar.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_pillar_from_dolomite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_andesite_bricks_from_andesite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_andesite_bricks_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_andesite_bricks_slab_from_fancy_andesite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_andesite_bricks_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_andesite_bricks_stairs_from_fancy_andesite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_andesite_bricks_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_andesite_bricks_wall_from_fancy_andesite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dark_scoria_bricks_from_dark_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dark_scoria_bricks_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dark_scoria_bricks_slab_from_fancy_dark_scoria_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dark_scoria_bricks_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dark_scoria_bricks_stairs_from_fancy_dark_scoria_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dark_scoria_bricks_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dark_scoria_bricks_wall_from_fancy_dark_scoria_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_diorite_bricks_from_diorite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_diorite_bricks_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_diorite_bricks_slab_from_fancy_diorite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_diorite_bricks_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_diorite_bricks_stairs_from_fancy_diorite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_diorite_bricks_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_diorite_bricks_wall_from_fancy_diorite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dolomite_bricks_from_dolomite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dolomite_bricks_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dolomite_bricks_slab_from_fancy_dolomite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dolomite_bricks_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dolomite_bricks_stairs_from_fancy_dolomite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dolomite_bricks_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dolomite_bricks_wall_from_fancy_dolomite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_gabbro_bricks_from_gabbro_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_gabbro_bricks_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_gabbro_bricks_slab_from_fancy_gabbro_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_gabbro_bricks_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_gabbro_bricks_stairs_from_fancy_gabbro_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_gabbro_bricks_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_gabbro_bricks_wall_from_fancy_gabbro_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_granite_bricks_from_granite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_granite_bricks_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_granite_bricks_slab_from_fancy_granite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_granite_bricks_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_granite_bricks_stairs_from_fancy_granite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_granite_bricks_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_granite_bricks_wall_from_fancy_granite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_limestone_bricks_from_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_limestone_bricks_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_limestone_bricks_slab_from_fancy_limestone_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_limestone_bricks_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_limestone_bricks_stairs_from_fancy_limestone_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_limestone_bricks_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_limestone_bricks_wall_from_fancy_limestone_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_scoria_bricks_from_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_scoria_bricks_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_scoria_bricks_slab_from_fancy_scoria_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_scoria_bricks_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_scoria_bricks_stairs_from_fancy_scoria_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_scoria_bricks_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_scoria_bricks_wall_from_fancy_scoria_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_weathered_limestone_bricks_from_weathered_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_weathered_limestone_bricks_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_weathered_limestone_bricks_slab_from_fancy_weathered_limestone_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_weathered_limestone_bricks_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_weathered_limestone_bricks_stairs_from_fancy_weathered_limestone_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_weathered_limestone_bricks_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_weathered_limestone_bricks_wall_from_fancy_weathered_limestone_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_bricks_from_gabbro_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_bricks_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_bricks_slab_from_gabbro_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_bricks_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_bricks_stairs_from_gabbro_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_bricks_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_bricks_wall_from_gabbro_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_cobblestone_from_gabbro_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_cobblestone_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_cobblestone_slab_from_gabbro_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_cobblestone_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_cobblestone_stairs_from_gabbro_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_cobblestone_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_cobblestone_wall_from_gabbro_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_pillar.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_pillar_from_gabbro_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/granite_bricks_from_granite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/granite_bricks_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/granite_bricks_slab_from_granite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/granite_bricks_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/granite_bricks_stairs_from_granite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/granite_bricks_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/granite_bricks_wall_from_granite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/granite_cobblestone_from_granite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/granite_cobblestone_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/granite_cobblestone_slab_from_granite_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/granite_cobblestone_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/granite_cobblestone_stairs_from_granite_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/granite_cobblestone_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/granite_cobblestone_wall_from_granite_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/granite_pillar.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/granite_pillar_from_granite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/layered_andesite_from_andesite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/layered_dark_scoria_from_dark_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/layered_diorite_from_diorite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/layered_dolomite_from_dolomite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/layered_gabbro_from_gabbro_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/layered_granite_from_granite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/layered_limestone_from_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/layered_scoria_from_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/layered_weathered_limestone_from_weathered_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_bricks_from_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_bricks_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_bricks_slab_from_limestone_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_bricks_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_bricks_stairs_from_limestone_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_bricks_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_bricks_wall_from_limestone_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_cobblestone_from_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_cobblestone_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_cobblestone_slab_from_limestone_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_cobblestone_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_cobblestone_stairs_from_limestone_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_cobblestone_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_cobblestone_wall_from_limestone_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_pillar.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_pillar_from_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_andesite_from_andesite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_dark_scoria_from_dark_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_diorite_from_diorite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_dolomite_from_dolomite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_gabbro_from_gabbro_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_granite_from_granite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_limestone_from_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_scoria_from_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_weathered_limestone_from_weathered_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_andesite_from_andesite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_dark_scoria_from_dark_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_diorite_from_diorite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_dolomite_from_dolomite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_gabbro_from_gabbro_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_granite_from_granite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_limestone_from_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_scoria_from_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_weathered_limestone_from_weathered_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_andesite_from_andesite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_andesite_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_andesite_slab_from_paved_andesite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_andesite_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_andesite_stairs_from_paved_andesite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_andesite_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_andesite_wall_from_paved_andesite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dark_scoria_from_dark_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dark_scoria_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dark_scoria_slab_from_paved_dark_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dark_scoria_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dark_scoria_stairs_from_paved_dark_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dark_scoria_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dark_scoria_wall_from_paved_dark_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_diorite_from_diorite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_diorite_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_diorite_slab_from_paved_diorite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_diorite_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_diorite_stairs_from_paved_diorite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_diorite_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_diorite_wall_from_paved_diorite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dolomite_from_dolomite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dolomite_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dolomite_slab_from_paved_dolomite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dolomite_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dolomite_stairs_from_paved_dolomite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dolomite_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dolomite_wall_from_paved_dolomite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_gabbro_from_gabbro_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_gabbro_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_gabbro_slab_from_paved_gabbro_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_gabbro_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_gabbro_stairs_from_paved_gabbro_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_gabbro_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_gabbro_wall_from_paved_gabbro_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_granite_from_granite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_granite_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_granite_slab_from_paved_granite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_granite_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_granite_stairs_from_paved_granite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_granite_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_granite_wall_from_paved_granite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_limestone_from_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_limestone_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_limestone_slab_from_paved_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_limestone_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_limestone_stairs_from_paved_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_limestone_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_limestone_wall_from_paved_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_scoria_from_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_scoria_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_scoria_slab_from_paved_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_scoria_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_scoria_stairs_from_paved_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_scoria_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_scoria_wall_from_paved_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_weathered_limestone_from_weathered_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_weathered_limestone_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_weathered_limestone_slab_from_paved_weathered_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_weathered_limestone_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_weathered_limestone_stairs_from_paved_weathered_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_weathered_limestone_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/paved_weathered_limestone_wall_from_paved_weathered_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dark_scoria.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dark_scoria_from_dark_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dark_scoria_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dark_scoria_slab_from_polished_dark_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dark_scoria_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dark_scoria_stairs_from_polished_dark_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dark_scoria_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dark_scoria_wall_from_polished_dark_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dolomite.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dolomite_from_dolomite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dolomite_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dolomite_slab_from_polished_dolomite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dolomite_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dolomite_stairs_from_polished_dolomite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dolomite_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dolomite_wall_from_polished_dolomite_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_gabbro.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_gabbro_from_gabbro_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_gabbro_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_gabbro_slab_from_polished_gabbro_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_gabbro_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_gabbro_stairs_from_polished_gabbro_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_gabbro_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_gabbro_wall_from_polished_gabbro_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_limestone.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_limestone_from_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_limestone_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_limestone_slab_from_polished_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_limestone_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_limestone_stairs_from_polished_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_limestone_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_limestone_wall_from_polished_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_scoria.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_scoria_from_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_scoria_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_scoria_slab_from_polished_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_scoria_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_scoria_stairs_from_polished_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_scoria_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_scoria_wall_from_polished_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_weathered_limestone.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_weathered_limestone_from_weathered_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_weathered_limestone_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_weathered_limestone_slab_from_polished_weathered_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_weathered_limestone_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_weathered_limestone_stairs_from_polished_weathered_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_weathered_limestone_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/polished_weathered_limestone_wall_from_polished_weathered_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_bricks_from_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_bricks_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_bricks_slab_from_scoria_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_bricks_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_bricks_stairs_from_scoria_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_bricks_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_bricks_wall_from_scoria_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_cobblestone_from_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_cobblestone_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_cobblestone_slab_from_scoria_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_cobblestone_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_cobblestone_stairs_from_scoria_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_cobblestone_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_cobblestone_wall_from_scoria_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_pillar.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_pillar_from_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_bricks_from_weathered_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_bricks_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_bricks_slab_from_weathered_limestone_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_bricks_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_bricks_stairs_from_weathered_limestone_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_bricks_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_bricks_wall_from_weathered_limestone_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_cobblestone_from_weathered_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_cobblestone_slab.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_cobblestone_slab_from_weathered_limestone_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_cobblestone_stairs.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_cobblestone_stairs_from_weathered_limestone_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_cobblestone_wall.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_cobblestone_wall_from_weathered_limestone_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_pillar.json create mode 100644 src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_pillar_from_weathered_limestone_stonecutting.json rename src/generated/resources/data/create/loot_tables/blocks/{drill.json => linear_chassis.json} (86%) rename src/generated/resources/data/create/loot_tables/blocks/{rotation_chassis.json => mechanical_drill.json} (85%) create mode 100644 src/generated/resources/data/create/loot_tables/blocks/mechanical_harvester.json create mode 100644 src/generated/resources/data/create/loot_tables/blocks/mechanical_plough.json create mode 100644 src/generated/resources/data/create/loot_tables/blocks/mechanical_saw.json create mode 100644 src/generated/resources/data/create/loot_tables/blocks/radial_chassis.json create mode 100644 src/generated/resources/data/create/loot_tables/blocks/secondary_linear_chassis.json delete mode 100644 src/generated/resources/data/create/loot_tables/blocks/translation_chassis.json delete mode 100644 src/generated/resources/data/create/loot_tables/blocks/translation_chassis_secondary.json rename src/generated/resources/data/create/loot_tables/blocks/{harvester.json => vertical_extractor.json} (87%) rename src/generated/resources/data/create/loot_tables/blocks/{plough.json => vertical_funnel.json} (88%) create mode 100644 src/generated/resources/data/create/loot_tables/blocks/vertical_linked_extractor.json create mode 100644 src/generated/resources/data/create/loot_tables/blocks/vertical_linked_transposer.json rename src/generated/resources/data/create/loot_tables/blocks/{saw.json => vertical_transposer.json} (87%) create mode 100644 src/generated/resources/data/create/recipes/andesite_bricks_from_andesite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/andesite_bricks_slab.json create mode 100644 src/generated/resources/data/create/recipes/andesite_bricks_slab_from_andesite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/andesite_bricks_stairs.json create mode 100644 src/generated/resources/data/create/recipes/andesite_bricks_stairs_from_andesite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/andesite_bricks_wall.json create mode 100644 src/generated/resources/data/create/recipes/andesite_bricks_wall_from_andesite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/andesite_cobblestone_from_andesite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/andesite_cobblestone_slab.json create mode 100644 src/generated/resources/data/create/recipes/andesite_cobblestone_slab_from_andesite_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/andesite_cobblestone_stairs.json create mode 100644 src/generated/resources/data/create/recipes/andesite_cobblestone_stairs_from_andesite_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/andesite_cobblestone_wall.json create mode 100644 src/generated/resources/data/create/recipes/andesite_cobblestone_wall_from_andesite_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/andesite_pillar.json create mode 100644 src/generated/resources/data/create/recipes/andesite_pillar_from_andesite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/chiseled_dark_scoria_from_dark_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/chiseled_dolomite_from_dolomite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/chiseled_gabbro_from_gabbro_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/chiseled_limestone_from_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/chiseled_scoria_from_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/chiseled_weathered_limestone_from_weathered_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/dark_scoria_bricks_from_dark_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/dark_scoria_bricks_slab.json create mode 100644 src/generated/resources/data/create/recipes/dark_scoria_bricks_slab_from_dark_scoria_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/dark_scoria_bricks_stairs.json create mode 100644 src/generated/resources/data/create/recipes/dark_scoria_bricks_stairs_from_dark_scoria_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/dark_scoria_bricks_wall.json create mode 100644 src/generated/resources/data/create/recipes/dark_scoria_bricks_wall_from_dark_scoria_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/dark_scoria_cobblestone_from_dark_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/dark_scoria_cobblestone_slab.json create mode 100644 src/generated/resources/data/create/recipes/dark_scoria_cobblestone_slab_from_dark_scoria_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/dark_scoria_cobblestone_stairs.json create mode 100644 src/generated/resources/data/create/recipes/dark_scoria_cobblestone_stairs_from_dark_scoria_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/dark_scoria_cobblestone_wall.json create mode 100644 src/generated/resources/data/create/recipes/dark_scoria_cobblestone_wall_from_dark_scoria_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/dark_scoria_pillar.json create mode 100644 src/generated/resources/data/create/recipes/dark_scoria_pillar_from_dark_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/diorite_bricks_from_diorite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/diorite_bricks_slab.json create mode 100644 src/generated/resources/data/create/recipes/diorite_bricks_slab_from_diorite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/diorite_bricks_stairs.json create mode 100644 src/generated/resources/data/create/recipes/diorite_bricks_stairs_from_diorite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/diorite_bricks_wall.json create mode 100644 src/generated/resources/data/create/recipes/diorite_bricks_wall_from_diorite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/diorite_cobblestone_from_diorite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/diorite_cobblestone_slab.json create mode 100644 src/generated/resources/data/create/recipes/diorite_cobblestone_slab_from_diorite_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/diorite_cobblestone_stairs.json create mode 100644 src/generated/resources/data/create/recipes/diorite_cobblestone_stairs_from_diorite_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/diorite_cobblestone_wall.json create mode 100644 src/generated/resources/data/create/recipes/diorite_cobblestone_wall_from_diorite_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/diorite_pillar.json create mode 100644 src/generated/resources/data/create/recipes/diorite_pillar_from_diorite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/dolomite_bricks_from_dolomite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/dolomite_bricks_slab.json create mode 100644 src/generated/resources/data/create/recipes/dolomite_bricks_slab_from_dolomite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/dolomite_bricks_stairs.json create mode 100644 src/generated/resources/data/create/recipes/dolomite_bricks_stairs_from_dolomite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/dolomite_bricks_wall.json create mode 100644 src/generated/resources/data/create/recipes/dolomite_bricks_wall_from_dolomite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/dolomite_cobblestone_from_dolomite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/dolomite_cobblestone_slab.json create mode 100644 src/generated/resources/data/create/recipes/dolomite_cobblestone_slab_from_dolomite_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/dolomite_cobblestone_stairs.json create mode 100644 src/generated/resources/data/create/recipes/dolomite_cobblestone_stairs_from_dolomite_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/dolomite_cobblestone_wall.json create mode 100644 src/generated/resources/data/create/recipes/dolomite_cobblestone_wall_from_dolomite_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/dolomite_pillar.json create mode 100644 src/generated/resources/data/create/recipes/dolomite_pillar_from_dolomite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_andesite_bricks_from_andesite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_andesite_bricks_slab.json create mode 100644 src/generated/resources/data/create/recipes/fancy_andesite_bricks_slab_from_fancy_andesite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_andesite_bricks_stairs.json create mode 100644 src/generated/resources/data/create/recipes/fancy_andesite_bricks_stairs_from_fancy_andesite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_andesite_bricks_wall.json create mode 100644 src/generated/resources/data/create/recipes/fancy_andesite_bricks_wall_from_fancy_andesite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_dark_scoria_bricks_from_dark_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_dark_scoria_bricks_slab.json create mode 100644 src/generated/resources/data/create/recipes/fancy_dark_scoria_bricks_slab_from_fancy_dark_scoria_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_dark_scoria_bricks_stairs.json create mode 100644 src/generated/resources/data/create/recipes/fancy_dark_scoria_bricks_stairs_from_fancy_dark_scoria_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_dark_scoria_bricks_wall.json create mode 100644 src/generated/resources/data/create/recipes/fancy_dark_scoria_bricks_wall_from_fancy_dark_scoria_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_diorite_bricks_from_diorite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_diorite_bricks_slab.json create mode 100644 src/generated/resources/data/create/recipes/fancy_diorite_bricks_slab_from_fancy_diorite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_diorite_bricks_stairs.json create mode 100644 src/generated/resources/data/create/recipes/fancy_diorite_bricks_stairs_from_fancy_diorite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_diorite_bricks_wall.json create mode 100644 src/generated/resources/data/create/recipes/fancy_diorite_bricks_wall_from_fancy_diorite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_dolomite_bricks_from_dolomite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_dolomite_bricks_slab.json create mode 100644 src/generated/resources/data/create/recipes/fancy_dolomite_bricks_slab_from_fancy_dolomite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_dolomite_bricks_stairs.json create mode 100644 src/generated/resources/data/create/recipes/fancy_dolomite_bricks_stairs_from_fancy_dolomite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_dolomite_bricks_wall.json create mode 100644 src/generated/resources/data/create/recipes/fancy_dolomite_bricks_wall_from_fancy_dolomite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_gabbro_bricks_from_gabbro_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_gabbro_bricks_slab.json create mode 100644 src/generated/resources/data/create/recipes/fancy_gabbro_bricks_slab_from_fancy_gabbro_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_gabbro_bricks_stairs.json create mode 100644 src/generated/resources/data/create/recipes/fancy_gabbro_bricks_stairs_from_fancy_gabbro_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_gabbro_bricks_wall.json create mode 100644 src/generated/resources/data/create/recipes/fancy_gabbro_bricks_wall_from_fancy_gabbro_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_granite_bricks_from_granite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_granite_bricks_slab.json create mode 100644 src/generated/resources/data/create/recipes/fancy_granite_bricks_slab_from_fancy_granite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_granite_bricks_stairs.json create mode 100644 src/generated/resources/data/create/recipes/fancy_granite_bricks_stairs_from_fancy_granite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_granite_bricks_wall.json create mode 100644 src/generated/resources/data/create/recipes/fancy_granite_bricks_wall_from_fancy_granite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_limestone_bricks_from_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_limestone_bricks_slab.json create mode 100644 src/generated/resources/data/create/recipes/fancy_limestone_bricks_slab_from_fancy_limestone_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_limestone_bricks_stairs.json create mode 100644 src/generated/resources/data/create/recipes/fancy_limestone_bricks_stairs_from_fancy_limestone_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_limestone_bricks_wall.json create mode 100644 src/generated/resources/data/create/recipes/fancy_limestone_bricks_wall_from_fancy_limestone_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_scoria_bricks_from_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_scoria_bricks_slab.json create mode 100644 src/generated/resources/data/create/recipes/fancy_scoria_bricks_slab_from_fancy_scoria_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_scoria_bricks_stairs.json create mode 100644 src/generated/resources/data/create/recipes/fancy_scoria_bricks_stairs_from_fancy_scoria_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_scoria_bricks_wall.json create mode 100644 src/generated/resources/data/create/recipes/fancy_scoria_bricks_wall_from_fancy_scoria_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_weathered_limestone_bricks_from_weathered_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_weathered_limestone_bricks_slab.json create mode 100644 src/generated/resources/data/create/recipes/fancy_weathered_limestone_bricks_slab_from_fancy_weathered_limestone_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_weathered_limestone_bricks_stairs.json create mode 100644 src/generated/resources/data/create/recipes/fancy_weathered_limestone_bricks_stairs_from_fancy_weathered_limestone_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/fancy_weathered_limestone_bricks_wall.json create mode 100644 src/generated/resources/data/create/recipes/fancy_weathered_limestone_bricks_wall_from_fancy_weathered_limestone_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/gabbro_bricks_from_gabbro_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/gabbro_bricks_slab.json create mode 100644 src/generated/resources/data/create/recipes/gabbro_bricks_slab_from_gabbro_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/gabbro_bricks_stairs.json create mode 100644 src/generated/resources/data/create/recipes/gabbro_bricks_stairs_from_gabbro_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/gabbro_bricks_wall.json create mode 100644 src/generated/resources/data/create/recipes/gabbro_bricks_wall_from_gabbro_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/gabbro_cobblestone_from_gabbro_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/gabbro_cobblestone_slab.json create mode 100644 src/generated/resources/data/create/recipes/gabbro_cobblestone_slab_from_gabbro_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/gabbro_cobblestone_stairs.json create mode 100644 src/generated/resources/data/create/recipes/gabbro_cobblestone_stairs_from_gabbro_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/gabbro_cobblestone_wall.json create mode 100644 src/generated/resources/data/create/recipes/gabbro_cobblestone_wall_from_gabbro_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/gabbro_pillar.json create mode 100644 src/generated/resources/data/create/recipes/gabbro_pillar_from_gabbro_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/granite_bricks_from_granite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/granite_bricks_slab.json create mode 100644 src/generated/resources/data/create/recipes/granite_bricks_slab_from_granite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/granite_bricks_stairs.json create mode 100644 src/generated/resources/data/create/recipes/granite_bricks_stairs_from_granite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/granite_bricks_wall.json create mode 100644 src/generated/resources/data/create/recipes/granite_bricks_wall_from_granite_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/granite_cobblestone_from_granite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/granite_cobblestone_slab.json create mode 100644 src/generated/resources/data/create/recipes/granite_cobblestone_slab_from_granite_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/granite_cobblestone_stairs.json create mode 100644 src/generated/resources/data/create/recipes/granite_cobblestone_stairs_from_granite_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/granite_cobblestone_wall.json create mode 100644 src/generated/resources/data/create/recipes/granite_cobblestone_wall_from_granite_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/granite_pillar.json create mode 100644 src/generated/resources/data/create/recipes/granite_pillar_from_granite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/layered_andesite_from_andesite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/layered_dark_scoria_from_dark_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/layered_diorite_from_diorite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/layered_dolomite_from_dolomite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/layered_gabbro_from_gabbro_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/layered_granite_from_granite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/layered_limestone_from_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/layered_scoria_from_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/layered_weathered_limestone_from_weathered_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/limestone_bricks_from_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/limestone_bricks_slab.json create mode 100644 src/generated/resources/data/create/recipes/limestone_bricks_slab_from_limestone_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/limestone_bricks_stairs.json create mode 100644 src/generated/resources/data/create/recipes/limestone_bricks_stairs_from_limestone_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/limestone_bricks_wall.json create mode 100644 src/generated/resources/data/create/recipes/limestone_bricks_wall_from_limestone_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/limestone_cobblestone_from_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/limestone_cobblestone_slab.json create mode 100644 src/generated/resources/data/create/recipes/limestone_cobblestone_slab_from_limestone_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/limestone_cobblestone_stairs.json create mode 100644 src/generated/resources/data/create/recipes/limestone_cobblestone_stairs_from_limestone_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/limestone_cobblestone_wall.json create mode 100644 src/generated/resources/data/create/recipes/limestone_cobblestone_wall_from_limestone_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/limestone_pillar.json create mode 100644 src/generated/resources/data/create/recipes/limestone_pillar_from_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/mossy_andesite_from_andesite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/mossy_dark_scoria_from_dark_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/mossy_diorite_from_diorite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/mossy_dolomite_from_dolomite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/mossy_gabbro_from_gabbro_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/mossy_granite_from_granite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/mossy_limestone_from_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/mossy_scoria_from_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/mossy_weathered_limestone_from_weathered_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/overgrown_andesite_from_andesite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/overgrown_dark_scoria_from_dark_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/overgrown_diorite_from_diorite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/overgrown_dolomite_from_dolomite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/overgrown_gabbro_from_gabbro_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/overgrown_granite_from_granite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/overgrown_limestone_from_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/overgrown_scoria_from_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/overgrown_weathered_limestone_from_weathered_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_andesite_from_andesite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_andesite_slab.json create mode 100644 src/generated/resources/data/create/recipes/paved_andesite_slab_from_paved_andesite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_andesite_stairs.json create mode 100644 src/generated/resources/data/create/recipes/paved_andesite_stairs_from_paved_andesite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_andesite_wall.json create mode 100644 src/generated/resources/data/create/recipes/paved_andesite_wall_from_paved_andesite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_dark_scoria_from_dark_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_dark_scoria_slab.json create mode 100644 src/generated/resources/data/create/recipes/paved_dark_scoria_slab_from_paved_dark_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_dark_scoria_stairs.json create mode 100644 src/generated/resources/data/create/recipes/paved_dark_scoria_stairs_from_paved_dark_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_dark_scoria_wall.json create mode 100644 src/generated/resources/data/create/recipes/paved_dark_scoria_wall_from_paved_dark_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_diorite_from_diorite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_diorite_slab.json create mode 100644 src/generated/resources/data/create/recipes/paved_diorite_slab_from_paved_diorite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_diorite_stairs.json create mode 100644 src/generated/resources/data/create/recipes/paved_diorite_stairs_from_paved_diorite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_diorite_wall.json create mode 100644 src/generated/resources/data/create/recipes/paved_diorite_wall_from_paved_diorite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_dolomite_from_dolomite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_dolomite_slab.json create mode 100644 src/generated/resources/data/create/recipes/paved_dolomite_slab_from_paved_dolomite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_dolomite_stairs.json create mode 100644 src/generated/resources/data/create/recipes/paved_dolomite_stairs_from_paved_dolomite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_dolomite_wall.json create mode 100644 src/generated/resources/data/create/recipes/paved_dolomite_wall_from_paved_dolomite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_gabbro_from_gabbro_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_gabbro_slab.json create mode 100644 src/generated/resources/data/create/recipes/paved_gabbro_slab_from_paved_gabbro_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_gabbro_stairs.json create mode 100644 src/generated/resources/data/create/recipes/paved_gabbro_stairs_from_paved_gabbro_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_gabbro_wall.json create mode 100644 src/generated/resources/data/create/recipes/paved_gabbro_wall_from_paved_gabbro_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_granite_from_granite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_granite_slab.json create mode 100644 src/generated/resources/data/create/recipes/paved_granite_slab_from_paved_granite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_granite_stairs.json create mode 100644 src/generated/resources/data/create/recipes/paved_granite_stairs_from_paved_granite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_granite_wall.json create mode 100644 src/generated/resources/data/create/recipes/paved_granite_wall_from_paved_granite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_limestone_from_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_limestone_slab.json create mode 100644 src/generated/resources/data/create/recipes/paved_limestone_slab_from_paved_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_limestone_stairs.json create mode 100644 src/generated/resources/data/create/recipes/paved_limestone_stairs_from_paved_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_limestone_wall.json create mode 100644 src/generated/resources/data/create/recipes/paved_limestone_wall_from_paved_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_scoria_from_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_scoria_slab.json create mode 100644 src/generated/resources/data/create/recipes/paved_scoria_slab_from_paved_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_scoria_stairs.json create mode 100644 src/generated/resources/data/create/recipes/paved_scoria_stairs_from_paved_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_scoria_wall.json create mode 100644 src/generated/resources/data/create/recipes/paved_scoria_wall_from_paved_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_weathered_limestone_from_weathered_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_weathered_limestone_slab.json create mode 100644 src/generated/resources/data/create/recipes/paved_weathered_limestone_slab_from_paved_weathered_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_weathered_limestone_stairs.json create mode 100644 src/generated/resources/data/create/recipes/paved_weathered_limestone_stairs_from_paved_weathered_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/paved_weathered_limestone_wall.json create mode 100644 src/generated/resources/data/create/recipes/paved_weathered_limestone_wall_from_paved_weathered_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/polished_dark_scoria.json create mode 100644 src/generated/resources/data/create/recipes/polished_dark_scoria_from_dark_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/polished_dark_scoria_slab.json create mode 100644 src/generated/resources/data/create/recipes/polished_dark_scoria_slab_from_polished_dark_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/polished_dark_scoria_stairs.json create mode 100644 src/generated/resources/data/create/recipes/polished_dark_scoria_stairs_from_polished_dark_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/polished_dark_scoria_wall.json create mode 100644 src/generated/resources/data/create/recipes/polished_dark_scoria_wall_from_polished_dark_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/polished_dolomite.json create mode 100644 src/generated/resources/data/create/recipes/polished_dolomite_from_dolomite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/polished_dolomite_slab.json create mode 100644 src/generated/resources/data/create/recipes/polished_dolomite_slab_from_polished_dolomite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/polished_dolomite_stairs.json create mode 100644 src/generated/resources/data/create/recipes/polished_dolomite_stairs_from_polished_dolomite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/polished_dolomite_wall.json create mode 100644 src/generated/resources/data/create/recipes/polished_dolomite_wall_from_polished_dolomite_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/polished_gabbro.json create mode 100644 src/generated/resources/data/create/recipes/polished_gabbro_from_gabbro_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/polished_gabbro_slab.json create mode 100644 src/generated/resources/data/create/recipes/polished_gabbro_slab_from_polished_gabbro_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/polished_gabbro_stairs.json create mode 100644 src/generated/resources/data/create/recipes/polished_gabbro_stairs_from_polished_gabbro_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/polished_gabbro_wall.json create mode 100644 src/generated/resources/data/create/recipes/polished_gabbro_wall_from_polished_gabbro_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/polished_limestone.json create mode 100644 src/generated/resources/data/create/recipes/polished_limestone_from_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/polished_limestone_slab.json create mode 100644 src/generated/resources/data/create/recipes/polished_limestone_slab_from_polished_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/polished_limestone_stairs.json create mode 100644 src/generated/resources/data/create/recipes/polished_limestone_stairs_from_polished_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/polished_limestone_wall.json create mode 100644 src/generated/resources/data/create/recipes/polished_limestone_wall_from_polished_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/polished_scoria.json create mode 100644 src/generated/resources/data/create/recipes/polished_scoria_from_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/polished_scoria_slab.json create mode 100644 src/generated/resources/data/create/recipes/polished_scoria_slab_from_polished_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/polished_scoria_stairs.json create mode 100644 src/generated/resources/data/create/recipes/polished_scoria_stairs_from_polished_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/polished_scoria_wall.json create mode 100644 src/generated/resources/data/create/recipes/polished_scoria_wall_from_polished_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/polished_weathered_limestone.json create mode 100644 src/generated/resources/data/create/recipes/polished_weathered_limestone_from_weathered_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/polished_weathered_limestone_slab.json create mode 100644 src/generated/resources/data/create/recipes/polished_weathered_limestone_slab_from_polished_weathered_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/polished_weathered_limestone_stairs.json create mode 100644 src/generated/resources/data/create/recipes/polished_weathered_limestone_stairs_from_polished_weathered_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/polished_weathered_limestone_wall.json create mode 100644 src/generated/resources/data/create/recipes/polished_weathered_limestone_wall_from_polished_weathered_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/scoria_bricks_from_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/scoria_bricks_slab.json create mode 100644 src/generated/resources/data/create/recipes/scoria_bricks_slab_from_scoria_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/scoria_bricks_stairs.json create mode 100644 src/generated/resources/data/create/recipes/scoria_bricks_stairs_from_scoria_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/scoria_bricks_wall.json create mode 100644 src/generated/resources/data/create/recipes/scoria_bricks_wall_from_scoria_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/scoria_cobblestone_from_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/scoria_cobblestone_slab.json create mode 100644 src/generated/resources/data/create/recipes/scoria_cobblestone_slab_from_scoria_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/scoria_cobblestone_stairs.json create mode 100644 src/generated/resources/data/create/recipes/scoria_cobblestone_stairs_from_scoria_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/scoria_cobblestone_wall.json create mode 100644 src/generated/resources/data/create/recipes/scoria_cobblestone_wall_from_scoria_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/scoria_pillar.json create mode 100644 src/generated/resources/data/create/recipes/scoria_pillar_from_scoria_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/weathered_limestone_bricks_from_weathered_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/weathered_limestone_bricks_slab.json create mode 100644 src/generated/resources/data/create/recipes/weathered_limestone_bricks_slab_from_weathered_limestone_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/weathered_limestone_bricks_stairs.json create mode 100644 src/generated/resources/data/create/recipes/weathered_limestone_bricks_stairs_from_weathered_limestone_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/weathered_limestone_bricks_wall.json create mode 100644 src/generated/resources/data/create/recipes/weathered_limestone_bricks_wall_from_weathered_limestone_bricks_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/weathered_limestone_cobblestone_from_weathered_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/weathered_limestone_cobblestone_slab.json create mode 100644 src/generated/resources/data/create/recipes/weathered_limestone_cobblestone_slab_from_weathered_limestone_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/weathered_limestone_cobblestone_stairs.json create mode 100644 src/generated/resources/data/create/recipes/weathered_limestone_cobblestone_stairs_from_weathered_limestone_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/weathered_limestone_cobblestone_wall.json create mode 100644 src/generated/resources/data/create/recipes/weathered_limestone_cobblestone_wall_from_weathered_limestone_cobblestone_stonecutting.json create mode 100644 src/generated/resources/data/create/recipes/weathered_limestone_pillar.json create mode 100644 src/generated/resources/data/create/recipes/weathered_limestone_pillar_from_weathered_limestone_stonecutting.json create mode 100644 src/generated/resources/data/create/tags/items/crushed_ores.json rename src/main/resources/assets/create/models/block/{drill => mechanical_drill}/block.json (100%) rename src/main/resources/assets/create/models/block/{drill => mechanical_drill}/head.json (100%) rename src/main/resources/assets/create/models/block/{drill => mechanical_drill}/item.json (100%) rename src/main/resources/assets/create/models/block/{harvester => mechanical_harvester}/blade.json (100%) rename src/main/resources/assets/create/models/block/{harvester => mechanical_harvester}/block.json (100%) rename src/main/resources/assets/create/models/block/{harvester => mechanical_harvester}/item.json (100%) rename src/main/resources/assets/create/models/block/{plough.json => mechanical_plough.json} (100%) rename src/main/resources/assets/create/models/block/{saw => mechanical_saw}/horizontal.json (100%) rename src/main/resources/assets/create/models/block/{saw => mechanical_saw}/horizontal_inactive.json (60%) rename src/main/resources/assets/create/models/block/{saw => mechanical_saw}/vertical.json (100%) rename src/main/resources/assets/create/models/block/{saw => mechanical_saw}/vertical_inactive.json (61%) rename src/main/resources/assets/create/models/block/{rotation_chassis => radial_chassis}/base.json (75%) rename src/main/resources/assets/create/models/block/{rotation_chassis => radial_chassis}/side_x.json (100%) rename src/main/resources/assets/create/models/block/{rotation_chassis => radial_chassis}/side_y.json (100%) rename src/main/resources/assets/create/models/block/{rotation_chassis => radial_chassis}/side_z.json (100%) rename src/main/resources/assets/create/textures/block/{translation_chassis_end.png => linear_chassis_end.png} (100%) rename src/main/resources/assets/create/textures/block/{translation_chassis_end_connected.png => linear_chassis_end_connected.png} (100%) rename src/main/resources/assets/create/textures/block/{translation_chassis_end_sticky.png => linear_chassis_end_sticky.png} (100%) rename src/main/resources/assets/create/textures/block/{translation_chassis_end_sticky_connected.png => linear_chassis_end_sticky_connected.png} (100%) rename src/main/resources/assets/create/textures/block/{translation_chassis_side.png => linear_chassis_side.png} (100%) rename src/main/resources/assets/create/textures/block/{rotation_chassis_end.png => radial_chassis_end.png} (100%) rename src/main/resources/assets/create/textures/block/{rotation_chassis_side.png => radial_chassis_side.png} (100%) rename src/main/resources/assets/create/textures/block/{rotation_chassis_side_sticky.png => radial_chassis_side_sticky.png} (100%) rename src/main/resources/assets/create/textures/block/{translation_chassis_secondary_side.png => secondary_linear_chassis_side.png} (100%) delete mode 100644 src/main/resources/data/create/tags/items/crushed_ores.json diff --git a/src/generated/resources/.cache/cache b/src/generated/resources/.cache/cache index efca77cab..36805ccbf 100644 --- a/src/generated/resources/.cache/cache +++ b/src/generated/resources/.cache/cache @@ -74,7 +74,6 @@ a2b7259dacf7b582e3b819e12015b5e18a1768e5 assets\create\blockstates\dolomite_cobb e7c1db7226df5858f1884f0cf328a733fec22c3d assets\create\blockstates\dolomite_cobblestone_stairs.json f63a5816d4bfe643aa098d03c3b54462dd06fe19 assets\create\blockstates\dolomite_cobblestone_wall.json f179202e59e449157f89efc37229b03bbfd391d7 assets\create\blockstates\dolomite_pillar.json -5fca916e329ccf449f6e60eb5ac7dd7efd250a23 assets\create\blockstates\drill.json 7b1c40891b07c8f3238537625d9e25c8627e7333 assets\create\blockstates\encased_belt.json 7b2b836649e729feafa60972bf95e3afb2143131 assets\create\blockstates\encased_fan.json db1777f0eff1eb6987b569aee513656ae889ae75 assets\create\blockstates\encased_shaft.json @@ -142,7 +141,6 @@ d97fdea02187e63f6b63913357c79a18660d676d assets\create\blockstates\granite_cobbl 9ce66b5a61c3aad398756d26e4efee2b9e12a275 assets\create\blockstates\granite_cobblestone_wall.json f8659e81cd2a623475a6a9aca59149e82de56b1c assets\create\blockstates\granite_pillar.json 6ab675fa06317e6d07c0c1a453e7bb43e3f46b3b assets\create\blockstates\hand_crank.json -d7aad9c1ec992c42576490f633c9a3317983945c assets\create\blockstates\harvester.json be3bef7e091d8b50bfc1c6b7275946d1f636aefd assets\create\blockstates\horizontal_framed_glass.json 18d9fdaa1352a7e2ec91135e46dae5c02ccd8f8f assets\create\blockstates\horizontal_framed_glass_pane.json 5d851c90d23de5087ce546d4bbe509e112b84c49 assets\create\blockstates\jungle_window.json @@ -168,14 +166,19 @@ e7c7b952137c4cb615988ea59b9f14303c9a4dfe assets\create\blockstates\limestone_bri 43532aec1893f7d2f37798d5dbb11ecde0a3bfab assets\create\blockstates\limestone_cobblestone_stairs.json 17c5a6c1dd094c9201ed90fdcebde620a8a39900 assets\create\blockstates\limestone_cobblestone_wall.json b7506b862d13b3f915c60d38bb7a20afc935f70a assets\create\blockstates\limestone_pillar.json +69790737767e06f000c7824749c46664a123160e assets\create\blockstates\linear_chassis.json c793ab3aa6cf09d8d6d4136757629689f0365771 assets\create\blockstates\linked_extractor.json c5422866667331f1d5cf6753c0889747ee02762b assets\create\blockstates\linked_transposer.json ddcf4bb281e046fbb1026b8f46a2cf12448598df assets\create\blockstates\mechanical_bearing.json 5586beef2d9183dc34d8e8d2723620c0569592ae assets\create\blockstates\mechanical_crafter.json +044db7d50e19008bae8bf3325eac2ed0eb1ea6d2 assets\create\blockstates\mechanical_drill.json +0fb175e5260ec60e130e589d682a4d3301d7364e assets\create\blockstates\mechanical_harvester.json d9afcfa27c42df5fd54a7b783acb0eb45ddf5aa5 assets\create\blockstates\mechanical_mixer.json da612a05f94dc19e07e250efc35a7b2839d2ee76 assets\create\blockstates\mechanical_piston.json 94ec340a50b2406f833735f7501a1840c692e32a assets\create\blockstates\mechanical_piston_head.json +debef0f5dde74103aaf4422de4bc90e4099b0c47 assets\create\blockstates\mechanical_plough.json 92269fe66d7b83095a2e04e121af0be792f55dd6 assets\create\blockstates\mechanical_press.json +1478fc76afb9b186fd3fddc20c29525d60d692bc assets\create\blockstates\mechanical_saw.json 4e48ad0936647065c2322390e7c0fe115c853a98 assets\create\blockstates\millstone.json 468202df0802e17c75fcad0993daf1bc5300ca91 assets\create\blockstates\minecart_anchor.json 6a42f86aaff8ced70aaa6adb9460614ab40c21e5 assets\create\blockstates\mossy_andesite.json @@ -240,7 +243,6 @@ cb23aef25f3106b06c8fa8f152c638bb0d2185d8 assets\create\blockstates\paved_weather d62b0992cec1de45dad1f2c273132225f4ef33a0 assets\create\blockstates\paved_weathered_limestone_stairs.json dba4cf86e82ed4502fffed363fbce226a445e774 assets\create\blockstates\paved_weathered_limestone_wall.json 975c97018e9e2419943eaab43aed0970e96feaf7 assets\create\blockstates\piston_extension_pole.json -eec748fc6c0d770f03188f63edc046ea4fc18253 assets\create\blockstates\plough.json 2f764f460aa1d75ba995da180bc6f8d2bd9db385 assets\create\blockstates\polished_dark_scoria.json 262b22dcf3e151e63f58710f6b6fe4fc4fc2a70c assets\create\blockstates\polished_dark_scoria_slab.json a0dbcb7651b02a4f5c747ad2c6d35da60f768d9b assets\create\blockstates\polished_dark_scoria_stairs.json @@ -270,13 +272,12 @@ b7829c2ef2c47188713f8cab21b2c9bc7f9c5b79 assets\create\blockstates\portable_stor e8b0a401c10d1ba67ed71ba31bd5f9bc28571b65 assets\create\blockstates\powered_toggle_latch.json 3a739f9d4276828d83f2d2750bf3227c87bcd438 assets\create\blockstates\pulley_magnet.json 469e430d96cb0a5e1aaf6b7cc5d401d488c9e600 assets\create\blockstates\pulse_repeater.json +5c1df061eb5efe49beee7219e113206fc31a4733 assets\create\blockstates\radial_chassis.json 8929677f2cc5354aa19ef182af69f9f0b41eb242 assets\create\blockstates\redstone_contact.json c29213b77ac0c78d8979c5f6188d2b265696f9b9 assets\create\blockstates\redstone_link.json e2990fe70ad5d10437a376e70e167d1856277cc1 assets\create\blockstates\rope.json e14d5f7252105934295b4e156ec0e6d62d3d6b1c assets\create\blockstates\rope_pulley.json -0133b3765943096c2541538ba927d49501f89e2f assets\create\blockstates\rotation_chassis.json cc4cf3420fa290cb844f9cf4dfdd836aa9b70500 assets\create\blockstates\rotation_speed_controller.json -56b63575c87065bc82eb9410175c501cdf959c66 assets\create\blockstates\saw.json 36592a6542332b35445931e8e9531adf786b63ba assets\create\blockstates\schematicannon.json 7120f29e4b88a1c40125a8cdbe8af3570f4ee352 assets\create\blockstates\schematic_table.json a5befc14551f043675e985027609aeb7e6bacc0d assets\create\blockstates\scoria.json @@ -289,6 +290,7 @@ be96a5541f211a6929fa04ec3535cb62ce7d4a2d assets\create\blockstates\scoria_cobble 41d1fbbdfb038e474254bee5284561342fea0fc9 assets\create\blockstates\scoria_cobblestone_stairs.json b6e50f46a02f833f2f2bafa8585a909b6da5e229 assets\create\blockstates\scoria_cobblestone_wall.json 46641fdbc6bdc05829153bc28efb90cae26a51f8 assets\create\blockstates\scoria_pillar.json +89e10f35b93b5c72dd235eb79e5fc6f3655027a1 assets\create\blockstates\secondary_linear_chassis.json 81931eb1027dfb42ba4b2186185a4c0a36e0dbe4 assets\create\blockstates\sequenced_gearshift.json 79ae6d86a829b9ce82fce68a6377d3810fcfcb10 assets\create\blockstates\shaft.json e815bfd854c2653f10828bb11950f7fb991d7efc assets\create\blockstates\speedometer.json @@ -299,8 +301,6 @@ f385988cb6fa9c48b5d59a6942ec50ed2b60c8bf assets\create\blockstates\stockpile_swi e815bfd854c2653f10828bb11950f7fb991d7efc assets\create\blockstates\stressometer.json 8b0c2c7ac72529565b3339aa8df7565858100afa assets\create\blockstates\tiled_glass.json a2454400b1cf9889f70aebdc89c52a1be25f543c assets\create\blockstates\tiled_glass_pane.json -5b56f9ab24474105d4944413056bf4989454e0f8 assets\create\blockstates\translation_chassis.json -67abb31b7675196f4e94889582b5a213f7ffa960 assets\create\blockstates\translation_chassis_secondary.json e122bf687d991dd2d7a05670039da7937f96ca05 assets\create\blockstates\transposer.json a8094531617e27a545c4815ab2062bf0ffca3633 assets\create\blockstates\turntable.json d45450255fd7a64cfd2bd8856fd4cff01a49cc8d assets\create\blockstates\vertical_extractor.json @@ -323,8 +323,8 @@ c60c3115fd6eeaa3a696428a87a74d184ab7d62d assets\create\blockstates\weathered_lim c77b46d8b459e5c7cc495393546f3fcca8a1fa1d assets\create\blockstates\weathered_limestone_pillar.json 7f39521b211441f5c3e06d60c5978cebe16cacfb assets\create\blockstates\zinc_block.json b7181bcd8182b2f17088e5aa881f374c9c65470c assets\create\blockstates\zinc_ore.json -ed3d1d71c739bbf457acc152301514e2bb8d221b assets\create\lang\en_ud.json -b60610388c3cfb638bf3d4a635cd3ac9d33beab0 assets\create\lang\en_us.json +c47cfc7aae111eb9136f9cd3b6240669f920550d assets\create\lang\en_ud.json +ad62841621bbd81a70950c611aa747341953cde9 assets\create\lang\en_us.json 846200eb548d3bfa2e77b41039de159b4b6cfb45 assets\create\models\block\acacia_window.json 1930fa3a3c98d53dd19e4ee7f55bc27fd47aa281 assets\create\models\block\acacia_window_pane_noside.json 1763ea2c9b981d187f5031ba608f3d5d3be3986a assets\create\models\block\acacia_window_pane_noside_alt.json @@ -619,6 +619,10 @@ abef3f97c28321ded3bafc90918377981038d7b2 assets\create\models\block\limestone_co eee8ae85daa99fcd594da3d4af393726af69493b assets\create\models\block\limestone_cobblestone_wall_post.json 0effd13c1ff224f4c2d7017c6505f48d31815934 assets\create\models\block\limestone_cobblestone_wall_side.json 7336e008b3af80e054c9f15be381b7fe307e97d4 assets\create\models\block\limestone_pillar.json +20432687c62402a4bc0f2415113e7470231cdf03 assets\create\models\block\linear_chassis.json +595bfec2293c44deae49147016cb7971bdd721df assets\create\models\block\linear_chassis_bottom.json +999ce855842170f47db9d1e8e8636c24f7d3ad3d assets\create\models\block\linear_chassis_top.json +b9abbd1dcf71e0a1416fd998a82a560c06cef5a3 assets\create\models\block\linear_chassis_top_bottom.json 0492070642fda75b943080022368505f2d065730 assets\create\models\block\mechanical_bearing.json edf6ee4e590ebf162c00aa952d992f1bee2cad8a assets\create\models\block\mossy_andesite.json 55256e4df0038a619d80d3e6c50b0f3e3682e90a assets\create\models\block\mossy_dark_scoria.json @@ -816,12 +820,12 @@ f22d7d8263dcabd726aa04784031ae9062633579 assets\create\models\block\powered_togg e6097d9ab9dc9954cbc750020bc33c7a423b73c6 assets\create\models\block\powered_toggle_latch_on_powered.json 622239a3a09fcac7235b9670eb395a530839a59b assets\create\models\block\pulse_repeater_powered.json 0102e253c941904f12de7acdd46b0079ee3ccf69 assets\create\models\block\pulse_repeater_pulsing.json -ba83f3402d6426173ee5ac3848d705164b7a3ee9 assets\create\models\block\rotation_chassis_side_x.json -da79afd97a2e299cddc93befecc3e8d522835cc5 assets\create\models\block\rotation_chassis_side_x_sticky.json -78ed83b3d0471d617f828577e767f062e8fc08ba assets\create\models\block\rotation_chassis_side_y.json -ed7a94b10fb1f0284d20bbe1842f2600e8d9e566 assets\create\models\block\rotation_chassis_side_y_sticky.json -1a253849de1e01e815ea2aac7288259df07390c2 assets\create\models\block\rotation_chassis_side_z.json -5e70e4a838330aebfd224fd2be01733c0cd9d006 assets\create\models\block\rotation_chassis_side_z_sticky.json +27d64a828607f94296c0b86cdb35fad996bc5d23 assets\create\models\block\radial_chassis_side_x.json +7d1439a0b06e4014e396d498a9e42168f67773a5 assets\create\models\block\radial_chassis_side_x_sticky.json +a9885a3f69e3e2a2812c33bafd9140fcc5cc7c25 assets\create\models\block\radial_chassis_side_y.json +92a48c22cf2af0a3156844322f6bb469883608fb assets\create\models\block\radial_chassis_side_y_sticky.json +522f4733118d6fba172696e9478c8f9fe88b236e assets\create\models\block\radial_chassis_side_z.json +bffca231a146a6ac49e028f3790cdcbf375e98b0 assets\create\models\block\radial_chassis_side_z_sticky.json c145d8e0d7f8f41afa80b9727a107b2ad2f0c3c9 assets\create\models\block\scoria.json 59c6f6a4ffe43485244a8561d7e8341f796e268b assets\create\models\block\scoria_bricks.json d86ca38a0c1bac89e545916c59f23f6f0c9f7d7a assets\create\models\block\scoria_bricks_slab.json @@ -840,6 +844,10 @@ de66b504054f37eca6e5eeee6245fb8f9db2e1bf assets\create\models\block\scoria_cobbl 34aa3f34fce851ac6f87be0c276e074dacd9bbf4 assets\create\models\block\scoria_cobblestone_wall_post.json 43cd43cc26ba06f953c52c3fb67841141a99da6e assets\create\models\block\scoria_cobblestone_wall_side.json 0e70dc21ac625a0796ded99c734087c97fa5966b assets\create\models\block\scoria_pillar.json +74cd7c13043f6a5c680a7c73ed46a44a7507b8bf assets\create\models\block\secondary_linear_chassis.json +fbe57e52b0234c2c379d82d6cc425d6ce9492454 assets\create\models\block\secondary_linear_chassis_bottom.json +e439d642f3c2049dce444b7b4bea8532eb22699c assets\create\models\block\secondary_linear_chassis_top.json +5fc7d8839c6de9363d22fd22be7f440aab853121 assets\create\models\block\secondary_linear_chassis_top_bottom.json 3fc9a7ae552095d0f45f8e632e2bf04d1378946f assets\create\models\block\spruce_window.json f39904a8a73a25e440d6a35fad931f8ce7ef165e assets\create\models\block\spruce_window_pane_noside.json 7446e12a5ba91c008b17fd70484468caa36500b9 assets\create\models\block\spruce_window_pane_noside_alt.json @@ -859,14 +867,6 @@ d6a49bf3c26ab83de70190db5f8a9c6dca85df52 assets\create\models\block\stockpile_sw 3d293702831960ba6d924753d1fd35de71256c13 assets\create\models\block\tiled_glass_pane_post.json efed7cdc64a732129964e8f8a9a20ff015f7d287 assets\create\models\block\tiled_glass_pane_side.json 1384613ed9e7f9cd737190703d932466a7143f35 assets\create\models\block\tiled_glass_pane_side_alt.json -7ec582cc46eee26589f462b8009a284931cde9fd assets\create\models\block\translation_chassis.json -c751862776ab7bdeaded3fdffc1ded04805d723a assets\create\models\block\translation_chassis_bottom.json -f5b9739f78ba79590068e22ee75e277a938599df assets\create\models\block\translation_chassis_secondary.json -b0ff692b3708fa360511de9e9f7b18628a2ff154 assets\create\models\block\translation_chassis_secondary_bottom.json -2702f3b837ff4668afd259634dce865f3d2c3a48 assets\create\models\block\translation_chassis_secondary_top.json -187668fcba3526e0255ec6b7363db741e586d9c2 assets\create\models\block\translation_chassis_secondary_top_bottom.json -b73f22068491dab6a4c26d1da11015e27f85ad74 assets\create\models\block\translation_chassis_top.json -ecfeadf4fd4cb61500c0200b8485ce8fbe1df989 assets\create\models\block\translation_chassis_top_bottom.json 9730fcb02f679087e81e24c836751e625be6a298 assets\create\models\block\vertical_framed_glass.json d13df8a5920c5778d98081fb0e97f045e2fd46a2 assets\create\models\block\vertical_framed_glass_pane_noside.json 3e975bec02e2670ce2b1868cebcbd780a5ebf3f8 assets\create\models\block\vertical_framed_glass_pane_noside_alt.json @@ -984,7 +984,6 @@ be7de1e1529fb2a2e842204136520a760676d4e9 assets\create\models\item\dolomite_cobb 6b03f2be8fa1e62a89d59859e7d40f9e45ab8b65 assets\create\models\item\dolomite_cobblestone_wall.json e974cd23a5456baef8b634f2d21fd8c3822931ab assets\create\models\item\dolomite_pillar.json 82b73fafdb8bf4f0706012d5baab44cd0e1aa7bc assets\create\models\item\dough.json -a2b3820eb87b5e3eaf0c315c4482ba24d9ebd610 assets\create\models\item\drill.json 36139f3de5fc9e57cb96f2d2daad108bc0635b7b assets\create\models\item\electron_tube.json 3bbf9f6b33ef075fb2e1d20d58a6169e2e942314 assets\create\models\item\empty_schematic.json f2d6b88c3174de01e16da555236727efc33b490c assets\create\models\item\encased_belt.json @@ -1058,7 +1057,6 @@ b84a947a1b297513c85bb8d2dbbb780304c95e43 assets\create\models\item\granite_pilla cfab82a2cf7495d21778c1de9730a26afbdd523d assets\create\models\item\handheld_blockzapper.json dee43bf1a9c211a752fac2c07aeba123f7f0c914 assets\create\models\item\handheld_worldshaper.json 398b1a7c76c7bdb6a23b1248fdce98f6d835467f assets\create\models\item\hand_crank.json -74d745d5e702d3561921d3abb763534cee7d1cf7 assets\create\models\item\harvester.json e7ec65ad5be13cae5f7d60836b8df9e4a5baad56 assets\create\models\item\horizontal_framed_glass.json f0e3b2b8a553b6e61746c922c27302dabfff71b6 assets\create\models\item\horizontal_framed_glass_pane.json 771d439eac70b52f593fa7381f2c48729fbdaec7 assets\create\models\item\integrated_circuit.json @@ -1087,13 +1085,18 @@ c26a0887356e9e55a0bdc3d885838e4722e0c0c2 assets\create\models\item\limestone_cob ebdf23b99b7895e347c29057c8070a6e16e56beb assets\create\models\item\limestone_cobblestone_stairs.json 8cd46904fd9709377d514e0faf9150ca317f6a9f assets\create\models\item\limestone_cobblestone_wall.json 8065de871ad2fbaed711735561b8ed91a2ce0004 assets\create\models\item\limestone_pillar.json +d245aa4994ff197b1ffeb7980d05f96bd20cdeb3 assets\create\models\item\linear_chassis.json eb0053df13e362e0a05be65252944f0c94eab3db assets\create\models\item\linked_extractor.json 0242f25a8eb02b25f8b03344a1dfaf9ad0ab192c assets\create\models\item\linked_transposer.json 49dcc373c33f6fc3760add10eb51bd96cd4fd028 assets\create\models\item\mechanical_bearing.json 65ac4f19973ddeb1bb4d672f57319130e736e116 assets\create\models\item\mechanical_crafter.json +b416a3a2545a63d6839f7f2cb958c58e485a7eb6 assets\create\models\item\mechanical_drill.json +bbf18e5d54128375139c712e93b35ec25f59f2d0 assets\create\models\item\mechanical_harvester.json 06553037470a5ca5386c0d0bb1011d20580c0e76 assets\create\models\item\mechanical_mixer.json f8d0d4b2a890ea7a69ab0c390947b48fe0478d3f assets\create\models\item\mechanical_piston.json +726ae61699dc379a4f535c1be3ec2672a2f03583 assets\create\models\item\mechanical_plough.json 6c2acb80e53256fbb85f76851f335f9248ace6da assets\create\models\item\mechanical_press.json +bca99d467ec8ead10124becb60ac24b39be83de4 assets\create\models\item\mechanical_saw.json 0eb5726c8c0de462f432411c210d6132b2c446a4 assets\create\models\item\millstone.json 1134bc8ecdfefe5d30ee4973c37aa9a349c368b4 assets\create\models\item\minecart_contraption.json dc43c88dc8ae1f425e1c10f422b09d97719af5bc assets\create\models\item\mossy_andesite.json @@ -1158,7 +1161,6 @@ d60c4fb6e0e68d8f6c137a0c601145c342236c18 assets\create\models\item\paved_limesto d81f85aea5e683539a0f3c805c154b76a9d88a9d assets\create\models\item\paved_weathered_limestone_stairs.json 25eaccadfbabb60301f487807b0e839d525f2c80 assets\create\models\item\paved_weathered_limestone_wall.json 04ce23dc141bedccc75b4512263da8b498f13205 assets\create\models\item\piston_extension_pole.json -ad38b068d8a58d162406db6a318042e9a142dc8a assets\create\models\item\plough.json 1f7846aa06c3c22614c98cbec9112cc8632fa1b8 assets\create\models\item\polished_dark_scoria.json c46f1191cfa225fa76973208646e7bd86d7fcb5f assets\create\models\item\polished_dark_scoria_slab.json db8c0604529f47f7ef50c5a91ec3eab112a649a0 assets\create\models\item\polished_dark_scoria_stairs.json @@ -1190,16 +1192,15 @@ d3cfc1a1137c4bc98848947d425d2972df144c95 assets\create\models\item\powdered_obsi 3a6dfc7f36e31ebfcd650c3144a7f2210e8a4f9f assets\create\models\item\powered_toggle_latch.json 16f363038d5afeae34e0724a6a9f0b8f6e65424a assets\create\models\item\propeller.json 4b8a27ff05ed5331889dfc4b0b4562f3e94b0dfe assets\create\models\item\pulse_repeater.json +469652eb5baa92008dbfc4deec232c3381684af6 assets\create\models\item\radial_chassis.json b9a4ac219a27e60a82f55129f2df5ae6183981e2 assets\create\models\item\redstone_contact.json 52e561abeb954d0349e640566de92ef80ccbf919 assets\create\models\item\redstone_link.json ba99e2fdb64892f4f479a8ac51c226cb5f71f659 assets\create\models\item\red_sand_paper.json d9dd4546f4f4c6ed5fef66de9d272d469db4e81f assets\create\models\item\refined_radiance.json 6daff6b82b33374d7add65e352e05ecb2fd9ebdd assets\create\models\item\rope_pulley.json fc54acc37695f21ef650c8310110407647e9a023 assets\create\models\item\rose_quartz.json -1c76eabeac012b18ef0b7cf2ec7ed794877c1d98 assets\create\models\item\rotation_chassis.json acfbf487ee65c2c58d89cb2644e33fda75751fde assets\create\models\item\rotation_speed_controller.json be86c8156d55d2f128feb66abd70923b3be765cc assets\create\models\item\sand_paper.json -03027a6080a9f1c2f0d8e4eb09a0f6647bf860de assets\create\models\item\saw.json 69196df5122a27573112dad49b334dea96aafed0 assets\create\models\item\schematic.json 0a1c4080ca572106c19a0ba6e2df4baba5f45d35 assets\create\models\item\schematicannon.json 533483999f61e3b091af567a473875247edaedb3 assets\create\models\item\schematic_and_quill.json @@ -1214,6 +1215,7 @@ f4107d5e5a573810873e1a52aaacda674d371e1b assets\create\models\item\scoria_cobble fe8c7476b1386fc05a57a93319f71455ba4cf29b assets\create\models\item\scoria_cobblestone_stairs.json b0061419cf7b7bd2dd548ff00ee28f1227ee2663 assets\create\models\item\scoria_cobblestone_wall.json 1f0cfa084107c05b010556f609371285295a0d12 assets\create\models\item\scoria_pillar.json +083b9fc316cef1d24ea20f06a6aaa4cb52f1ef94 assets\create\models\item\secondary_linear_chassis.json 0df94333da5700f01dcf4ffa46e3f3bf26bb8cf7 assets\create\models\item\sequenced_gearshift.json da72ccdc893fbdd3efa9c22143b88eb756c20e44 assets\create\models\item\shadow_steel.json 106ae694f7e03a218c37003dca8291b1d39b3c55 assets\create\models\item\shaft.json @@ -1226,8 +1228,6 @@ bab8f78c319b2a79ed55c5d2a94b521ddaa44996 assets\create\models\item\stressometer. 29d571a061e3addf92ee51bfc55d96edc3a517a5 assets\create\models\item\super_glue.json b1d3d00ff05908feacad06a86800da96cc9bc65d assets\create\models\item\tiled_glass.json 8a2a81a8cbc52b6021e57107d79a32f73b82d8fe assets\create\models\item\tiled_glass_pane.json -f368a48b20fa0948a4dc61cb7169f2a4c8720d65 assets\create\models\item\translation_chassis.json -2b7e6213706c9f107a74971818bafad8902c081c assets\create\models\item\translation_chassis_secondary.json a9f6592275a4c8592e3c88a95fbe88bd93de67c6 assets\create\models\item\transposer.json c081317f106a2b04700aafde12c57445844c20ab assets\create\models\item\tree_fertilizer.json fb24881c4e92bbb7ffa54a71e0af6b1c66d84829 assets\create\models\item\turntable.json @@ -1267,7 +1267,7 @@ e4225555a12384f2607d5ac65e790fb774beecc8 data\create\advancements\crafter.json d1fbc14303c7327e9fc02e505e7e434591b7f785 data\create\advancements\crushing_wheel.json 0761f3e12d587fec7a2ddf326b43969d262771e3 data\create\advancements\deforester.json e4e3c1bd7ecf501b40cffc26d8ad145ab4e89118 data\create\advancements\deployer.json -58687e7daed21f5546d08750d17ff4f8ce36003e data\create\advancements\drill.json +7280e15d67926f5911b6d75b62369d86fc98af27 data\create\advancements\drill.json 04eaf829696d735244c0e4798dd3bdeb26e13a32 data\create\advancements\electron_tube.json 69e96e926a4d72e59cc6390c25f064166ddb62d2 data\create\advancements\fist_bump.json 62f3610188f7dbd3900ab305edc2d06282705a38 data\create\advancements\goggles.json @@ -1282,9 +1282,360 @@ b2782692d27ffb105e3167174cebe1ebdd4a9867 data\create\advancements\recipes\create df6f220e693f5256bb3df8d6c7769bc931820ae5 data\create\advancements\recipes\create.base\copper_block.json 22e0798a182df482aa6e7b3da5312ea2e21b9e7d data\create\advancements\recipes\create.base\copper_shingles.json 82280c50b78dd7e8c179cb8e8f0c074b26ec9586 data\create\advancements\recipes\create.base\zinc_block.json +06479f24d7b2655ee590b5314861a3c9c422ebbe data\create\advancements\recipes\create.palettes\andesite_bricks_from_andesite_stonecutting.json +916ff114deb04257ea18cd68226bfab9fc291d8e data\create\advancements\recipes\create.palettes\andesite_bricks_slab.json +8137bcfe84651a6b8ca323298ca66fedc5486390 data\create\advancements\recipes\create.palettes\andesite_bricks_slab_from_andesite_bricks_stonecutting.json +fc69a56fa928c47522ee3baaa917bcecf2c3b6a1 data\create\advancements\recipes\create.palettes\andesite_bricks_stairs.json +8cd35c4c445646e18ed611f0efff14d5fd716510 data\create\advancements\recipes\create.palettes\andesite_bricks_stairs_from_andesite_bricks_stonecutting.json +070c52fcb5a0b7f0980192ff30d6d220d89a3d23 data\create\advancements\recipes\create.palettes\andesite_bricks_wall.json +a9ddaf81a64ee6b22c8a5fe8edd8b4b0ff5925d7 data\create\advancements\recipes\create.palettes\andesite_bricks_wall_from_andesite_bricks_stonecutting.json +c872706853ca2259ca949106259ad01d77eaf34c data\create\advancements\recipes\create.palettes\andesite_cobblestone_from_andesite_stonecutting.json +cd42aa3e21c0ab5521e4c53df41fc89e4dc2c12c data\create\advancements\recipes\create.palettes\andesite_cobblestone_slab.json +8bfe90204523a0674c253012ff76be8d6b8c3b63 data\create\advancements\recipes\create.palettes\andesite_cobblestone_slab_from_andesite_cobblestone_stonecutting.json +bfb3673a30db807aa298f2fd128ec863a65818af data\create\advancements\recipes\create.palettes\andesite_cobblestone_stairs.json +47cc716674e1741f4115b04a20ac4c4a5b2a6d8a data\create\advancements\recipes\create.palettes\andesite_cobblestone_stairs_from_andesite_cobblestone_stonecutting.json +bd79e63c29d68fbf87ded63ac1eedba3d7287996 data\create\advancements\recipes\create.palettes\andesite_cobblestone_wall.json +0ed4c084f05b2bd4c134293ad3554d6e31a1d568 data\create\advancements\recipes\create.palettes\andesite_cobblestone_wall_from_andesite_cobblestone_stonecutting.json +a453d05704cadb3279318192aac87e623738cdaa data\create\advancements\recipes\create.palettes\andesite_pillar.json +d6f31097aef040e12eb288ab755d459f55269a70 data\create\advancements\recipes\create.palettes\andesite_pillar_from_andesite_stonecutting.json +83d09fdf47ca2b5a70643f9005cbdcdf5ab586b6 data\create\advancements\recipes\create.palettes\chiseled_dark_scoria_from_dark_scoria_stonecutting.json +c31a4d1eacc892a0248315270a12c0b49f5edc63 data\create\advancements\recipes\create.palettes\chiseled_dolomite_from_dolomite_stonecutting.json +74348dc4a1d8a41c67d12ea046772737e9e6d206 data\create\advancements\recipes\create.palettes\chiseled_gabbro_from_gabbro_stonecutting.json +4474c65e52362492fccc901b55773648b2714819 data\create\advancements\recipes\create.palettes\chiseled_limestone_from_limestone_stonecutting.json +b873bd961cd865866a6f5035bee583a400073a3c data\create\advancements\recipes\create.palettes\chiseled_scoria_from_scoria_stonecutting.json +0ace6bef40eab8e365959e529a16cd04d15adfe6 data\create\advancements\recipes\create.palettes\chiseled_weathered_limestone_from_weathered_limestone_stonecutting.json +ebd6413d530325eef6fcf42a0ee0ac840c1f7366 data\create\advancements\recipes\create.palettes\dark_scoria_bricks_from_dark_scoria_stonecutting.json +030ce9b61b8af158cf54e7a9ab673ccb7251483f data\create\advancements\recipes\create.palettes\dark_scoria_bricks_slab.json +ac44d03859cfd4c00ddcbd1dafbb9acc51d849d7 data\create\advancements\recipes\create.palettes\dark_scoria_bricks_slab_from_dark_scoria_bricks_stonecutting.json +9e13188c79a1b00f3bb33346e520ac666428cc83 data\create\advancements\recipes\create.palettes\dark_scoria_bricks_stairs.json +ebe4042d1fdc31faf2a90589614712f068dc254c data\create\advancements\recipes\create.palettes\dark_scoria_bricks_stairs_from_dark_scoria_bricks_stonecutting.json +24d01f39b9cdee3c0a8b6c2d3702df9fcaa4c582 data\create\advancements\recipes\create.palettes\dark_scoria_bricks_wall.json +2c893abfcb0601bbd6b81b69471109e7a2f286ae data\create\advancements\recipes\create.palettes\dark_scoria_bricks_wall_from_dark_scoria_bricks_stonecutting.json +cbf73236277648935a9e1e2729eae93d3c1717e8 data\create\advancements\recipes\create.palettes\dark_scoria_cobblestone_from_dark_scoria_stonecutting.json +eef6f85b20fb997af1b0c2383a45100be2e0cd34 data\create\advancements\recipes\create.palettes\dark_scoria_cobblestone_slab.json +491b8f7398aefd1506982e84b2b69db7d6b6b522 data\create\advancements\recipes\create.palettes\dark_scoria_cobblestone_slab_from_dark_scoria_cobblestone_stonecutting.json +57c768a80bbd385bb18ca4c9c6462f2ef1394e0b data\create\advancements\recipes\create.palettes\dark_scoria_cobblestone_stairs.json +8d44f675237a92513678a77da7a1f329475a3453 data\create\advancements\recipes\create.palettes\dark_scoria_cobblestone_stairs_from_dark_scoria_cobblestone_stonecutting.json +702527e6735770a6fcc3ad446df39d3b1b80709e data\create\advancements\recipes\create.palettes\dark_scoria_cobblestone_wall.json +ce069a666d223f733bfa1cc9ca5e3e5e27de1ebc data\create\advancements\recipes\create.palettes\dark_scoria_cobblestone_wall_from_dark_scoria_cobblestone_stonecutting.json +c5d7f1e79302d47ea02cb63b99b286b90ec0287b data\create\advancements\recipes\create.palettes\dark_scoria_pillar.json +f3d6314d272d84c456c5df512dcc555b7694ded2 data\create\advancements\recipes\create.palettes\dark_scoria_pillar_from_dark_scoria_stonecutting.json +83e3c29d5d651a6bc6fd9d5843d8d75f4cda2b77 data\create\advancements\recipes\create.palettes\diorite_bricks_from_diorite_stonecutting.json +4649497555ca4269b1f3859f0275ca1ff7c85377 data\create\advancements\recipes\create.palettes\diorite_bricks_slab.json +1a04dd3845123425a83f51760f9b76557b484082 data\create\advancements\recipes\create.palettes\diorite_bricks_slab_from_diorite_bricks_stonecutting.json +6c815af61dffab6d1f8bfc9ef6c67c5ce3f236f4 data\create\advancements\recipes\create.palettes\diorite_bricks_stairs.json +3d62deacd032b9b442fcd098da74ba8730500f27 data\create\advancements\recipes\create.palettes\diorite_bricks_stairs_from_diorite_bricks_stonecutting.json +57fedaac4b5dfba6198c91ba2358d0e67971e122 data\create\advancements\recipes\create.palettes\diorite_bricks_wall.json +155db0e8e8ac96535ac3ade2a84337f2eb093a9e data\create\advancements\recipes\create.palettes\diorite_bricks_wall_from_diorite_bricks_stonecutting.json +7d2c93cdc55db7e33a4fb7a624d35af83c4316b5 data\create\advancements\recipes\create.palettes\diorite_cobblestone_from_diorite_stonecutting.json +5c425922e7d44cd9ba075b4d10fde92eeef26ab8 data\create\advancements\recipes\create.palettes\diorite_cobblestone_slab.json +1f7dbf4cc9a6daa9467bdbc0d1bd94c5f25c7d0e data\create\advancements\recipes\create.palettes\diorite_cobblestone_slab_from_diorite_cobblestone_stonecutting.json +3eafb105efd55176197d735c791afba65c3caeaa data\create\advancements\recipes\create.palettes\diorite_cobblestone_stairs.json +600c57c4dc3a3741d5db7ec01340e1c6a01d54b4 data\create\advancements\recipes\create.palettes\diorite_cobblestone_stairs_from_diorite_cobblestone_stonecutting.json +8b4990d3657e23a86c3e71eba77370c56692c93b data\create\advancements\recipes\create.palettes\diorite_cobblestone_wall.json +e741ca0e76875ee12beecd45db764444956d5342 data\create\advancements\recipes\create.palettes\diorite_cobblestone_wall_from_diorite_cobblestone_stonecutting.json +9edb9886a6b2792dc38d5d61a2be2b7a3fd28eeb data\create\advancements\recipes\create.palettes\diorite_pillar.json +87d34b8ca3dc73a778ab94ef4d852f418112adb3 data\create\advancements\recipes\create.palettes\diorite_pillar_from_diorite_stonecutting.json +dbf201ceafc310f5cc6624c81777d50348844285 data\create\advancements\recipes\create.palettes\dolomite_bricks_from_dolomite_stonecutting.json +6716447628cce96a1f520766d019f09380ec67e5 data\create\advancements\recipes\create.palettes\dolomite_bricks_slab.json +52ae39c6f63860fa5a60c1ae70ef00eca5b961c9 data\create\advancements\recipes\create.palettes\dolomite_bricks_slab_from_dolomite_bricks_stonecutting.json +e4fa67c3520747bf399b61f4433480be722e9ef5 data\create\advancements\recipes\create.palettes\dolomite_bricks_stairs.json +b80996f626dcc0ffb8bc59e5a928d27ecc05c50c data\create\advancements\recipes\create.palettes\dolomite_bricks_stairs_from_dolomite_bricks_stonecutting.json +e6e2aea69e9b9b7be526fbe4f8e1e7e25e81f80d data\create\advancements\recipes\create.palettes\dolomite_bricks_wall.json +e95638d111629f18ff49a93907f48ebc6c212fbe data\create\advancements\recipes\create.palettes\dolomite_bricks_wall_from_dolomite_bricks_stonecutting.json +e3a82a83a9b2d697d1ef6162f78383690aba6f7d data\create\advancements\recipes\create.palettes\dolomite_cobblestone_from_dolomite_stonecutting.json +cb91483af16a30b8b0db47d6c17967c91a5bc9d7 data\create\advancements\recipes\create.palettes\dolomite_cobblestone_slab.json +cef5f049a1019ef59d6fa7fb61683216f7077ba1 data\create\advancements\recipes\create.palettes\dolomite_cobblestone_slab_from_dolomite_cobblestone_stonecutting.json +a8904096a05eeb7e746563e1a4b97b39173d1708 data\create\advancements\recipes\create.palettes\dolomite_cobblestone_stairs.json +124c586970edc5c15079bec53c734a2beb670130 data\create\advancements\recipes\create.palettes\dolomite_cobblestone_stairs_from_dolomite_cobblestone_stonecutting.json +2e9f1556a11d4d7190233be3af64453396865da9 data\create\advancements\recipes\create.palettes\dolomite_cobblestone_wall.json +1a1e8764ba05f72ffd7e5872a8f2fc9cf2108308 data\create\advancements\recipes\create.palettes\dolomite_cobblestone_wall_from_dolomite_cobblestone_stonecutting.json +4652a46d4b6590b988d57d855def253ebeb380fe data\create\advancements\recipes\create.palettes\dolomite_pillar.json +a8752ee9bf9afc665c5d940d251c1cf4a83a0ae9 data\create\advancements\recipes\create.palettes\dolomite_pillar_from_dolomite_stonecutting.json +ea981a446d8cc22d6b7fb4667e86dc18a48a4720 data\create\advancements\recipes\create.palettes\fancy_andesite_bricks_from_andesite_stonecutting.json +44dc6bc5a7303129db2268a025f49dcb222597a7 data\create\advancements\recipes\create.palettes\fancy_andesite_bricks_slab.json +d50519d3f8aa6a9c639595ce875f28a1f0ca9f24 data\create\advancements\recipes\create.palettes\fancy_andesite_bricks_slab_from_fancy_andesite_bricks_stonecutting.json +cd9d250da88b716e30d6756a4d36f72f496a9ddf data\create\advancements\recipes\create.palettes\fancy_andesite_bricks_stairs.json +a8aeb67676ada81f73624446bf80394e27308782 data\create\advancements\recipes\create.palettes\fancy_andesite_bricks_stairs_from_fancy_andesite_bricks_stonecutting.json +a13a44c1be6f6daf4fc20c19af6ee451c26ff0c1 data\create\advancements\recipes\create.palettes\fancy_andesite_bricks_wall.json +a5d302491934a952e13619a2db0a51e8d629e4fc data\create\advancements\recipes\create.palettes\fancy_andesite_bricks_wall_from_fancy_andesite_bricks_stonecutting.json +8ae66cfd2022a0c1c2525336014e0fe34c3dd1cd data\create\advancements\recipes\create.palettes\fancy_dark_scoria_bricks_from_dark_scoria_stonecutting.json +a26dfcbc16b377b5bb64b24374b176fd9de89d47 data\create\advancements\recipes\create.palettes\fancy_dark_scoria_bricks_slab.json +45068f17f761dba257ab20f5845039d7ec39b1ad data\create\advancements\recipes\create.palettes\fancy_dark_scoria_bricks_slab_from_fancy_dark_scoria_bricks_stonecutting.json +90ead7f9abea29991918e72d3ce7f746e606d0b5 data\create\advancements\recipes\create.palettes\fancy_dark_scoria_bricks_stairs.json +b85e31fcd7be7e1d32d6cee4b60a57f8993058b5 data\create\advancements\recipes\create.palettes\fancy_dark_scoria_bricks_stairs_from_fancy_dark_scoria_bricks_stonecutting.json +25b33b9840a519cee9c8ab040947b8f5ca0c2614 data\create\advancements\recipes\create.palettes\fancy_dark_scoria_bricks_wall.json +673bb65058f9668b8c70ebdfd00cd85a050d1114 data\create\advancements\recipes\create.palettes\fancy_dark_scoria_bricks_wall_from_fancy_dark_scoria_bricks_stonecutting.json +f714c62507b6f29628b821f2244ef021fa333e37 data\create\advancements\recipes\create.palettes\fancy_diorite_bricks_from_diorite_stonecutting.json +756e9f7540fd8e5b8b08204c22d246d9e2488d0f data\create\advancements\recipes\create.palettes\fancy_diorite_bricks_slab.json +a035d2b80243a803fe32a4d8f45342664c010387 data\create\advancements\recipes\create.palettes\fancy_diorite_bricks_slab_from_fancy_diorite_bricks_stonecutting.json +fd55c40ee942d5fbed23ba45b1cd327554c85fb4 data\create\advancements\recipes\create.palettes\fancy_diorite_bricks_stairs.json +01687ce53430a1e9253a99245d63355c8d447b09 data\create\advancements\recipes\create.palettes\fancy_diorite_bricks_stairs_from_fancy_diorite_bricks_stonecutting.json +46d3a856d269600aac1d6de8b18bdc83caed3b11 data\create\advancements\recipes\create.palettes\fancy_diorite_bricks_wall.json +4534a02e200829593fba96ef485f8ca9a2a4bfef data\create\advancements\recipes\create.palettes\fancy_diorite_bricks_wall_from_fancy_diorite_bricks_stonecutting.json +a86241e15bf37acbcafc0f52f42a92d9790827e1 data\create\advancements\recipes\create.palettes\fancy_dolomite_bricks_from_dolomite_stonecutting.json +a8657bf1879c13b8d5f212c2c54d94de4df9acf4 data\create\advancements\recipes\create.palettes\fancy_dolomite_bricks_slab.json +c1b98d969be1629c0bdf5c6f46d8c0bcbc1f7788 data\create\advancements\recipes\create.palettes\fancy_dolomite_bricks_slab_from_fancy_dolomite_bricks_stonecutting.json +50917519b1b451fb8ab10269741ee8ae9f900e8f data\create\advancements\recipes\create.palettes\fancy_dolomite_bricks_stairs.json +b45abd3d0f59bc1b6dc83f25132afb6f053470b1 data\create\advancements\recipes\create.palettes\fancy_dolomite_bricks_stairs_from_fancy_dolomite_bricks_stonecutting.json +ad4ea329069f33abdcd88fadd94c83cc17c3f762 data\create\advancements\recipes\create.palettes\fancy_dolomite_bricks_wall.json +c6995b2196375401434d017ee731400377591cb4 data\create\advancements\recipes\create.palettes\fancy_dolomite_bricks_wall_from_fancy_dolomite_bricks_stonecutting.json +fe34d30d54ce356a7efe01817a0554db2e1789e0 data\create\advancements\recipes\create.palettes\fancy_gabbro_bricks_from_gabbro_stonecutting.json +2389deceb239ecb8527b038ecafc72961641c725 data\create\advancements\recipes\create.palettes\fancy_gabbro_bricks_slab.json +38489610c156abe15eff4837a8de4bfa99247e27 data\create\advancements\recipes\create.palettes\fancy_gabbro_bricks_slab_from_fancy_gabbro_bricks_stonecutting.json +35534063abf2247b1e2ed3f262c975d3dd589885 data\create\advancements\recipes\create.palettes\fancy_gabbro_bricks_stairs.json +7b1965bed313a47b90901e4363bb25db2a2f8bbb data\create\advancements\recipes\create.palettes\fancy_gabbro_bricks_stairs_from_fancy_gabbro_bricks_stonecutting.json +c6d781d195bfeac3a8f9d2a2c8f38a623c8959f8 data\create\advancements\recipes\create.palettes\fancy_gabbro_bricks_wall.json +06a84396f77580f1f83a2429ea95a799e1252d2d data\create\advancements\recipes\create.palettes\fancy_gabbro_bricks_wall_from_fancy_gabbro_bricks_stonecutting.json +79d9fc03418829c3cf164e6f9bb1f1b026a2d0dc data\create\advancements\recipes\create.palettes\fancy_granite_bricks_from_granite_stonecutting.json +19060d298e2ebf3e4c3e2f1866332cd5d23eca96 data\create\advancements\recipes\create.palettes\fancy_granite_bricks_slab.json +47064e0a76fd1610967b5805af99024c27b82d5d data\create\advancements\recipes\create.palettes\fancy_granite_bricks_slab_from_fancy_granite_bricks_stonecutting.json +7e5e252ac808bcda618244113d925e3e57f28d77 data\create\advancements\recipes\create.palettes\fancy_granite_bricks_stairs.json +7f575653e3507dbe5bfed4e093ad676a2b8a94d8 data\create\advancements\recipes\create.palettes\fancy_granite_bricks_stairs_from_fancy_granite_bricks_stonecutting.json +6f0d3b65923710137fb443b02f4109f9556ee0d4 data\create\advancements\recipes\create.palettes\fancy_granite_bricks_wall.json +595a49a05027809964da8ae4b7d6137bfcfb0034 data\create\advancements\recipes\create.palettes\fancy_granite_bricks_wall_from_fancy_granite_bricks_stonecutting.json +3730534177655140d0efadef9b5a0cf25922038a data\create\advancements\recipes\create.palettes\fancy_limestone_bricks_from_limestone_stonecutting.json +72e12ecc098ad6dd5d517a88725481e6bf79c3db data\create\advancements\recipes\create.palettes\fancy_limestone_bricks_slab.json +10f23ce09d14ff4cd131ca700f7ddc2ab2bf4333 data\create\advancements\recipes\create.palettes\fancy_limestone_bricks_slab_from_fancy_limestone_bricks_stonecutting.json +da855dff16473af4b17ae4b55aac4ef0559b3fef data\create\advancements\recipes\create.palettes\fancy_limestone_bricks_stairs.json +0f0910d3b1cf17d4600342fde2f518c420a0f229 data\create\advancements\recipes\create.palettes\fancy_limestone_bricks_stairs_from_fancy_limestone_bricks_stonecutting.json +2b40437524360252827fadaae168682944037a0d data\create\advancements\recipes\create.palettes\fancy_limestone_bricks_wall.json +c48638ec0beff85a97d57abdaf25ba1ba0fab16b data\create\advancements\recipes\create.palettes\fancy_limestone_bricks_wall_from_fancy_limestone_bricks_stonecutting.json +2e766563ee80a8ca6ad80194e1e6e2fb3618a7a6 data\create\advancements\recipes\create.palettes\fancy_scoria_bricks_from_scoria_stonecutting.json +665bc82e04e6ab832847b41b217e4afd11b44459 data\create\advancements\recipes\create.palettes\fancy_scoria_bricks_slab.json +4f8f0e2c011c7e820378204cc8317d5e23c291eb data\create\advancements\recipes\create.palettes\fancy_scoria_bricks_slab_from_fancy_scoria_bricks_stonecutting.json +535879ff6e399120003bd35ca2e70d64f8285eca data\create\advancements\recipes\create.palettes\fancy_scoria_bricks_stairs.json +859ce60e33280f4519d0e02af8920bfb692313c8 data\create\advancements\recipes\create.palettes\fancy_scoria_bricks_stairs_from_fancy_scoria_bricks_stonecutting.json +371646709052eaf4edf075edd7c4831d5d1a8ad0 data\create\advancements\recipes\create.palettes\fancy_scoria_bricks_wall.json +a92255fcec5aa512e9529601ab75f91fcec344af data\create\advancements\recipes\create.palettes\fancy_scoria_bricks_wall_from_fancy_scoria_bricks_stonecutting.json +c2ccab04f07864fdf01d8637a6d1fe321cd3e001 data\create\advancements\recipes\create.palettes\fancy_weathered_limestone_bricks_from_weathered_limestone_stonecutting.json +82d5066e0157ea50bfc2d62cfbff2ac3406a66cb data\create\advancements\recipes\create.palettes\fancy_weathered_limestone_bricks_slab.json +e76e9b9bba421e846c06bb48c19815bc50c889e2 data\create\advancements\recipes\create.palettes\fancy_weathered_limestone_bricks_slab_from_fancy_weathered_limestone_bricks_stonecutting.json +98f983a513bcf2767291acaab14ca78e4c8fea2a data\create\advancements\recipes\create.palettes\fancy_weathered_limestone_bricks_stairs.json +d51bee4b276805ecf1a93a37ec6d610e75c0117e data\create\advancements\recipes\create.palettes\fancy_weathered_limestone_bricks_stairs_from_fancy_weathered_limestone_bricks_stonecutting.json +767733a2cc9fd2e96302c4e3813da86856e7c418 data\create\advancements\recipes\create.palettes\fancy_weathered_limestone_bricks_wall.json +17e02efc06d935c094bde5bb73a5127bc98e4758 data\create\advancements\recipes\create.palettes\fancy_weathered_limestone_bricks_wall_from_fancy_weathered_limestone_bricks_stonecutting.json +b835dd583d670e2d7f6af4dd74e44f5817b03b21 data\create\advancements\recipes\create.palettes\gabbro_bricks_from_gabbro_stonecutting.json +2bfac04754aaf07423b330134984d887ae43f00a data\create\advancements\recipes\create.palettes\gabbro_bricks_slab.json +f05bb35d52866abc7dae9c7f3f5fc85257760564 data\create\advancements\recipes\create.palettes\gabbro_bricks_slab_from_gabbro_bricks_stonecutting.json +f85f881683789b33813aa57a6c5b64f6a1494e3c data\create\advancements\recipes\create.palettes\gabbro_bricks_stairs.json +02b4d64c2d133c88a7ca229cf2b1ba3fa8e3f88d data\create\advancements\recipes\create.palettes\gabbro_bricks_stairs_from_gabbro_bricks_stonecutting.json +c98e0db97263e63a23304ba531722274fb077ca3 data\create\advancements\recipes\create.palettes\gabbro_bricks_wall.json +4c177eb789d069f2794d975712e061295831df93 data\create\advancements\recipes\create.palettes\gabbro_bricks_wall_from_gabbro_bricks_stonecutting.json +ced85c7dd005d27ae55b92ead9c5e0dfb4a8e7b2 data\create\advancements\recipes\create.palettes\gabbro_cobblestone_from_gabbro_stonecutting.json +a74abfc184d51ae527791749a861bbec4736d072 data\create\advancements\recipes\create.palettes\gabbro_cobblestone_slab.json +c90a07c41b2e034437c8a765de7b517f89383830 data\create\advancements\recipes\create.palettes\gabbro_cobblestone_slab_from_gabbro_cobblestone_stonecutting.json +726ac90a1fec36fd8197074e0a88ee0ca8ecaa61 data\create\advancements\recipes\create.palettes\gabbro_cobblestone_stairs.json +f9d917def55875dcba621246f80dc83904be3d73 data\create\advancements\recipes\create.palettes\gabbro_cobblestone_stairs_from_gabbro_cobblestone_stonecutting.json +b081b91a5e11e8ce9b2455b944eb554f5f2e419e data\create\advancements\recipes\create.palettes\gabbro_cobblestone_wall.json +093f372d84c557791cebcb286b3505f32c4dc7c0 data\create\advancements\recipes\create.palettes\gabbro_cobblestone_wall_from_gabbro_cobblestone_stonecutting.json +dacb04ebd8bc20c2a0689a9e75ea67c07e43c56b data\create\advancements\recipes\create.palettes\gabbro_pillar.json +35288551f5146ebbf8dbbe987928dd2a1bdc7ea8 data\create\advancements\recipes\create.palettes\gabbro_pillar_from_gabbro_stonecutting.json +6a9a8b37ec264084ce0481200225017739546025 data\create\advancements\recipes\create.palettes\granite_bricks_from_granite_stonecutting.json +2ac84cb0b8b629bdfd740a6613df2a7e45964bf2 data\create\advancements\recipes\create.palettes\granite_bricks_slab.json +98d7996071eb2d71c34ba942b7ff35bd3910407c data\create\advancements\recipes\create.palettes\granite_bricks_slab_from_granite_bricks_stonecutting.json +ad16c84c418948b1f58172f4ab55277b2a72f422 data\create\advancements\recipes\create.palettes\granite_bricks_stairs.json +2263eeca15ecb0074fbaa3d2355a4e22a0dc4f02 data\create\advancements\recipes\create.palettes\granite_bricks_stairs_from_granite_bricks_stonecutting.json +49bc4ac7bf4cc9175992094f45eab2bb7d21b7de data\create\advancements\recipes\create.palettes\granite_bricks_wall.json +f351b7c42443387613b7d12bcf1a4ce4775ac29d data\create\advancements\recipes\create.palettes\granite_bricks_wall_from_granite_bricks_stonecutting.json +473c4dcadb1a65d5153080bc295475487dd097d7 data\create\advancements\recipes\create.palettes\granite_cobblestone_from_granite_stonecutting.json +3df60ab6fc21672b64f2ef985a7588db3c7a85cc data\create\advancements\recipes\create.palettes\granite_cobblestone_slab.json +5afffb643c77a9e8de977c44b927ab6d94300c8f data\create\advancements\recipes\create.palettes\granite_cobblestone_slab_from_granite_cobblestone_stonecutting.json +c39e86c111a2c76ef9cb7046d2b87262524b06b9 data\create\advancements\recipes\create.palettes\granite_cobblestone_stairs.json +06d3f3150db99f808a5fd4141c0fc6235d979ce5 data\create\advancements\recipes\create.palettes\granite_cobblestone_stairs_from_granite_cobblestone_stonecutting.json +6bbc97d2ac655a532eaf345fca64431dbf8af27d data\create\advancements\recipes\create.palettes\granite_cobblestone_wall.json +d6b622a2cf302d0c39e0d38d24b0a17e1461d13b data\create\advancements\recipes\create.palettes\granite_cobblestone_wall_from_granite_cobblestone_stonecutting.json +03c3a88e1a320afe9866a1c09ef34b46763c8ec1 data\create\advancements\recipes\create.palettes\granite_pillar.json +97cc61b1b510849ebc0bf51cf2b8107a5c43fc17 data\create\advancements\recipes\create.palettes\granite_pillar_from_granite_stonecutting.json +6b07d0abcfd0710e16a6b7a62fff984a332cbf90 data\create\advancements\recipes\create.palettes\layered_andesite_from_andesite_stonecutting.json +1cf78657f901bea4a27e4e7cf885310f50fa8d00 data\create\advancements\recipes\create.palettes\layered_dark_scoria_from_dark_scoria_stonecutting.json +5ceb87c9142f85f980d5854dab05bf3f97d2f1d9 data\create\advancements\recipes\create.palettes\layered_diorite_from_diorite_stonecutting.json +9a788d2e0bf321f8e00b2705eaccbdeb6895a66b data\create\advancements\recipes\create.palettes\layered_dolomite_from_dolomite_stonecutting.json +544e4b42d4f8c91d304f4fc3a2704258827a0526 data\create\advancements\recipes\create.palettes\layered_gabbro_from_gabbro_stonecutting.json +6cdbca74bf21546eb1c1bd514cc29ddc4616c68c data\create\advancements\recipes\create.palettes\layered_granite_from_granite_stonecutting.json +c0dd961f07e85a183af7b942ed0e4bfe8f775373 data\create\advancements\recipes\create.palettes\layered_limestone_from_limestone_stonecutting.json +5d06584a83074f8a8d1a52d93d13f2718bc99152 data\create\advancements\recipes\create.palettes\layered_scoria_from_scoria_stonecutting.json +b09e64b4989ef08b7ea6b9011681c2fbf780d949 data\create\advancements\recipes\create.palettes\layered_weathered_limestone_from_weathered_limestone_stonecutting.json +52c1902f260173fe610a4a03294a51c4cea3b37b data\create\advancements\recipes\create.palettes\limestone_bricks_from_limestone_stonecutting.json +e6eb6c433541b7c4e3e5b64f240618e6df67ed58 data\create\advancements\recipes\create.palettes\limestone_bricks_slab.json +72f0586690ca4413082b2cbecf7938ba6e4756b4 data\create\advancements\recipes\create.palettes\limestone_bricks_slab_from_limestone_bricks_stonecutting.json +04dfa5ddc043ca816073ee88633a9b1dd360cba3 data\create\advancements\recipes\create.palettes\limestone_bricks_stairs.json +ad2d70de5444c52794c2601e622710f107e9b42a data\create\advancements\recipes\create.palettes\limestone_bricks_stairs_from_limestone_bricks_stonecutting.json +2edc78faeec6e1ccac731793338c148111611ee6 data\create\advancements\recipes\create.palettes\limestone_bricks_wall.json +ffa708ea7b886b20a69425a2134a67354a0b72c5 data\create\advancements\recipes\create.palettes\limestone_bricks_wall_from_limestone_bricks_stonecutting.json +a3c58b950b8c324e9a5862d6047bc0fa81265a02 data\create\advancements\recipes\create.palettes\limestone_cobblestone_from_limestone_stonecutting.json +168a1ec7acc5336f5cf767b249dba3213f059188 data\create\advancements\recipes\create.palettes\limestone_cobblestone_slab.json +d7b36c7fcf429eea7c57f2ae967e73b8e18d0d58 data\create\advancements\recipes\create.palettes\limestone_cobblestone_slab_from_limestone_cobblestone_stonecutting.json +01353f8d33569068376240a971f80f09a1042118 data\create\advancements\recipes\create.palettes\limestone_cobblestone_stairs.json +749936c7c33273c1833154a1eb1e13604ece8565 data\create\advancements\recipes\create.palettes\limestone_cobblestone_stairs_from_limestone_cobblestone_stonecutting.json +c0e3f97a6f807ea8147f58bf4ca002725d1877b6 data\create\advancements\recipes\create.palettes\limestone_cobblestone_wall.json +a01c91b927f50d367c3bfcca5f370002a991d45a data\create\advancements\recipes\create.palettes\limestone_cobblestone_wall_from_limestone_cobblestone_stonecutting.json +8b1ef23c71f0088230dcdd12374494bfdf700409 data\create\advancements\recipes\create.palettes\limestone_pillar.json +d040f53dfb09a29c39d534d3595e35d058fe5557 data\create\advancements\recipes\create.palettes\limestone_pillar_from_limestone_stonecutting.json +3ee8ab0478344042136058be6cf870289c096bdd data\create\advancements\recipes\create.palettes\mossy_andesite_from_andesite_stonecutting.json +c427e2626e468abee6fb4de83bf76f2d3c051449 data\create\advancements\recipes\create.palettes\mossy_dark_scoria_from_dark_scoria_stonecutting.json +813dec479959bf7a7a428a3ca656c53b67f8fe04 data\create\advancements\recipes\create.palettes\mossy_diorite_from_diorite_stonecutting.json +8f57677ad12ad74265764794a970b31b9643bee2 data\create\advancements\recipes\create.palettes\mossy_dolomite_from_dolomite_stonecutting.json +7ba05e2f27c5fbe0e6fd7626a338ede1a37a2c95 data\create\advancements\recipes\create.palettes\mossy_gabbro_from_gabbro_stonecutting.json +a65d2d91acfb335d22fbafffda91e84827414263 data\create\advancements\recipes\create.palettes\mossy_granite_from_granite_stonecutting.json +7fe51c57ee061b33b25647da030df867c4963a3f data\create\advancements\recipes\create.palettes\mossy_limestone_from_limestone_stonecutting.json +01a3b7a445f9fad73d04f25b5f8c2c1d3ceabe8c data\create\advancements\recipes\create.palettes\mossy_scoria_from_scoria_stonecutting.json +549c1413c986e6abab295a0cd3784b8cf5b21137 data\create\advancements\recipes\create.palettes\mossy_weathered_limestone_from_weathered_limestone_stonecutting.json +8a2734dfe0c55b77bb2fb6eeb8baf8c7f77e793f data\create\advancements\recipes\create.palettes\overgrown_andesite_from_andesite_stonecutting.json +ba1ddc8234275e46677c5d8ccd9a52d48d20c166 data\create\advancements\recipes\create.palettes\overgrown_dark_scoria_from_dark_scoria_stonecutting.json +baee20fee4acbf477e35658c7d6d43a03c8594c3 data\create\advancements\recipes\create.palettes\overgrown_diorite_from_diorite_stonecutting.json +f15751cb1ca52d7ad51d5e25afa85789a4c7194b data\create\advancements\recipes\create.palettes\overgrown_dolomite_from_dolomite_stonecutting.json +fb6f39d831bd59e59e1fa42f15c676b49cc0f172 data\create\advancements\recipes\create.palettes\overgrown_gabbro_from_gabbro_stonecutting.json +eee39fd31811b76da16fd5741aa22a91c44da2ed data\create\advancements\recipes\create.palettes\overgrown_granite_from_granite_stonecutting.json +42f7030ab9bbf73459a95dd327408eef315208c8 data\create\advancements\recipes\create.palettes\overgrown_limestone_from_limestone_stonecutting.json +716ff41d50f9e3c2fa508ba7ef575e36c0db89cd data\create\advancements\recipes\create.palettes\overgrown_scoria_from_scoria_stonecutting.json +8990cbe0d0382f77a49857867bf33b87cdc1b675 data\create\advancements\recipes\create.palettes\overgrown_weathered_limestone_from_weathered_limestone_stonecutting.json +d87d9451fdce0a3e51b405364c55e897d5e730ae data\create\advancements\recipes\create.palettes\paved_andesite_from_andesite_stonecutting.json +51458e99d10deefabec0fcd061432856ff433f23 data\create\advancements\recipes\create.palettes\paved_andesite_slab.json +6f332f0bc7ddfea77b05bb68825a53dbf3c693b8 data\create\advancements\recipes\create.palettes\paved_andesite_slab_from_paved_andesite_stonecutting.json +b62ca21e218580b2347defe093e952352ad6df54 data\create\advancements\recipes\create.palettes\paved_andesite_stairs.json +52f706b964e8523779cde3ddfde48890eee60a71 data\create\advancements\recipes\create.palettes\paved_andesite_stairs_from_paved_andesite_stonecutting.json +2a81337b4a9f1aeba89e6da1634e29a6c83d89c5 data\create\advancements\recipes\create.palettes\paved_andesite_wall.json +2bb0837023b56eea532d5d0283c80d61bf719c21 data\create\advancements\recipes\create.palettes\paved_andesite_wall_from_paved_andesite_stonecutting.json +60ef242b3ed4d2e14d1f2655fe990826ede2b3c9 data\create\advancements\recipes\create.palettes\paved_dark_scoria_from_dark_scoria_stonecutting.json +fc913d61b748448ee9c6dd5ee59cf9098acfbc90 data\create\advancements\recipes\create.palettes\paved_dark_scoria_slab.json +aba63e54764a947e2c0101005b7c9813671b1766 data\create\advancements\recipes\create.palettes\paved_dark_scoria_slab_from_paved_dark_scoria_stonecutting.json +896301f44196b730b1885d1e68a1e023c230b4f3 data\create\advancements\recipes\create.palettes\paved_dark_scoria_stairs.json +2344a9c7bfe4e8f84dd522ae6bf60d4ca6cfd1b5 data\create\advancements\recipes\create.palettes\paved_dark_scoria_stairs_from_paved_dark_scoria_stonecutting.json +f5704ec185b6a8372f774686c39479ba40ea9062 data\create\advancements\recipes\create.palettes\paved_dark_scoria_wall.json +9ef8ab62feddd1e43890f08d5745179cfdcbf4cb data\create\advancements\recipes\create.palettes\paved_dark_scoria_wall_from_paved_dark_scoria_stonecutting.json +8aeaa5ab356e79b87cacce1b457cd5487ad6d433 data\create\advancements\recipes\create.palettes\paved_diorite_from_diorite_stonecutting.json +9b32dc419abfd33ec5186ba34e6a9d434a2981e9 data\create\advancements\recipes\create.palettes\paved_diorite_slab.json +c557428e55c819edd7dec54216b094030471502f data\create\advancements\recipes\create.palettes\paved_diorite_slab_from_paved_diorite_stonecutting.json +1a7850b38e3521b8bda636cb76ef1609c2fb8c00 data\create\advancements\recipes\create.palettes\paved_diorite_stairs.json +68365c7376116238444bc138cb940e75054cb77c data\create\advancements\recipes\create.palettes\paved_diorite_stairs_from_paved_diorite_stonecutting.json +2d3b36480a8bad24651499942c5e6f25869e9be6 data\create\advancements\recipes\create.palettes\paved_diorite_wall.json +824a295ee0845fa515b627b7a7bc962fdf17101f data\create\advancements\recipes\create.palettes\paved_diorite_wall_from_paved_diorite_stonecutting.json +69868e7d53236d152c62b1222aec3895591a8927 data\create\advancements\recipes\create.palettes\paved_dolomite_from_dolomite_stonecutting.json +9b563c13e81a8c6376260fdf79344cdc2a230603 data\create\advancements\recipes\create.palettes\paved_dolomite_slab.json +d65009c44026d6df92b4445855d3e6181725d76d data\create\advancements\recipes\create.palettes\paved_dolomite_slab_from_paved_dolomite_stonecutting.json +5450b41d6192e61a4ea8bfa61832cd12de2bdc6c data\create\advancements\recipes\create.palettes\paved_dolomite_stairs.json +2f9162b2cd27211e64b69d946788120869159eb3 data\create\advancements\recipes\create.palettes\paved_dolomite_stairs_from_paved_dolomite_stonecutting.json +1899891c3376205f36723519b6a0491fd5315db9 data\create\advancements\recipes\create.palettes\paved_dolomite_wall.json +5b6bb2f610eb34533a1a8add453d94c41bb61320 data\create\advancements\recipes\create.palettes\paved_dolomite_wall_from_paved_dolomite_stonecutting.json +ade222c92665b26a292796b1996697a80f4ded70 data\create\advancements\recipes\create.palettes\paved_gabbro_from_gabbro_stonecutting.json +8488ca1a2ae08e04855bde8b4ebe0931cc4bb9a7 data\create\advancements\recipes\create.palettes\paved_gabbro_slab.json +7a87a2c3381a4b22a791e8796d44b7553897b588 data\create\advancements\recipes\create.palettes\paved_gabbro_slab_from_paved_gabbro_stonecutting.json +8f42697f89c6e3337723d0a7282c781c8cad6fd9 data\create\advancements\recipes\create.palettes\paved_gabbro_stairs.json +a66e1876f01ccb83510291d371f840536100ae26 data\create\advancements\recipes\create.palettes\paved_gabbro_stairs_from_paved_gabbro_stonecutting.json +db9cb2347bc6e6ca17becbfe9c0da04d2de09d1a data\create\advancements\recipes\create.palettes\paved_gabbro_wall.json +a8bf07dd90519ee6aabb71b58f08600da459e505 data\create\advancements\recipes\create.palettes\paved_gabbro_wall_from_paved_gabbro_stonecutting.json +c0afec6377d978ebac9ef8a5b0585a9bbd78a8f2 data\create\advancements\recipes\create.palettes\paved_granite_from_granite_stonecutting.json +ae2a04a32e8a0ddbdac4de7a6871ff38891b61d9 data\create\advancements\recipes\create.palettes\paved_granite_slab.json +04b16c664831725bf315e252641db2c543629f8a data\create\advancements\recipes\create.palettes\paved_granite_slab_from_paved_granite_stonecutting.json +851f048b7c59e6be3071a4448f2fb3918b50d450 data\create\advancements\recipes\create.palettes\paved_granite_stairs.json +c1779cab42a3ab17a1db629395f47a948a470f0a data\create\advancements\recipes\create.palettes\paved_granite_stairs_from_paved_granite_stonecutting.json +2da5c8319458229c2a30493511b73dccc1a291df data\create\advancements\recipes\create.palettes\paved_granite_wall.json +1ad87946ccea1c44a76be5b61de9a85d787baf31 data\create\advancements\recipes\create.palettes\paved_granite_wall_from_paved_granite_stonecutting.json +c634e051b1554ad2629b5e23388921a1fa2a6d37 data\create\advancements\recipes\create.palettes\paved_limestone_from_limestone_stonecutting.json +94b4542032e38af638247bba0ec81caed75bcf03 data\create\advancements\recipes\create.palettes\paved_limestone_slab.json +be75358f76bc579b013647a4907f287807c22e98 data\create\advancements\recipes\create.palettes\paved_limestone_slab_from_paved_limestone_stonecutting.json +906b2889fd1a1b0a03256734a0abad74cb91bd68 data\create\advancements\recipes\create.palettes\paved_limestone_stairs.json +46f3fec47fb1f4fda4a3164204e5d92d1318d871 data\create\advancements\recipes\create.palettes\paved_limestone_stairs_from_paved_limestone_stonecutting.json +ad09a997f557cd0d507e1aee7ad8c01bb01139c9 data\create\advancements\recipes\create.palettes\paved_limestone_wall.json +b0812a31db9b1e44f1033540894e098b42e61bc4 data\create\advancements\recipes\create.palettes\paved_limestone_wall_from_paved_limestone_stonecutting.json +fa07ab56320800e5f21ad709f4c9afe3e56cbacf data\create\advancements\recipes\create.palettes\paved_scoria_from_scoria_stonecutting.json +e9935db892249ad884eb03f5cd4ee6cb1931111b data\create\advancements\recipes\create.palettes\paved_scoria_slab.json +fbad05d4a443ca09b1a111df1c37d46da7fe9504 data\create\advancements\recipes\create.palettes\paved_scoria_slab_from_paved_scoria_stonecutting.json +746d3108861ffb35fdc1d328f4ff8f7cc8f624df data\create\advancements\recipes\create.palettes\paved_scoria_stairs.json +62e14e81537a13ba502da1f9da92fee9782fee9b data\create\advancements\recipes\create.palettes\paved_scoria_stairs_from_paved_scoria_stonecutting.json +4d373c4428daa64f1e1ef0b031d42b0c84337feb data\create\advancements\recipes\create.palettes\paved_scoria_wall.json +1283823386a36d014460daaea1be43f73634166c data\create\advancements\recipes\create.palettes\paved_scoria_wall_from_paved_scoria_stonecutting.json +c941c582df503992cde742d967b5952bfeb859cf data\create\advancements\recipes\create.palettes\paved_weathered_limestone_from_weathered_limestone_stonecutting.json +31f9c1a655b822ea1a3deec540a36b9237d02aeb data\create\advancements\recipes\create.palettes\paved_weathered_limestone_slab.json +ac95e01fc0fdc4e672c108e9c82584b62227d69a data\create\advancements\recipes\create.palettes\paved_weathered_limestone_slab_from_paved_weathered_limestone_stonecutting.json +8306cf9d81388acead32d89f6fcd4c4d5bd0d862 data\create\advancements\recipes\create.palettes\paved_weathered_limestone_stairs.json +2901607a4573dc39ade929d29c6fa7a3da9a0ecd data\create\advancements\recipes\create.palettes\paved_weathered_limestone_stairs_from_paved_weathered_limestone_stonecutting.json +37877f00e4d3f11be5ce2a877ed4753879e9834a data\create\advancements\recipes\create.palettes\paved_weathered_limestone_wall.json +abd7628d5d2eda16d560fd489c3b429c788a2760 data\create\advancements\recipes\create.palettes\paved_weathered_limestone_wall_from_paved_weathered_limestone_stonecutting.json +06b39410e655585243a10a9e8289537f675c5bf2 data\create\advancements\recipes\create.palettes\polished_dark_scoria.json +0b833dcb8fc5a241a3d2f3ef3f9a2bd64d528062 data\create\advancements\recipes\create.palettes\polished_dark_scoria_from_dark_scoria_stonecutting.json +5fa067c33270aa84c27f919ffe543f196661b6a8 data\create\advancements\recipes\create.palettes\polished_dark_scoria_slab.json +d1bec8dcef19862ecf3ee16c1e7f3b7f4d9952fd data\create\advancements\recipes\create.palettes\polished_dark_scoria_slab_from_polished_dark_scoria_stonecutting.json +88778854dcfd9149b600dfda13d6927bff99106c data\create\advancements\recipes\create.palettes\polished_dark_scoria_stairs.json +3600a39ac6d724907e25c9186d3ed9eb11c2ca9f data\create\advancements\recipes\create.palettes\polished_dark_scoria_stairs_from_polished_dark_scoria_stonecutting.json +b848bfbcbaf788d63a1c8e40d8d2649c02bd320a data\create\advancements\recipes\create.palettes\polished_dark_scoria_wall.json +537811644f4c918a05e00e387e91b8d71f69ca61 data\create\advancements\recipes\create.palettes\polished_dark_scoria_wall_from_polished_dark_scoria_stonecutting.json +fbb7e6da5ff92856e99f11903a3ac9e97dde28b3 data\create\advancements\recipes\create.palettes\polished_dolomite.json +c250ad8f804de880bd2a9ade973ca57bc7ab9b5d data\create\advancements\recipes\create.palettes\polished_dolomite_from_dolomite_stonecutting.json +fe87c23cfd8dc0fbe61b3a8e53bfc64a528ba39c data\create\advancements\recipes\create.palettes\polished_dolomite_slab.json +d98c13ada0f8f549befb12e4408b746fe5cf4adc data\create\advancements\recipes\create.palettes\polished_dolomite_slab_from_polished_dolomite_stonecutting.json +bf5d73ecdaec56999cde2c458b5a9266aede1779 data\create\advancements\recipes\create.palettes\polished_dolomite_stairs.json +f601819b1d7d5c022fc5df6c89fac8c3e7294030 data\create\advancements\recipes\create.palettes\polished_dolomite_stairs_from_polished_dolomite_stonecutting.json +046ec7fc7efacd7f91d1176d95bc177fa0f540d4 data\create\advancements\recipes\create.palettes\polished_dolomite_wall.json +f5c5fe1a3318cb9d49af379d318279ab2ad8eb0a data\create\advancements\recipes\create.palettes\polished_dolomite_wall_from_polished_dolomite_stonecutting.json +e98f0c199ec9e71eda3c7be0c315f0e7b6592364 data\create\advancements\recipes\create.palettes\polished_gabbro.json +d767bd8b2732c0309feb0095b1f0cf8227a9f445 data\create\advancements\recipes\create.palettes\polished_gabbro_from_gabbro_stonecutting.json +1298b9734779bca3888f89e3a0fede3f40454cbb data\create\advancements\recipes\create.palettes\polished_gabbro_slab.json +302efe38105e57e9a61cfb9101e81547d8e8c361 data\create\advancements\recipes\create.palettes\polished_gabbro_slab_from_polished_gabbro_stonecutting.json +0580a585d855416bb2bd232b36c1877e412b993d data\create\advancements\recipes\create.palettes\polished_gabbro_stairs.json +b8423cb0e61957e194422102c7d4341f61c34b06 data\create\advancements\recipes\create.palettes\polished_gabbro_stairs_from_polished_gabbro_stonecutting.json +1510bc1446e73929a386f19a254754da7146ed89 data\create\advancements\recipes\create.palettes\polished_gabbro_wall.json +be242ca6735ccdab4fc9ba1713407095fe90bb18 data\create\advancements\recipes\create.palettes\polished_gabbro_wall_from_polished_gabbro_stonecutting.json +635e4c9807769f8bf0ca3778f0ee454189453465 data\create\advancements\recipes\create.palettes\polished_limestone.json +be6c730ca1a9366c64aef8d61b367e555e01a0f6 data\create\advancements\recipes\create.palettes\polished_limestone_from_limestone_stonecutting.json +30c328ad6162c2ce0b0a652fab7c43de7c059d56 data\create\advancements\recipes\create.palettes\polished_limestone_slab.json +3db530fc0116090aecb154c8bb55541a71764889 data\create\advancements\recipes\create.palettes\polished_limestone_slab_from_polished_limestone_stonecutting.json +7b0ce80d5ca52d8b7670cde8171c57c4f7225fcd data\create\advancements\recipes\create.palettes\polished_limestone_stairs.json +8eedf45c50378f0508afdf642f9c2cf4053eacbb data\create\advancements\recipes\create.palettes\polished_limestone_stairs_from_polished_limestone_stonecutting.json +cddfe8e9812cf57096014352a22413e854622dcf data\create\advancements\recipes\create.palettes\polished_limestone_wall.json +77225011d6185bd26f5f4111c98f394e7382a170 data\create\advancements\recipes\create.palettes\polished_limestone_wall_from_polished_limestone_stonecutting.json +35fe45bf268818d6b87a646343cdbdf705c00c77 data\create\advancements\recipes\create.palettes\polished_scoria.json +7d95e67a4bcf8de2090a54b9177b08853409f5b8 data\create\advancements\recipes\create.palettes\polished_scoria_from_scoria_stonecutting.json +16681377b2657813fc157554efc03bc1d5853f6d data\create\advancements\recipes\create.palettes\polished_scoria_slab.json +3f0965d057e1b564a4896d2a31d657500ac16a94 data\create\advancements\recipes\create.palettes\polished_scoria_slab_from_polished_scoria_stonecutting.json +36c1d292e441ab41daaa8fd195e914093dfc21b8 data\create\advancements\recipes\create.palettes\polished_scoria_stairs.json +4d54bc2c8d80c4c90ecd7b12170d7e4f92481e9e data\create\advancements\recipes\create.palettes\polished_scoria_stairs_from_polished_scoria_stonecutting.json +a662b4b7f175c47d9c0dbc033104a49b4bb1da4d data\create\advancements\recipes\create.palettes\polished_scoria_wall.json +2aa2dd503a1bbb2fc398ed32c4c4d8928146e78a data\create\advancements\recipes\create.palettes\polished_scoria_wall_from_polished_scoria_stonecutting.json +79cc516849cb01f9e016edd3b7dfc91ed35faedd data\create\advancements\recipes\create.palettes\polished_weathered_limestone.json +96dbde9aeb865c1c11e4b63434450888315e57b5 data\create\advancements\recipes\create.palettes\polished_weathered_limestone_from_weathered_limestone_stonecutting.json +e46847d02ab7bfb2bc1da1a4ad4b7b54a3a28559 data\create\advancements\recipes\create.palettes\polished_weathered_limestone_slab.json +2e15c08a77341dafd9f9fcaccf840aa734cf6dd1 data\create\advancements\recipes\create.palettes\polished_weathered_limestone_slab_from_polished_weathered_limestone_stonecutting.json +0debf9d9e419550ba14dcd8d65e8de51dab0bfaa data\create\advancements\recipes\create.palettes\polished_weathered_limestone_stairs.json +75480d0c13a80d9edf93a0eff947e5165db011c1 data\create\advancements\recipes\create.palettes\polished_weathered_limestone_stairs_from_polished_weathered_limestone_stonecutting.json +7b4b27211174e774169132a50da7bfd63ff28b30 data\create\advancements\recipes\create.palettes\polished_weathered_limestone_wall.json +81a759d9b069faedee49107642d947ea1bf1ac6c data\create\advancements\recipes\create.palettes\polished_weathered_limestone_wall_from_polished_weathered_limestone_stonecutting.json +874023eabafb85aefacc86f395c5d4ef0cc9cfac data\create\advancements\recipes\create.palettes\scoria_bricks_from_scoria_stonecutting.json +a9969fd00f8cba428715d27a8ab6af6ba6473c8a data\create\advancements\recipes\create.palettes\scoria_bricks_slab.json +1d129bb8d359de50344dcb46f77899b0651d7817 data\create\advancements\recipes\create.palettes\scoria_bricks_slab_from_scoria_bricks_stonecutting.json +3344137d23da0c03c74b60e7619a7efb03b64ec9 data\create\advancements\recipes\create.palettes\scoria_bricks_stairs.json +bf35a395a7f459ef4c54293efeeba9cd16140c41 data\create\advancements\recipes\create.palettes\scoria_bricks_stairs_from_scoria_bricks_stonecutting.json +379383047acaa11b179e79f3f03a3baf3cfd4bcf data\create\advancements\recipes\create.palettes\scoria_bricks_wall.json +dc5df4f4feddc24a7c78b25b6ed3e7ed458342f1 data\create\advancements\recipes\create.palettes\scoria_bricks_wall_from_scoria_bricks_stonecutting.json +3efe54b00bc7398875cf81a5317224618b6e0aee data\create\advancements\recipes\create.palettes\scoria_cobblestone_from_scoria_stonecutting.json +1332cd08822ecfdfda973e0ff7ffd5d3f18366cf data\create\advancements\recipes\create.palettes\scoria_cobblestone_slab.json +61b962acdd3be898cc6a85cd9a3982fecbe67a70 data\create\advancements\recipes\create.palettes\scoria_cobblestone_slab_from_scoria_cobblestone_stonecutting.json +487cb55b0d3419f67e371115be89598e478ffe9a data\create\advancements\recipes\create.palettes\scoria_cobblestone_stairs.json +b852a9a59499c113f387ac06fdb27d3d455f18e3 data\create\advancements\recipes\create.palettes\scoria_cobblestone_stairs_from_scoria_cobblestone_stonecutting.json +a43d45efa0fb0d3eaace93c18d80a14d4dcddf38 data\create\advancements\recipes\create.palettes\scoria_cobblestone_wall.json +e340721aa78f260c2666214aa149241a37de216e data\create\advancements\recipes\create.palettes\scoria_cobblestone_wall_from_scoria_cobblestone_stonecutting.json +53cc5b006a19158e04094308accb66a7c35d2b26 data\create\advancements\recipes\create.palettes\scoria_pillar.json +53712a9ae59976dece952bea7ecaf73b679448f0 data\create\advancements\recipes\create.palettes\scoria_pillar_from_scoria_stonecutting.json +ef0d351d13f7e9c633581b537c59bddc1fa4c3a4 data\create\advancements\recipes\create.palettes\weathered_limestone_bricks_from_weathered_limestone_stonecutting.json +1c931e15af3e5b5f78a0a62b8c159fdf9f0d7f3e data\create\advancements\recipes\create.palettes\weathered_limestone_bricks_slab.json +bba639941526cc23570e328e0b5e2a5545667219 data\create\advancements\recipes\create.palettes\weathered_limestone_bricks_slab_from_weathered_limestone_bricks_stonecutting.json +1101f434c85add4fa1c37ab2b80b4e6604ae52bf data\create\advancements\recipes\create.palettes\weathered_limestone_bricks_stairs.json +49489a710e0241bb0b6f4cd85a33f9025bddc6fb data\create\advancements\recipes\create.palettes\weathered_limestone_bricks_stairs_from_weathered_limestone_bricks_stonecutting.json +d3ee4e8db3379532c98508cf5cf8ce4b6424cdfa data\create\advancements\recipes\create.palettes\weathered_limestone_bricks_wall.json +3b903bfb6280dd3ae1962118928054161c88fbda data\create\advancements\recipes\create.palettes\weathered_limestone_bricks_wall_from_weathered_limestone_bricks_stonecutting.json +b77c5aecd0b6dd37a0c69431ab7a4a40fe0770eb data\create\advancements\recipes\create.palettes\weathered_limestone_cobblestone_from_weathered_limestone_stonecutting.json +6d0c113b3e873193c2f009a4f09d5c563abce0e4 data\create\advancements\recipes\create.palettes\weathered_limestone_cobblestone_slab.json +09eb711ca2cf9dca77f4aef55602a28dd72289b3 data\create\advancements\recipes\create.palettes\weathered_limestone_cobblestone_slab_from_weathered_limestone_cobblestone_stonecutting.json +28c05429880821ed055a938c04b865fa577eeade data\create\advancements\recipes\create.palettes\weathered_limestone_cobblestone_stairs.json +8ea05c6cdb313ff395d1f21cfb40e2d939dadf20 data\create\advancements\recipes\create.palettes\weathered_limestone_cobblestone_stairs_from_weathered_limestone_cobblestone_stonecutting.json +4d838d8ceaf207a59554444d82b80c31807341bc data\create\advancements\recipes\create.palettes\weathered_limestone_cobblestone_wall.json +e548127075559307b767b802f4809ed52eedd543 data\create\advancements\recipes\create.palettes\weathered_limestone_cobblestone_wall_from_weathered_limestone_cobblestone_stonecutting.json +23ba836640a4d543db6f1cb72cc86a6543fe2fbe data\create\advancements\recipes\create.palettes\weathered_limestone_pillar.json +9790a16fd56e47cb5abbfad4062672303c224d9f data\create\advancements\recipes\create.palettes\weathered_limestone_pillar_from_weathered_limestone_stonecutting.json e0b9edc5e59647e7dd99be17369b263dadf407d4 data\create\advancements\refined_radiance.json fc12b590ab8f5ac901db21c67ba3850f157e1421 data\create\advancements\root.json -29932febc2c1e5fdb4b0074ff70963b3f1777e1c data\create\advancements\saw.json +48f5e6b05378ef3851892f6df7d706b77255f068 data\create\advancements\saw.json 8529fc7919b6a3240ede2bb8043906bb72fb7f9e data\create\advancements\shadow_end.json c1f162e773518f6b1481221e3e63f9ba33fed647 data\create\advancements\shadow_steel.json 290e1248254abcfd7f1e73906be25662331378ec data\create\advancements\shifting_gears.json @@ -1371,7 +1722,6 @@ f1d9565dd7e9d57832581a3774084f9390cf23b6 data\create\loot_tables\blocks\dolomite 59ff2dc7c0663b0a041a8b4dc66af3a17e117aa4 data\create\loot_tables\blocks\dolomite_cobblestone_stairs.json d5fc5b3dc612cd748117e9d8b0ecda76e73f4514 data\create\loot_tables\blocks\dolomite_cobblestone_wall.json 6121c99e6e037dda9022af3a414aee444467ac1b data\create\loot_tables\blocks\dolomite_pillar.json -a99446c05e1896f3a280e17b47ec4d4b0e81987d data\create\loot_tables\blocks\drill.json 503a93787537b46f462d32b0382c3396f42bb1f6 data\create\loot_tables\blocks\encased_belt.json 9055d82b983b673e1638d17b712b9fcd1f5a52e6 data\create\loot_tables\blocks\encased_fan.json b3849bece65e13128fdeb033b156cf6615bc72f8 data\create\loot_tables\blocks\encased_shaft.json @@ -1439,7 +1789,6 @@ feca8a1f62e0e13fcb2252d5f782d74938b84431 data\create\loot_tables\blocks\granite_ 1d225a68b09d6f389aa7ed48aa05979bdaa482a9 data\create\loot_tables\blocks\granite_cobblestone_wall.json 87a4ac3db5ec80613b940abccc72fc4b37cee0ba data\create\loot_tables\blocks\granite_pillar.json 9bdc47ea3ffc52f037f12f40f387e6b72a352c4e data\create\loot_tables\blocks\hand_crank.json -e27de316b2140898f7e1dccdd498769fbf0e6d82 data\create\loot_tables\blocks\harvester.json 3b64c7ad421415a876c0131f204e3fc598cc1730 data\create\loot_tables\blocks\horizontal_framed_glass.json a2477ce42e29e7fa4f006ca3bf11fa889f300489 data\create\loot_tables\blocks\horizontal_framed_glass_pane.json 881183719cca3324bfdf0faabb18b70415c3f9d2 data\create\loot_tables\blocks\jungle_window.json @@ -1465,14 +1814,19 @@ cb315814960850b5080598b89ee94c833b5048f7 data\create\loot_tables\blocks\limeston 8db1e3f0dac48b91a4839206a7d5a88cef415fdc data\create\loot_tables\blocks\limestone_cobblestone_stairs.json 92fb16606f289ad33860270d098fad2522b24e09 data\create\loot_tables\blocks\limestone_cobblestone_wall.json 371115e5ceb08c07a9ab2371509960c31e0baa8a data\create\loot_tables\blocks\limestone_pillar.json +aa751d2e8a7889907c08c4bec6f6ca266230b6d7 data\create\loot_tables\blocks\linear_chassis.json dac789cf53b00eed34308848b5e267b7ccec090c data\create\loot_tables\blocks\linked_extractor.json 7af5a13c9e10903b11732fbc01ae3299328216f0 data\create\loot_tables\blocks\linked_transposer.json 90ddf7b5c3b61758a4ad12a1e6ef16fe6ebf7794 data\create\loot_tables\blocks\mechanical_bearing.json e93872a90e4f4642a003539e7db28fdacfdcd114 data\create\loot_tables\blocks\mechanical_crafter.json +dee1e06d953c0ca4e37799aee9073fdd43a3dc76 data\create\loot_tables\blocks\mechanical_drill.json +95fa2d3e9cf4aacc42617b1f5ddbf25eeb025770 data\create\loot_tables\blocks\mechanical_harvester.json b12efeeef5682966016ce6ea2d171eecd33d9667 data\create\loot_tables\blocks\mechanical_mixer.json 2599be757a55464af338ef0a01e3772690d7eaf8 data\create\loot_tables\blocks\mechanical_piston.json 205f5899101262f31f5c1a88bb7d954918d08d04 data\create\loot_tables\blocks\mechanical_piston_head.json +d9e217fcc668a04ee495968f8ccf9966271b6cea data\create\loot_tables\blocks\mechanical_plough.json 0e0742d066bda87ba5cc835a4028efb99e70b2f2 data\create\loot_tables\blocks\mechanical_press.json +321daee16d6fad25ecc84da1b2830556d67e2a19 data\create\loot_tables\blocks\mechanical_saw.json efbd4689e7d6740b80357203d1e02196f0752efa data\create\loot_tables\blocks\millstone.json 205f5899101262f31f5c1a88bb7d954918d08d04 data\create\loot_tables\blocks\minecart_anchor.json 53215ac772bee2f88052266b82213aaf668660e9 data\create\loot_tables\blocks\mossy_andesite.json @@ -1537,7 +1891,6 @@ dfeba5c6de20e9ec0252e43b7c4046f017284d3d data\create\loot_tables\blocks\paved_we 67b9227237ed2a8c09c4183c0f2ab1b3bd07084b data\create\loot_tables\blocks\paved_weathered_limestone_stairs.json d3e4ab984aef19ee21a1c5b868eb3fde96c05afd data\create\loot_tables\blocks\paved_weathered_limestone_wall.json 1087b6c6d88dc7c71ed81e1d3e180fe065e6d098 data\create\loot_tables\blocks\piston_extension_pole.json -265b1deb1392ab5d04e725fa75656cd49d36ae46 data\create\loot_tables\blocks\plough.json 05302657546d8d410e367e84d4d5e01f01523236 data\create\loot_tables\blocks\polished_dark_scoria.json 1b323a883816428ff851462f61d00eaee7255e33 data\create\loot_tables\blocks\polished_dark_scoria_slab.json a105d9992122370d80d190fcabcadcf167f71bd3 data\create\loot_tables\blocks\polished_dark_scoria_stairs.json @@ -1567,13 +1920,12 @@ fbe98efcb1a5970b6795fdbbb671fee704c0945f data\create\loot_tables\blocks\portable a3fb7d3e3bf9dc73ce754002f10c469d57db1f71 data\create\loot_tables\blocks\powered_toggle_latch.json 205f5899101262f31f5c1a88bb7d954918d08d04 data\create\loot_tables\blocks\pulley_magnet.json e8fb62c91226ac107dee45c5ebc54c8dd0aee224 data\create\loot_tables\blocks\pulse_repeater.json +768420dab8785909891e52c4d77a182d99ba11d3 data\create\loot_tables\blocks\radial_chassis.json f5907a694206facc01f61f3428f72488486761c7 data\create\loot_tables\blocks\redstone_contact.json 886a0c1386fb12104b736a15689030aaff771270 data\create\loot_tables\blocks\redstone_link.json 205f5899101262f31f5c1a88bb7d954918d08d04 data\create\loot_tables\blocks\rope.json cecaac07bd275bb1ae9e302f0bf44b581e74105d data\create\loot_tables\blocks\rope_pulley.json -464bea346c5a747b1227f4c28930ff019a737c14 data\create\loot_tables\blocks\rotation_chassis.json aa6af37356d65105efab2503ffe75f778cfe873b data\create\loot_tables\blocks\rotation_speed_controller.json -0a176431797c1cdd154e2331e344b18462495133 data\create\loot_tables\blocks\saw.json c4a89145334addfd0dd1fedf7fa75ba07a7d3490 data\create\loot_tables\blocks\schematicannon.json 069701cb804b6522c18624a0d4f3f949ff8b0281 data\create\loot_tables\blocks\schematic_table.json af1bbbb8236b4ab05a6a8edc6db960bc758cbdf3 data\create\loot_tables\blocks\scoria.json @@ -1586,6 +1938,7 @@ c55969dc0f736f770e3c27d9f2609d20d379fed1 data\create\loot_tables\blocks\scoria_c 3205ea5dd97df68f733f54aa3ab3f98a5ce20942 data\create\loot_tables\blocks\scoria_cobblestone_stairs.json d2139e9daa55c09cd262b15c980d65c554347e45 data\create\loot_tables\blocks\scoria_cobblestone_wall.json 82fb40738f53892571ad83789ff45315e887c811 data\create\loot_tables\blocks\scoria_pillar.json +f70c5b7e7da7abffc82e3d1828499799883bbe85 data\create\loot_tables\blocks\secondary_linear_chassis.json e4f6dccb8bce21b5214c1d8cfb440fc0ba4159d7 data\create\loot_tables\blocks\sequenced_gearshift.json b127cb6920e6d7d9c8b2402cb186402a9a8dd3fc data\create\loot_tables\blocks\shaft.json 70b6e82e9198d3910877e62c2eab86d46ca27089 data\create\loot_tables\blocks\speedometer.json @@ -1596,12 +1949,15 @@ ec2889e712702644092197a4b41a682fb953817d data\create\loot_tables\blocks\stockpil 3479775008a256bc35f98b31655975f7d5c836b2 data\create\loot_tables\blocks\stressometer.json 05e843ca6eb5e299bf41de123977a1045c120ad4 data\create\loot_tables\blocks\tiled_glass.json 2082f3fb39185cb65555ab93178081a2f53f6046 data\create\loot_tables\blocks\tiled_glass_pane.json -d95e09420ef7580779c71888d043aa5b4c56c725 data\create\loot_tables\blocks\translation_chassis.json -7c70f942b2ffb58a3fb894e57ce4e445b9007be2 data\create\loot_tables\blocks\translation_chassis_secondary.json b201436ae6d2ad5a7d47dca0ee8c7016b4c28fa5 data\create\loot_tables\blocks\transposer.json 7b66ad2c48449bafd0cdbd086ac41218cb73a814 data\create\loot_tables\blocks\turntable.json +5a47c1535c866184b4ffca65763f5676f319e0aa data\create\loot_tables\blocks\vertical_extractor.json eb3086010565ff1e83e30aa3712f82819bcc0e99 data\create\loot_tables\blocks\vertical_framed_glass.json 15019b1b2b77e6be8a0f4ccd20f35ebb4a82a090 data\create\loot_tables\blocks\vertical_framed_glass_pane.json +ed895ef7dcb97ad9b00d80a4fa9c331229dd532e data\create\loot_tables\blocks\vertical_funnel.json +dac789cf53b00eed34308848b5e267b7ccec090c data\create\loot_tables\blocks\vertical_linked_extractor.json +7af5a13c9e10903b11732fbc01ae3299328216f0 data\create\loot_tables\blocks\vertical_linked_transposer.json +b201436ae6d2ad5a7d47dca0ee8c7016b4c28fa5 data\create\loot_tables\blocks\vertical_transposer.json 2883c63ceb1273009dbf91cb0693756cadf79a1a data\create\loot_tables\blocks\water_wheel.json 611d6195db52c074de484ec52d7ac9eb96b4ff10 data\create\loot_tables\blocks\weathered_limestone.json c1f379baad36a20fc767be094db10480a0378184 data\create\loot_tables\blocks\weathered_limestone_bricks.json @@ -1615,10 +1971,362 @@ e8f3af61d9a2fd1ff5b32c9bb474ed005e6d70c4 data\create\loot_tables\blocks\weathere 54358a64639957cc66ffa5296ff45723f7adf00e data\create\loot_tables\blocks\weathered_limestone_pillar.json 94661e726b3d19271550359ae898a5590939512e data\create\loot_tables\blocks\zinc_block.json 37248ca92d474e440b91c27e3c8e78e568328100 data\create\loot_tables\blocks\zinc_ore.json +96bb0bceb7798c96d5cf9b9c24b8ef822080cb1e data\create\recipes\andesite_bricks_from_andesite_stonecutting.json +01867b07039615dc69bad1b9fd217a1d86e69062 data\create\recipes\andesite_bricks_slab.json +376ada0e08cc797c705c22ec35fe54baa5f24efe data\create\recipes\andesite_bricks_slab_from_andesite_bricks_stonecutting.json +c5af0b289a80e863bdc63bd048a667da738d8555 data\create\recipes\andesite_bricks_stairs.json +7909f6c160263b0ebf0b7078f5593f61304d339c data\create\recipes\andesite_bricks_stairs_from_andesite_bricks_stonecutting.json +ec38ebac57252c1236f071309e588f48b39c2357 data\create\recipes\andesite_bricks_wall.json +38983792eb1f8e1c189a2eeb5113f48e014774a8 data\create\recipes\andesite_bricks_wall_from_andesite_bricks_stonecutting.json +c0cc57304d2082913fc596aa273ef83525ddc615 data\create\recipes\andesite_cobblestone_from_andesite_stonecutting.json +518cadbaf9372b6144b91be1bd80770ddbc42948 data\create\recipes\andesite_cobblestone_slab.json +dbed532f975d4cd9b12bb7331520aa6a7ab057ec data\create\recipes\andesite_cobblestone_slab_from_andesite_cobblestone_stonecutting.json +4ed1069d4c484990e73a638d5d70c4b2b102b8eb data\create\recipes\andesite_cobblestone_stairs.json +bb88bb3c7656adb5159910c6c03a0b0d908ff10d data\create\recipes\andesite_cobblestone_stairs_from_andesite_cobblestone_stonecutting.json +555386a3e6d29110aadb762eb1b0a3622c6680b8 data\create\recipes\andesite_cobblestone_wall.json +51fa768e66043a7f5629b19b0bc7a4e95281037f data\create\recipes\andesite_cobblestone_wall_from_andesite_cobblestone_stonecutting.json +a961cdd11e807bc4658bbdba6c278801b5981234 data\create\recipes\andesite_pillar.json +dcdad7a04838ef202b42f84a15243e3d2472b14e data\create\recipes\andesite_pillar_from_andesite_stonecutting.json d5c30af1052332ff3ef6d837ca2bf51c51e14c8d data\create\recipes\brass_block.json +8851b4a339f22bed4da120c3e34d1f32120d0d66 data\create\recipes\chiseled_dark_scoria_from_dark_scoria_stonecutting.json +66937d62734328f4bff6254e6755b3490d4dfa16 data\create\recipes\chiseled_dolomite_from_dolomite_stonecutting.json +74f565a44400c4abd7b5d6073830b9b46dd71fc6 data\create\recipes\chiseled_gabbro_from_gabbro_stonecutting.json +c323b106e88b7de77fea71ff12494abdbb818d15 data\create\recipes\chiseled_limestone_from_limestone_stonecutting.json +da9a919b476954c1de34826aa7706bf6056a8f12 data\create\recipes\chiseled_scoria_from_scoria_stonecutting.json +09faa4ddcf9f3907dcdb3ab3e8b68c1deb2486e5 data\create\recipes\chiseled_weathered_limestone_from_weathered_limestone_stonecutting.json 386c52f0aad6e2239f31dc85f7e745b47230846b data\create\recipes\copper_block.json f863c101808434316da5261b0274f09d80065ea5 data\create\recipes\copper_shingles.json +55596a590962e3ddd40949917661f0bd94408274 data\create\recipes\dark_scoria_bricks_from_dark_scoria_stonecutting.json +2489fc29c47d3c9cb63f5f2f09dc79ea1ca1728e data\create\recipes\dark_scoria_bricks_slab.json +86f4d54ebcc5bc8786c72167395d8efee833744c data\create\recipes\dark_scoria_bricks_slab_from_dark_scoria_bricks_stonecutting.json +471d1883452978264af939ccac9b6845ffd569a5 data\create\recipes\dark_scoria_bricks_stairs.json +136967d1939b95f5cc75072eaa17ae47dc89fdad data\create\recipes\dark_scoria_bricks_stairs_from_dark_scoria_bricks_stonecutting.json +bacfaa195752d5688d29eaca78578e51c379aa7f data\create\recipes\dark_scoria_bricks_wall.json +fd94541b20370d88177c798fb4f3e173e5ecd9eb data\create\recipes\dark_scoria_bricks_wall_from_dark_scoria_bricks_stonecutting.json +a45731bfbe8cf6d036e24d71617ca77c2e91ebe0 data\create\recipes\dark_scoria_cobblestone_from_dark_scoria_stonecutting.json +3f00c98949d2a9ee7057c75cfaf10f693d7afe4f data\create\recipes\dark_scoria_cobblestone_slab.json +f1d783d94c378d3ca81531996dd220c01559b4f3 data\create\recipes\dark_scoria_cobblestone_slab_from_dark_scoria_cobblestone_stonecutting.json +d6ca23af29947b474c28987bb8a4b488bfa78363 data\create\recipes\dark_scoria_cobblestone_stairs.json +4758fca3e1888ce298e5c173c62097631843e0fb data\create\recipes\dark_scoria_cobblestone_stairs_from_dark_scoria_cobblestone_stonecutting.json +f3a72b45daef00035ecb17b9cd7f8985a5f9e9ef data\create\recipes\dark_scoria_cobblestone_wall.json +0f2c14d40ed9013d45e331000ea03d39430f9d22 data\create\recipes\dark_scoria_cobblestone_wall_from_dark_scoria_cobblestone_stonecutting.json +31b7e65165cb0dbcd95362a81905b19fe4282cf3 data\create\recipes\dark_scoria_pillar.json +681f45f03b15dc1a8a72cf72042e725d3f0cc7ef data\create\recipes\dark_scoria_pillar_from_dark_scoria_stonecutting.json +25c0fe29d1c2cedcaf21fac6cdfcce45dbf810bf data\create\recipes\diorite_bricks_from_diorite_stonecutting.json +ff4a8687bdff339a10e0b813788bca272332abd9 data\create\recipes\diorite_bricks_slab.json +7c49a389f9222fdfd6653d9fbcb1ca05bf207aa8 data\create\recipes\diorite_bricks_slab_from_diorite_bricks_stonecutting.json +04dfda7e1c02d35a862d5b5974f0e3dbdb7c57e7 data\create\recipes\diorite_bricks_stairs.json +ec6ce026ef13455f384882f5caa49c80dcc39c3a data\create\recipes\diorite_bricks_stairs_from_diorite_bricks_stonecutting.json +e2900dad086daefc7ed843da6f2fe0251b5d9c21 data\create\recipes\diorite_bricks_wall.json +5e80ca479cff8471ea9a08676bdbd04cdcaecbf5 data\create\recipes\diorite_bricks_wall_from_diorite_bricks_stonecutting.json +e8909c42980f4ede1dc8fa46c8b80fb63da0a64d data\create\recipes\diorite_cobblestone_from_diorite_stonecutting.json +f2c95f81b6effb2ca310fb38ee3bbe7eccb3615d data\create\recipes\diorite_cobblestone_slab.json +5df48e568e87ed7c39d0ee4c860d309ab4d5b97f data\create\recipes\diorite_cobblestone_slab_from_diorite_cobblestone_stonecutting.json +24263c12b2a53af6beeb0e7cbd8e6865773b88d0 data\create\recipes\diorite_cobblestone_stairs.json +119741ea88d16a468b5e814459b30981d1212419 data\create\recipes\diorite_cobblestone_stairs_from_diorite_cobblestone_stonecutting.json +f764471aab017775e0d7a6d43a9e36b186db3ac2 data\create\recipes\diorite_cobblestone_wall.json +d3628d5ce836d3b9072be3d4cf30416146cccad2 data\create\recipes\diorite_cobblestone_wall_from_diorite_cobblestone_stonecutting.json +d69d767a77ae62f8e53342dffda4c627906439d7 data\create\recipes\diorite_pillar.json +3019172274fdfcc606ad0f5569db433913231c28 data\create\recipes\diorite_pillar_from_diorite_stonecutting.json +6ee0f10522f4acfe554e4743fa2ba1d8297a12f2 data\create\recipes\dolomite_bricks_from_dolomite_stonecutting.json +88a9b8e89e67455a9c4f1c3dbff813a3c3bd1609 data\create\recipes\dolomite_bricks_slab.json +3adfb9924ada35d58275533425802b4829f058ac data\create\recipes\dolomite_bricks_slab_from_dolomite_bricks_stonecutting.json +13ceb35e0adb6b08958544b89f8d6fa339696d8e data\create\recipes\dolomite_bricks_stairs.json +587deb3d09ff77318d36ec10af67371c141d54e0 data\create\recipes\dolomite_bricks_stairs_from_dolomite_bricks_stonecutting.json +6deb71ec498c99622bf9951e112ef65e38f22522 data\create\recipes\dolomite_bricks_wall.json +8796b485e75cfe021573b1d9d5ef45599f4296f6 data\create\recipes\dolomite_bricks_wall_from_dolomite_bricks_stonecutting.json +a371be60d1ae1bd3f789a140a623d89839256cb1 data\create\recipes\dolomite_cobblestone_from_dolomite_stonecutting.json +abd5079de42a905674cc722d89cfab2d6871bb67 data\create\recipes\dolomite_cobblestone_slab.json +1dd9dd521b281581b203bb08351cc3d40c0bbe5f data\create\recipes\dolomite_cobblestone_slab_from_dolomite_cobblestone_stonecutting.json +ddda28bb6efc43b7e3149756daf53e1664187283 data\create\recipes\dolomite_cobblestone_stairs.json +94de6eeb72977050e6c0b73edad6e46681d2a9af data\create\recipes\dolomite_cobblestone_stairs_from_dolomite_cobblestone_stonecutting.json +0e5f741034bac11c6005410dc559573536201e77 data\create\recipes\dolomite_cobblestone_wall.json +500ecdfdcf34e9d26256948e206aab4f0b79e659 data\create\recipes\dolomite_cobblestone_wall_from_dolomite_cobblestone_stonecutting.json +ff39e629b242ae91e23aec86b0a1f757dd938305 data\create\recipes\dolomite_pillar.json +b4a8d14d9a20e812e0acb691b5b511a87e8b0576 data\create\recipes\dolomite_pillar_from_dolomite_stonecutting.json +0e11aa1accb71ed62e212f23a7069b7b7b4e8119 data\create\recipes\fancy_andesite_bricks_from_andesite_stonecutting.json +8b86fc9a9416adeaab3f26192a73a481887675c3 data\create\recipes\fancy_andesite_bricks_slab.json +c7b762b25c7a6705dba3e922e981be851ac4f36b data\create\recipes\fancy_andesite_bricks_slab_from_fancy_andesite_bricks_stonecutting.json +0a9904d4f88187a8029ed2ddebf23b3b83c430f6 data\create\recipes\fancy_andesite_bricks_stairs.json +13395eb48bdeca3c49b805d0cfa6e3fd86281a10 data\create\recipes\fancy_andesite_bricks_stairs_from_fancy_andesite_bricks_stonecutting.json +1594c042f121377fb2b458e6191dff9a2ca1226a data\create\recipes\fancy_andesite_bricks_wall.json +6462def9d5aba9d9a1696c46a2eea67a69c96344 data\create\recipes\fancy_andesite_bricks_wall_from_fancy_andesite_bricks_stonecutting.json +9f33ce41d7f18430afbe6a1c4d5fc02fe06ec453 data\create\recipes\fancy_dark_scoria_bricks_from_dark_scoria_stonecutting.json +18ead8c5d5426ef04c31b381c7c084c76c09fd7c data\create\recipes\fancy_dark_scoria_bricks_slab.json +64239d4d243873d674bd9aae7e8f33bc7bd49b72 data\create\recipes\fancy_dark_scoria_bricks_slab_from_fancy_dark_scoria_bricks_stonecutting.json +275c6078576d15dc00da42af97bb92750b8a4951 data\create\recipes\fancy_dark_scoria_bricks_stairs.json +6507a4d4d88883caafec7ee3b83b2eefd6d7869b data\create\recipes\fancy_dark_scoria_bricks_stairs_from_fancy_dark_scoria_bricks_stonecutting.json +34569b4c4a4847e7aae75a3ac090196813dcb612 data\create\recipes\fancy_dark_scoria_bricks_wall.json +6b75c3559fa97fa857de59a1e8b26a98bd582506 data\create\recipes\fancy_dark_scoria_bricks_wall_from_fancy_dark_scoria_bricks_stonecutting.json +2cc2b560341ceb2b5d30c25a00bb8549b0dd32cc data\create\recipes\fancy_diorite_bricks_from_diorite_stonecutting.json +74f83f0bc12746171a62e27b3073d2ffa11d66f7 data\create\recipes\fancy_diorite_bricks_slab.json +ab577c2f0ace690d8334c09cbe3079da3568603a data\create\recipes\fancy_diorite_bricks_slab_from_fancy_diorite_bricks_stonecutting.json +251748e90839169cd9e7b1b0cf9ddf926a8ee73c data\create\recipes\fancy_diorite_bricks_stairs.json +af23b733b76e3a1d0dcfa69d1153aa7827ead0fa data\create\recipes\fancy_diorite_bricks_stairs_from_fancy_diorite_bricks_stonecutting.json +a7f4b307a84f817228893caf257d07ff118026c6 data\create\recipes\fancy_diorite_bricks_wall.json +d0c75c36c90619fe78b13c00ee807fbf3a49cd71 data\create\recipes\fancy_diorite_bricks_wall_from_fancy_diorite_bricks_stonecutting.json +7ff2a8503f752d07ac447a636c4f13c44c536b9b data\create\recipes\fancy_dolomite_bricks_from_dolomite_stonecutting.json +e37d7449b6ba57c2440ef4a91d4f98c65d06ef3c data\create\recipes\fancy_dolomite_bricks_slab.json +18c31b4e2dfaefacaa3a8b614f7a322197f59221 data\create\recipes\fancy_dolomite_bricks_slab_from_fancy_dolomite_bricks_stonecutting.json +45228000ec1dff7db39e1b3733cadc2d83222c52 data\create\recipes\fancy_dolomite_bricks_stairs.json +cbf50f1b606a14b59b127e8192089e2b54d6632e data\create\recipes\fancy_dolomite_bricks_stairs_from_fancy_dolomite_bricks_stonecutting.json +744168a01a04ee317ec170b0b80f758a00387124 data\create\recipes\fancy_dolomite_bricks_wall.json +46d3f924f2b0b580a257303d99edaba23380f534 data\create\recipes\fancy_dolomite_bricks_wall_from_fancy_dolomite_bricks_stonecutting.json +f2c48a64e4f384cfa69b7c60b0561bc5611d0d64 data\create\recipes\fancy_gabbro_bricks_from_gabbro_stonecutting.json +43368bb227a5c8d3c3b78e65b98a41c10767dd3b data\create\recipes\fancy_gabbro_bricks_slab.json +32a77ff3471fc5a88c5492ef6eb4aadb796648ce data\create\recipes\fancy_gabbro_bricks_slab_from_fancy_gabbro_bricks_stonecutting.json +0388082c982f32858865e2de20c6e088d3c4377d data\create\recipes\fancy_gabbro_bricks_stairs.json +1a47b2f3aedcd98b3ca88f2a0889572e46e794a8 data\create\recipes\fancy_gabbro_bricks_stairs_from_fancy_gabbro_bricks_stonecutting.json +5cdbf50d7ae2a4581b29596e56c4bed54bcd60cf data\create\recipes\fancy_gabbro_bricks_wall.json +d0027afab8d9beaabbf5812d92bc3b01abd14047 data\create\recipes\fancy_gabbro_bricks_wall_from_fancy_gabbro_bricks_stonecutting.json +5fd73258b8d78e35541809e38947da8231cc7b93 data\create\recipes\fancy_granite_bricks_from_granite_stonecutting.json +e2454812e7d81c4c952948cfdb65944107c54988 data\create\recipes\fancy_granite_bricks_slab.json +67a0375b3fb68dac3460b39fcd4b250e8f600176 data\create\recipes\fancy_granite_bricks_slab_from_fancy_granite_bricks_stonecutting.json +516568feeacb1ddd80d6f9d75f452704e8fc1167 data\create\recipes\fancy_granite_bricks_stairs.json +7b6b684b62a81ee4f912590bea46fe61d8ff16ff data\create\recipes\fancy_granite_bricks_stairs_from_fancy_granite_bricks_stonecutting.json +623bc299de4d60e138034c1f94db969bea60244d data\create\recipes\fancy_granite_bricks_wall.json +c8c07ff10ff7388422c8ad2343180e341a9322b0 data\create\recipes\fancy_granite_bricks_wall_from_fancy_granite_bricks_stonecutting.json +58d8db7cd064c9ec8e3baeb4ee6d3e45f13e4aa8 data\create\recipes\fancy_limestone_bricks_from_limestone_stonecutting.json +2aa411470b1ff2c469a6a75fbfd31fe1a3e0c61f data\create\recipes\fancy_limestone_bricks_slab.json +621e1c5408fc144fc63da8d52a61c7d73f4ff7b1 data\create\recipes\fancy_limestone_bricks_slab_from_fancy_limestone_bricks_stonecutting.json +93ea6268c9506edb52ebf6434b34b3664fa7a09d data\create\recipes\fancy_limestone_bricks_stairs.json +e7c974e24144f85b1fea80dafd5bd4215584462b data\create\recipes\fancy_limestone_bricks_stairs_from_fancy_limestone_bricks_stonecutting.json +898e9cbdd86cc44ebab36a34fce01735b469e40c data\create\recipes\fancy_limestone_bricks_wall.json +3d34e5a588a3e3d3de17fca617b158e36d5c6b3d data\create\recipes\fancy_limestone_bricks_wall_from_fancy_limestone_bricks_stonecutting.json +f9b9dea5e973f100d5cd3080740dd574ac0981ac data\create\recipes\fancy_scoria_bricks_from_scoria_stonecutting.json +cbe79cd606b595938ad7607e1b5f19820ab4d003 data\create\recipes\fancy_scoria_bricks_slab.json +1596333d32a1eb6ea282992680e550cc9e62bf65 data\create\recipes\fancy_scoria_bricks_slab_from_fancy_scoria_bricks_stonecutting.json +b61539b7d3d3fbd12d576ce62c64700bab51b29f data\create\recipes\fancy_scoria_bricks_stairs.json +0e62dd47368f6e8f779c3f18bc2a24de43623252 data\create\recipes\fancy_scoria_bricks_stairs_from_fancy_scoria_bricks_stonecutting.json +d56c72aaa827b4f59402fc47521dcd0455f002b6 data\create\recipes\fancy_scoria_bricks_wall.json +afed7fdc479a3510fa92501675643f266933ee0d data\create\recipes\fancy_scoria_bricks_wall_from_fancy_scoria_bricks_stonecutting.json +bd355332d17adcb0460b1d43146ca288efb78395 data\create\recipes\fancy_weathered_limestone_bricks_from_weathered_limestone_stonecutting.json +015e8fd3011cc7b6db64b62ec19d4dccc2a1e58b data\create\recipes\fancy_weathered_limestone_bricks_slab.json +76fe30c9b84f6d7d2210996fc7a522935cf36af3 data\create\recipes\fancy_weathered_limestone_bricks_slab_from_fancy_weathered_limestone_bricks_stonecutting.json +3359e9f3a5190b6c0639b6e648fee50bc06d3166 data\create\recipes\fancy_weathered_limestone_bricks_stairs.json +d2ab9ce73636773165564506580f2ec13bd1fc50 data\create\recipes\fancy_weathered_limestone_bricks_stairs_from_fancy_weathered_limestone_bricks_stonecutting.json +36947f27d2b2e57b00440fd5acd06a7554e5a387 data\create\recipes\fancy_weathered_limestone_bricks_wall.json +1d0e41ca98e48073c72adf4077610c96e592f9a5 data\create\recipes\fancy_weathered_limestone_bricks_wall_from_fancy_weathered_limestone_bricks_stonecutting.json +a0dae50faaa1b7142bb4309675e3084c68daa547 data\create\recipes\gabbro_bricks_from_gabbro_stonecutting.json +a19f047fa8507e994eb026795c86bc10ff5c373b data\create\recipes\gabbro_bricks_slab.json +84d83643f7987864eca0e2ca7cda4330ad9f1f86 data\create\recipes\gabbro_bricks_slab_from_gabbro_bricks_stonecutting.json +7254ce767a38462ac9f175ebc9814e20f41a9a2c data\create\recipes\gabbro_bricks_stairs.json +60804fe6f0827d6128ff957850d465e7a0dbda46 data\create\recipes\gabbro_bricks_stairs_from_gabbro_bricks_stonecutting.json +0b864591d74db18aa3436b225933a1e5d6147241 data\create\recipes\gabbro_bricks_wall.json +f5aefaf797566e8d1608f6ce2cb12b424e8fed88 data\create\recipes\gabbro_bricks_wall_from_gabbro_bricks_stonecutting.json +4cefbfd6db877fc636de1468e3a4edcc8cf632c8 data\create\recipes\gabbro_cobblestone_from_gabbro_stonecutting.json +b83eb36d80138a1a92bcc3f8c738ff3a1260a2b1 data\create\recipes\gabbro_cobblestone_slab.json +073095d26cb265459fd04ad00e6075aa783b9f54 data\create\recipes\gabbro_cobblestone_slab_from_gabbro_cobblestone_stonecutting.json +ad96ac7f096bd042729bcebe4e135ebe25a25243 data\create\recipes\gabbro_cobblestone_stairs.json +f7407fd04cfe7558d53c44cb33dfd8ff8a736ae3 data\create\recipes\gabbro_cobblestone_stairs_from_gabbro_cobblestone_stonecutting.json +73c4b5ad4677a380cc904bc6f82537bfe2713713 data\create\recipes\gabbro_cobblestone_wall.json +8171880f4374f9102949b85e9a17e0b313caf3a6 data\create\recipes\gabbro_cobblestone_wall_from_gabbro_cobblestone_stonecutting.json +6e52667c2f9ec62a95ba27676fdc07a8222f1746 data\create\recipes\gabbro_pillar.json +da3743119130ef0946b05b21a84c2fe5926dccd5 data\create\recipes\gabbro_pillar_from_gabbro_stonecutting.json +5664bad03fce4a4724e8fd21c9c02ca6ae900df9 data\create\recipes\granite_bricks_from_granite_stonecutting.json +1c5265828318670a11bd1e439b6a6005edb37487 data\create\recipes\granite_bricks_slab.json +0f460bda24ff799a9ef948933cfb50ef038739d4 data\create\recipes\granite_bricks_slab_from_granite_bricks_stonecutting.json +eb0ee969784d6d655589c84c72bf276c745df4e1 data\create\recipes\granite_bricks_stairs.json +5dbe6ab9bb6cbdf828f731ea87d6000fbe5daa60 data\create\recipes\granite_bricks_stairs_from_granite_bricks_stonecutting.json +da89cd42c12e5da506e9b35be446896d8f7333b9 data\create\recipes\granite_bricks_wall.json +b06a6ba2290d2a12a7774a6b6978fff10c982d72 data\create\recipes\granite_bricks_wall_from_granite_bricks_stonecutting.json +ea30ea610474af708e34042ae1b2af30014fc432 data\create\recipes\granite_cobblestone_from_granite_stonecutting.json +26f1b09623e93372471a653f384eadf3bb140a8c data\create\recipes\granite_cobblestone_slab.json +6a5e9afa1bdc92dc4ba73479ba7ed3bb18bd9f11 data\create\recipes\granite_cobblestone_slab_from_granite_cobblestone_stonecutting.json +99847acc7c4762e5976213e5c82402d8fdf1f0c9 data\create\recipes\granite_cobblestone_stairs.json +fa02e54eaa63121998593403736ecbe86ae03518 data\create\recipes\granite_cobblestone_stairs_from_granite_cobblestone_stonecutting.json +5626c6c9c764c364daf74e3b0db4b8dbad5a7ca2 data\create\recipes\granite_cobblestone_wall.json +c84f7bfa2d901684dbc7c0afa133a9c87e6e9975 data\create\recipes\granite_cobblestone_wall_from_granite_cobblestone_stonecutting.json +41ba9d3b7b1b0eb99a61d69774ccc0490804e5d1 data\create\recipes\granite_pillar.json +d0c541bbefb9f3f861ae5751645493c8e1687b5c data\create\recipes\granite_pillar_from_granite_stonecutting.json +fc00b0e336c45698df1f94ad470f9941e19b0e24 data\create\recipes\layered_andesite_from_andesite_stonecutting.json +7d66cee5fc4b1f4a94d05ada6ec731bb3a788d0e data\create\recipes\layered_dark_scoria_from_dark_scoria_stonecutting.json +938b2805fbed7a68afe26e4cf9b20ac5d3c3a91f data\create\recipes\layered_diorite_from_diorite_stonecutting.json +a50ba6bd628a3fec6ccbfd38a8bfb78c3b3bc3eb data\create\recipes\layered_dolomite_from_dolomite_stonecutting.json +b49c314e171f31a39f38aabad767d8d3be613602 data\create\recipes\layered_gabbro_from_gabbro_stonecutting.json +321027b7062a70243b7f24149186630d05f8943b data\create\recipes\layered_granite_from_granite_stonecutting.json +9712031277020c39e8e643690a6a968c5e275a75 data\create\recipes\layered_limestone_from_limestone_stonecutting.json +fdfbe941eb56a98c3d28639154b7bcd4dcc66dfa data\create\recipes\layered_scoria_from_scoria_stonecutting.json +cc070e83594b20cf697aa5dbb8c4e09dbf576d00 data\create\recipes\layered_weathered_limestone_from_weathered_limestone_stonecutting.json +3b43347da62a69c6e76e6a0261f840f46ff90038 data\create\recipes\limestone_bricks_from_limestone_stonecutting.json +aed4b037af6921e9337213dc09a215ab7a18adde data\create\recipes\limestone_bricks_slab.json +7222e1f13c6aec69ea37c84b4aca3e2322ef00d2 data\create\recipes\limestone_bricks_slab_from_limestone_bricks_stonecutting.json +9480a9b8e8aa733df42f80486ce1f251ded417bb data\create\recipes\limestone_bricks_stairs.json +206c116313d0b906de969dd7ece9da82be05d45b data\create\recipes\limestone_bricks_stairs_from_limestone_bricks_stonecutting.json +cd5faabca5e37a2394bde992a4247d925256eff9 data\create\recipes\limestone_bricks_wall.json +08295b9cdfa322ea65368152b7f195825742b99b data\create\recipes\limestone_bricks_wall_from_limestone_bricks_stonecutting.json +5415fb299442e19c38eb883427338aa60aa77d72 data\create\recipes\limestone_cobblestone_from_limestone_stonecutting.json +385b7a83c7f4a0e2a8e2467b3a0ebd31be8744b9 data\create\recipes\limestone_cobblestone_slab.json +4862f534ee6d4638dd47fd344fdaf567a5e840ed data\create\recipes\limestone_cobblestone_slab_from_limestone_cobblestone_stonecutting.json +d583004ff53d2af07c7c21886fe4beacdcd7015f data\create\recipes\limestone_cobblestone_stairs.json +cb5adf8b68b745b4a0addc04c41fa21ae68808cd data\create\recipes\limestone_cobblestone_stairs_from_limestone_cobblestone_stonecutting.json +bbf64f7eb3868e354756e57348493e2b1ae6b0d9 data\create\recipes\limestone_cobblestone_wall.json +88fa2b1ab746d5e13a8afd6e7e7d80ad843e0016 data\create\recipes\limestone_cobblestone_wall_from_limestone_cobblestone_stonecutting.json +327bb8a6535b60bb65d0dda9d5205e988bc82526 data\create\recipes\limestone_pillar.json +c2e15ac0c9109bad3face6d13efc32d7116b4c25 data\create\recipes\limestone_pillar_from_limestone_stonecutting.json +1998c6f84f871d6da58ec29d729401d18f8f1aa1 data\create\recipes\mossy_andesite_from_andesite_stonecutting.json +89929d9cb11b5c589b2ecfa821c61add1ef7b62b data\create\recipes\mossy_dark_scoria_from_dark_scoria_stonecutting.json +4b8b1191dd3a21294293dc5ad237af89b849df28 data\create\recipes\mossy_diorite_from_diorite_stonecutting.json +f343c547a57df1e26d29d1cbb3ffe1ef2cd14817 data\create\recipes\mossy_dolomite_from_dolomite_stonecutting.json +3cbde30612758159b7f6bff90904e2cd048632a1 data\create\recipes\mossy_gabbro_from_gabbro_stonecutting.json +3cd67b80b2d51d1cae8031b6c248f7dff0866e6d data\create\recipes\mossy_granite_from_granite_stonecutting.json +f4ed015bde948b6330cd00f0ae2d05263d4eaa59 data\create\recipes\mossy_limestone_from_limestone_stonecutting.json +1e5efd72a84b858513cf7665334ddc17debbf6a2 data\create\recipes\mossy_scoria_from_scoria_stonecutting.json +2545b5e7501404df697e3856620a51b63ec8cbfc data\create\recipes\mossy_weathered_limestone_from_weathered_limestone_stonecutting.json +d1cd83af24f6086fdc5e2a50bf43fe4e566afa37 data\create\recipes\overgrown_andesite_from_andesite_stonecutting.json +84691017310f584b19cdc492f0317e116c672390 data\create\recipes\overgrown_dark_scoria_from_dark_scoria_stonecutting.json +a5dde9dbbf0e64cc2079ecfc2bef714b001bf53d data\create\recipes\overgrown_diorite_from_diorite_stonecutting.json +2da9b98576904c989bf4400936fc674db097ab18 data\create\recipes\overgrown_dolomite_from_dolomite_stonecutting.json +97398ac8d96eda316a041ffc88ddbc9a776fda34 data\create\recipes\overgrown_gabbro_from_gabbro_stonecutting.json +baa92780173e406436d9ec1f0322281f497de029 data\create\recipes\overgrown_granite_from_granite_stonecutting.json +efb68cc19159266401cc5ab884212e586dc29e90 data\create\recipes\overgrown_limestone_from_limestone_stonecutting.json +55b6b09f363f2006dee94ad39dedeccb0598a1b8 data\create\recipes\overgrown_scoria_from_scoria_stonecutting.json +bef26dcd24e09ed6e9791df99de86b6eebcb2f6b data\create\recipes\overgrown_weathered_limestone_from_weathered_limestone_stonecutting.json +1497610b8e99e3f631f420bba09997c07b6223c5 data\create\recipes\paved_andesite_from_andesite_stonecutting.json +3426f20650b9ac72a5d1afaa96712a5256943c77 data\create\recipes\paved_andesite_slab.json +91b6ad4ca7a643f5741a0555bda3a8227122e702 data\create\recipes\paved_andesite_slab_from_paved_andesite_stonecutting.json +0f9ad9311c0c48c5fd700582211dcb6d22966e5f data\create\recipes\paved_andesite_stairs.json +ec4062997ebb02f0dfd709f45333f107255ba213 data\create\recipes\paved_andesite_stairs_from_paved_andesite_stonecutting.json +3e4d35656d434639217aaf1fb39bf51d1802084e data\create\recipes\paved_andesite_wall.json +6cf4dd767926475e011a9972a75af6a25fcd16f6 data\create\recipes\paved_andesite_wall_from_paved_andesite_stonecutting.json +87a243fba517a911fc99926739c4518ce73a976f data\create\recipes\paved_dark_scoria_from_dark_scoria_stonecutting.json +34c4290525e160b808e77aeef27c16c246ec664c data\create\recipes\paved_dark_scoria_slab.json +6c5fc5bbabbd40b38f2aa6eaf52116b94b2f30ce data\create\recipes\paved_dark_scoria_slab_from_paved_dark_scoria_stonecutting.json +e2115cb4b2f4879033088358c3d5a8f32af38ad1 data\create\recipes\paved_dark_scoria_stairs.json +04889aa4b526e7f2386b4f6f07c846daec1c6edd data\create\recipes\paved_dark_scoria_stairs_from_paved_dark_scoria_stonecutting.json +d08114db883109dc9da7a84584b5d87b4d63d0a7 data\create\recipes\paved_dark_scoria_wall.json +32335784ef65c552bbf679e4faa414d1fd1a34f8 data\create\recipes\paved_dark_scoria_wall_from_paved_dark_scoria_stonecutting.json +a19031440afbf2e93c08b416e1937974415d2f13 data\create\recipes\paved_diorite_from_diorite_stonecutting.json +9217438247650f62b9df022c72f3ce48a021a1c1 data\create\recipes\paved_diorite_slab.json +8362f7271738bbcc51bd1322ed342ae2e837b170 data\create\recipes\paved_diorite_slab_from_paved_diorite_stonecutting.json +7cff89507fa45fdbe60dbd4744c40c3ad59fcb6c data\create\recipes\paved_diorite_stairs.json +1978bcb0dc8b9d1864065a13853b2ed5b3fee9b1 data\create\recipes\paved_diorite_stairs_from_paved_diorite_stonecutting.json +786da65c6559caaa339cb18ed936464356c979dc data\create\recipes\paved_diorite_wall.json +f542866e26ea390b04d52fc2f848c43d4f56c159 data\create\recipes\paved_diorite_wall_from_paved_diorite_stonecutting.json +0c7bab439203680c127de68c469cf301b48b4b49 data\create\recipes\paved_dolomite_from_dolomite_stonecutting.json +d198c3eb0d7577d895773544c06ae98f3da9bb3e data\create\recipes\paved_dolomite_slab.json +3aa094643aa68afcf04ed08274d0180516259b1c data\create\recipes\paved_dolomite_slab_from_paved_dolomite_stonecutting.json +acddf0fb9fe7b312cbcbf7d0270e7f2f8ee6fb8f data\create\recipes\paved_dolomite_stairs.json +3fe979b7197ccbbd1b111a6deaa225a59404943c data\create\recipes\paved_dolomite_stairs_from_paved_dolomite_stonecutting.json +b2de5b85b0f771d6cc4ea7f7a26f5a3330615482 data\create\recipes\paved_dolomite_wall.json +8e68dd0fd5541ff9ceb28abacb05fc398041d30a data\create\recipes\paved_dolomite_wall_from_paved_dolomite_stonecutting.json +132b209951c2682ec37978d09269ff8506c6a0b7 data\create\recipes\paved_gabbro_from_gabbro_stonecutting.json +7234c8b68f58febfd602cb66e9843fe9de8281fd data\create\recipes\paved_gabbro_slab.json +90208da408a9735817f289a0c44bfce000627160 data\create\recipes\paved_gabbro_slab_from_paved_gabbro_stonecutting.json +19de216b47391772fb547619cdd6a37644896354 data\create\recipes\paved_gabbro_stairs.json +40a180ac262296a4fe86883d985f2f859b98fe32 data\create\recipes\paved_gabbro_stairs_from_paved_gabbro_stonecutting.json +6334a275032005ec48fe8f75c9649eda1cf174f6 data\create\recipes\paved_gabbro_wall.json +f0b3edac566b5c58d962120322cc33fbd0ba08b1 data\create\recipes\paved_gabbro_wall_from_paved_gabbro_stonecutting.json +a49df3fa16a75d09f19df4625d812ffbeca32b8f data\create\recipes\paved_granite_from_granite_stonecutting.json +e2abda9b3498b966bd2ad67299fbc3cec6c776ad data\create\recipes\paved_granite_slab.json +6d46326a8528a9d92aaa60d35e336ef0ee62d152 data\create\recipes\paved_granite_slab_from_paved_granite_stonecutting.json +0d2e0c5a2f98b57ffec14758681602e7efe68e48 data\create\recipes\paved_granite_stairs.json +0522b44adad471c2997e73dac55f60812b79dddf data\create\recipes\paved_granite_stairs_from_paved_granite_stonecutting.json +eabf6e8a67df5be460f5f2f67bdf8d7771177be2 data\create\recipes\paved_granite_wall.json +7263491bbdca3b58aaa4cb2969427731051285b3 data\create\recipes\paved_granite_wall_from_paved_granite_stonecutting.json +323d9395aaef33d700d355e7de88217fffbf9200 data\create\recipes\paved_limestone_from_limestone_stonecutting.json +daee9ab598afe8a051d9708cc83c3186494e4276 data\create\recipes\paved_limestone_slab.json +39eb8b265a38cfaa31de94e821da08dc0dc723e9 data\create\recipes\paved_limestone_slab_from_paved_limestone_stonecutting.json +a17e6304ea513508a52c9637997fd1b106d5cc59 data\create\recipes\paved_limestone_stairs.json +94696e5be4ff10f5d535f38b0adb1edf5db560ff data\create\recipes\paved_limestone_stairs_from_paved_limestone_stonecutting.json +8e189b3ada3a9538aa419b4be0367d29b25b6ef1 data\create\recipes\paved_limestone_wall.json +5cde15ebe8cc3a359c9796c170e25f1987d8dd08 data\create\recipes\paved_limestone_wall_from_paved_limestone_stonecutting.json +6d0773e2d7dc6ab1a076fc9260aac36f8cae6307 data\create\recipes\paved_scoria_from_scoria_stonecutting.json +5744b4c159922562f037cd97cb510586d7fbd5de data\create\recipes\paved_scoria_slab.json +562684440f40d975487fb290625a64c5db4fd716 data\create\recipes\paved_scoria_slab_from_paved_scoria_stonecutting.json +061bb8a676a4f613df5501de6f4c9fbf2cf26a5d data\create\recipes\paved_scoria_stairs.json +4932e50c093a6e1da9f8cb98eaf7d40bae67152c data\create\recipes\paved_scoria_stairs_from_paved_scoria_stonecutting.json +8e5ac9208e8d6adfa636d47501b2ad772a95d87a data\create\recipes\paved_scoria_wall.json +afec32d685e7845a8e081f98911a0a05dc77c9ea data\create\recipes\paved_scoria_wall_from_paved_scoria_stonecutting.json +435fbfc17112a12ddb7ad6031aaa6ec5400e98e2 data\create\recipes\paved_weathered_limestone_from_weathered_limestone_stonecutting.json +809d10b264dbba7bb17ff23b826dfda169147bba data\create\recipes\paved_weathered_limestone_slab.json +00b28f6b0eab99a2b91c3db22f9e5f54b0118e3e data\create\recipes\paved_weathered_limestone_slab_from_paved_weathered_limestone_stonecutting.json +f2a140cbaddefd387fd94f0ce94df763a585dd4f data\create\recipes\paved_weathered_limestone_stairs.json +9f02f552173ae1c85750bb16aa6bbbfb87a5a7f1 data\create\recipes\paved_weathered_limestone_stairs_from_paved_weathered_limestone_stonecutting.json +cc4a5a893b10ffdfcc10085323d89d34a1b8f122 data\create\recipes\paved_weathered_limestone_wall.json +d996f6505433a74cd8bdab04c0e0bac1b9a2da16 data\create\recipes\paved_weathered_limestone_wall_from_paved_weathered_limestone_stonecutting.json +57ead6c81e1cff1e8e2c4ebc5d0b5b00475b5ff8 data\create\recipes\polished_dark_scoria.json +753c85bfb84a5d31f9670478042321702a589dc8 data\create\recipes\polished_dark_scoria_from_dark_scoria_stonecutting.json +d3c78c504672fec3316b206505c2cb5fc8daf822 data\create\recipes\polished_dark_scoria_slab.json +bcc5a7325b7f7110e6b382e7ad60fc547222d3ad data\create\recipes\polished_dark_scoria_slab_from_polished_dark_scoria_stonecutting.json +c7d7e5f39099a71482cdfbebe1ef2dfd508ae768 data\create\recipes\polished_dark_scoria_stairs.json +364d77f01b380bbb0036810f6e0df09773ea8e1c data\create\recipes\polished_dark_scoria_stairs_from_polished_dark_scoria_stonecutting.json +396b6c97b5e7f608b293dee51be97717c3430bc4 data\create\recipes\polished_dark_scoria_wall.json +62b0769e0208831db822f6d2b986fff6aee60729 data\create\recipes\polished_dark_scoria_wall_from_polished_dark_scoria_stonecutting.json +50bf55ffedb9fb30b61fbd2921bc84377431aaa9 data\create\recipes\polished_dolomite.json +da91fd1ccaac64f7ef9737f3c773490d0c0b10d1 data\create\recipes\polished_dolomite_from_dolomite_stonecutting.json +75288e75b604eacfbc19cb51cb4d4759bdeaafa5 data\create\recipes\polished_dolomite_slab.json +9a89eaf5f00d8fb10297de61248f8d11dded8c4b data\create\recipes\polished_dolomite_slab_from_polished_dolomite_stonecutting.json +3b8ff952c40e0ff9cc187b055262ded9125ea391 data\create\recipes\polished_dolomite_stairs.json +e2dce404e4bcde076615ed0d0cf6fab769d441d5 data\create\recipes\polished_dolomite_stairs_from_polished_dolomite_stonecutting.json +8f2f4643886d166609b198704dcadb5e87b6323e data\create\recipes\polished_dolomite_wall.json +3b5d553e408a8b6385932e2a8082fcb5bdead0d1 data\create\recipes\polished_dolomite_wall_from_polished_dolomite_stonecutting.json +238a2479668b611b3b3392973b86cb9270510744 data\create\recipes\polished_gabbro.json +ba3e1444b9d1804411cc9c7536c657806dc37c1d data\create\recipes\polished_gabbro_from_gabbro_stonecutting.json +b7d29a29fde4868b4ceef1437e5d00975068bc58 data\create\recipes\polished_gabbro_slab.json +f7a62c1edc74e54fc0c747f23d7da182d49ef7b6 data\create\recipes\polished_gabbro_slab_from_polished_gabbro_stonecutting.json +4a60779ff57969d960e3dab827ec95f8632b877b data\create\recipes\polished_gabbro_stairs.json +7df6fd466badaa3cef5e2ad0e78bbb3b6429805e data\create\recipes\polished_gabbro_stairs_from_polished_gabbro_stonecutting.json +ec70334e13e05cff7e04e7dc6b23be273c235e50 data\create\recipes\polished_gabbro_wall.json +5176a8fe5a48592c7b487518a57c962c24e3e751 data\create\recipes\polished_gabbro_wall_from_polished_gabbro_stonecutting.json +1f62fa5bb5a7ea1a6005ea6df92a425dfd2e17d7 data\create\recipes\polished_limestone.json +0e88c98c9ef0d15523b23b00f8afde71d9d8e3e9 data\create\recipes\polished_limestone_from_limestone_stonecutting.json +135fd40e291c7cfdc73c14496654008da9dd797d data\create\recipes\polished_limestone_slab.json +4ce225832ab45daf6b5bc013c6f8762fdbe9ff0f data\create\recipes\polished_limestone_slab_from_polished_limestone_stonecutting.json +fee3d0ec8d4f27d82acd5d0e3a2a142900e18be3 data\create\recipes\polished_limestone_stairs.json +6780c8bd8747ebb6db7e0adfc486ce00e7e2cf26 data\create\recipes\polished_limestone_stairs_from_polished_limestone_stonecutting.json +44b1f3873fe8150abbacab10ff3cc2033a01b4a0 data\create\recipes\polished_limestone_wall.json +d68a27e463d31ba5eed19181c0335824601b9e68 data\create\recipes\polished_limestone_wall_from_polished_limestone_stonecutting.json +d6c9f925e5059eec29928a8c48a2986862bf1571 data\create\recipes\polished_scoria.json +9d6926822ea6f2bb38ba55204278fe82fd453d16 data\create\recipes\polished_scoria_from_scoria_stonecutting.json +814efd67d3f061d0c0ba104993c868e075a4fd3e data\create\recipes\polished_scoria_slab.json +8696f262927ae55ce72af1a34cae68fd6ccc4050 data\create\recipes\polished_scoria_slab_from_polished_scoria_stonecutting.json +efe648aa4fd0f22faa78c016dbe2d083462e1ad6 data\create\recipes\polished_scoria_stairs.json +ba6dd9ad0c69b088c1a9e33000bd5b9bcedb0ca0 data\create\recipes\polished_scoria_stairs_from_polished_scoria_stonecutting.json +8319042a131a9dcabae016009b807b91c491f8d3 data\create\recipes\polished_scoria_wall.json +bc9a83e7793768723031ff14269e43c83687b9f3 data\create\recipes\polished_scoria_wall_from_polished_scoria_stonecutting.json +839a18a69ec2d1d5171fd830f5af05f92f58ef6d data\create\recipes\polished_weathered_limestone.json +73b468de08f3e0542b7020129faff3a40b3fee67 data\create\recipes\polished_weathered_limestone_from_weathered_limestone_stonecutting.json +c0924d72a856c3182b89996a6ceaffd56930c455 data\create\recipes\polished_weathered_limestone_slab.json +1f5503d22859a08eef824d33f6ed48335f66c423 data\create\recipes\polished_weathered_limestone_slab_from_polished_weathered_limestone_stonecutting.json +d51106184083761635fa902c09c45436c414ddab data\create\recipes\polished_weathered_limestone_stairs.json +9d4382462376e85c2627b8150b09acd3b063e347 data\create\recipes\polished_weathered_limestone_stairs_from_polished_weathered_limestone_stonecutting.json +7dd58714cf8fc4614ae2e1c2981471da3a52f06c data\create\recipes\polished_weathered_limestone_wall.json +eae06580a0a5f486cde35426716d50fcb3ba5bb3 data\create\recipes\polished_weathered_limestone_wall_from_polished_weathered_limestone_stonecutting.json +d59c68621c78ff5d2c51be4440dea603480efed8 data\create\recipes\scoria_bricks_from_scoria_stonecutting.json +a7a28cf77955c2b4ed3687205dd24162e461aa30 data\create\recipes\scoria_bricks_slab.json +0577ffde98e7a027b21c430cd71cdafdd3cee3a3 data\create\recipes\scoria_bricks_slab_from_scoria_bricks_stonecutting.json +3d4518cc3ea9cfadd6dbfcb38d60f81479649e5f data\create\recipes\scoria_bricks_stairs.json +bdc4ee71382328003362566b253056908e174639 data\create\recipes\scoria_bricks_stairs_from_scoria_bricks_stonecutting.json +8db3d58ada7ff6e8f786134404a9986f4e0c2f0b data\create\recipes\scoria_bricks_wall.json +cbbba807521f37f5fc4b29369ccdcced789fc60c data\create\recipes\scoria_bricks_wall_from_scoria_bricks_stonecutting.json +9bd112689f6ab682abf4a7be5d112e9f93e2096d data\create\recipes\scoria_cobblestone_from_scoria_stonecutting.json +f7b7ff190929ae525297fecb3c116f32fc05fd88 data\create\recipes\scoria_cobblestone_slab.json +9ba4578f0bd402b5af442a4064c61007566c71cb data\create\recipes\scoria_cobblestone_slab_from_scoria_cobblestone_stonecutting.json +21e20f6dbda115545de271e37292bef5fcfacff8 data\create\recipes\scoria_cobblestone_stairs.json +3b761af694be85e5e087d1e4247322dbde37e429 data\create\recipes\scoria_cobblestone_stairs_from_scoria_cobblestone_stonecutting.json +78d3e625d8657b005fa78327aa318278c4ed1a97 data\create\recipes\scoria_cobblestone_wall.json +a9096822db9d12b6014d6d34e52de5821305c03f data\create\recipes\scoria_cobblestone_wall_from_scoria_cobblestone_stonecutting.json +a513468ce4d55fe3b3919bd76ba2bd5b6fac4d4e data\create\recipes\scoria_pillar.json +2e0ecbd3619f080d0fc6fe48307c5a5bcc2e91b4 data\create\recipes\scoria_pillar_from_scoria_stonecutting.json +f75f25d3259dd51c29bee6ada2a4540a7a2bbeab data\create\recipes\weathered_limestone_bricks_from_weathered_limestone_stonecutting.json +f58ef5eb552fc7dcd89f30aa4231286ecef5e00a data\create\recipes\weathered_limestone_bricks_slab.json +ca9b163b3aaa526d6c3b070c2a7e50a56a38c6f4 data\create\recipes\weathered_limestone_bricks_slab_from_weathered_limestone_bricks_stonecutting.json +78830f6b06ed83c914c95cf569ae40e00834984d data\create\recipes\weathered_limestone_bricks_stairs.json +bbc1016dd20a324237cf887005383cb92ba6acfb data\create\recipes\weathered_limestone_bricks_stairs_from_weathered_limestone_bricks_stonecutting.json +52afaf129d04be832d57547e1d2c419b1c18ca83 data\create\recipes\weathered_limestone_bricks_wall.json +a80bc42cfed70bb4031cb320fe08eaa778659b79 data\create\recipes\weathered_limestone_bricks_wall_from_weathered_limestone_bricks_stonecutting.json +f67d26c9db68e027282960cae984319c39bdac0d data\create\recipes\weathered_limestone_cobblestone_from_weathered_limestone_stonecutting.json +651c1aa80635e174d6eb6581b3e84dd760cb7493 data\create\recipes\weathered_limestone_cobblestone_slab.json +6750a61430fa1f48bd3b461dbd3a279b1fce80c9 data\create\recipes\weathered_limestone_cobblestone_slab_from_weathered_limestone_cobblestone_stonecutting.json +aad8a7c3352a93c5da437a14e633c327e72ae8fe data\create\recipes\weathered_limestone_cobblestone_stairs.json +f18eb3abd962e80d452ff68eb12e70fa379da2f8 data\create\recipes\weathered_limestone_cobblestone_stairs_from_weathered_limestone_cobblestone_stonecutting.json +d3fdb8ece6cb072a93ddb64a0baad5ac952117a4 data\create\recipes\weathered_limestone_cobblestone_wall.json +0f3c993eb6dd3f37953f304b8fad15bf60469ef4 data\create\recipes\weathered_limestone_cobblestone_wall_from_weathered_limestone_cobblestone_stonecutting.json +6eceb25fabbb6b389ca35de3b829ad061c9c456a data\create\recipes\weathered_limestone_pillar.json +11667414f73bc2d00bda7c5c1a7d2934bf6e9165 data\create\recipes\weathered_limestone_pillar_from_weathered_limestone_stonecutting.json 266f08e604d229a9d2b46f7272c0b06ec270bf3d data\create\recipes\zinc_block.json +d2dc4ff179ef7b2aa9276455c196e15d44aa95a8 data\create\tags\items\crushed_ores.json 4a0b13a9835106de9a1dd0a71a02372abb48e7b6 data\forge\tags\blocks\ores\copper.json d5ea262a0f5fb210612d22521818e26cf08e591a data\forge\tags\blocks\ores\zinc.json ff1900963bc4cd8ceffa78d58ef1952ceacb2fb7 data\forge\tags\blocks\storage_blocks\brass.json diff --git a/src/generated/resources/assets/create/blockstates/drill.json b/src/generated/resources/assets/create/blockstates/drill.json deleted file mode 100644 index a73831728..000000000 --- a/src/generated/resources/assets/create/blockstates/drill.json +++ /dev/null @@ -1,30 +0,0 @@ -{ - "variants": { - "facing=down": { - "model": "create:block/drill/block", - "x": 180 - }, - "facing=up": { - "model": "create:block/drill/block" - }, - "facing=north": { - "model": "create:block/drill/block", - "x": 90 - }, - "facing=south": { - "model": "create:block/drill/block", - "x": 90, - "y": 180 - }, - "facing=west": { - "model": "create:block/drill/block", - "x": 90, - "y": 270 - }, - "facing=east": { - "model": "create:block/drill/block", - "x": 90, - "y": 90 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/harvester.json b/src/generated/resources/assets/create/blockstates/harvester.json deleted file mode 100644 index b8fd40611..000000000 --- a/src/generated/resources/assets/create/blockstates/harvester.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "create:block/harvester/block" - }, - "facing=south": { - "model": "create:block/harvester/block", - "y": 180 - }, - "facing=west": { - "model": "create:block/harvester/block", - "y": 270 - }, - "facing=east": { - "model": "create:block/harvester/block", - "y": 90 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/translation_chassis.json b/src/generated/resources/assets/create/blockstates/linear_chassis.json similarity index 58% rename from src/generated/resources/assets/create/blockstates/translation_chassis.json rename to src/generated/resources/assets/create/blockstates/linear_chassis.json index 5ea915fc3..a8000d0c9 100644 --- a/src/generated/resources/assets/create/blockstates/translation_chassis.json +++ b/src/generated/resources/assets/create/blockstates/linear_chassis.json @@ -1,54 +1,54 @@ { "variants": { "axis=x,sticky_bottom=false,sticky_top=false": { - "model": "create:block/translation_chassis", + "model": "create:block/linear_chassis", "x": 90, "y": 90 }, "axis=y,sticky_bottom=false,sticky_top=false": { - "model": "create:block/translation_chassis" + "model": "create:block/linear_chassis" }, "axis=z,sticky_bottom=false,sticky_top=false": { - "model": "create:block/translation_chassis", + "model": "create:block/linear_chassis", "x": 90, "y": 180 }, "axis=x,sticky_bottom=true,sticky_top=false": { - "model": "create:block/translation_chassis_bottom", + "model": "create:block/linear_chassis_bottom", "x": 90, "y": 90 }, "axis=y,sticky_bottom=true,sticky_top=false": { - "model": "create:block/translation_chassis_bottom" + "model": "create:block/linear_chassis_bottom" }, "axis=z,sticky_bottom=true,sticky_top=false": { - "model": "create:block/translation_chassis_bottom", + "model": "create:block/linear_chassis_bottom", "x": 90, "y": 180 }, "axis=x,sticky_bottom=false,sticky_top=true": { - "model": "create:block/translation_chassis_top", + "model": "create:block/linear_chassis_top", "x": 90, "y": 90 }, "axis=y,sticky_bottom=false,sticky_top=true": { - "model": "create:block/translation_chassis_top" + "model": "create:block/linear_chassis_top" }, "axis=z,sticky_bottom=false,sticky_top=true": { - "model": "create:block/translation_chassis_top", + "model": "create:block/linear_chassis_top", "x": 90, "y": 180 }, "axis=x,sticky_bottom=true,sticky_top=true": { - "model": "create:block/translation_chassis_top_bottom", + "model": "create:block/linear_chassis_top_bottom", "x": 90, "y": 90 }, "axis=y,sticky_bottom=true,sticky_top=true": { - "model": "create:block/translation_chassis_top_bottom" + "model": "create:block/linear_chassis_top_bottom" }, "axis=z,sticky_bottom=true,sticky_top=true": { - "model": "create:block/translation_chassis_top_bottom", + "model": "create:block/linear_chassis_top_bottom", "x": 90, "y": 180 } diff --git a/src/generated/resources/assets/create/blockstates/mechanical_drill.json b/src/generated/resources/assets/create/blockstates/mechanical_drill.json new file mode 100644 index 000000000..ead643cc9 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/mechanical_drill.json @@ -0,0 +1,30 @@ +{ + "variants": { + "facing=down": { + "model": "create:block/mechanical_drill/block", + "x": 180 + }, + "facing=up": { + "model": "create:block/mechanical_drill/block" + }, + "facing=north": { + "model": "create:block/mechanical_drill/block", + "x": 90 + }, + "facing=south": { + "model": "create:block/mechanical_drill/block", + "x": 90, + "y": 180 + }, + "facing=west": { + "model": "create:block/mechanical_drill/block", + "x": 90, + "y": 270 + }, + "facing=east": { + "model": "create:block/mechanical_drill/block", + "x": 90, + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/mechanical_harvester.json b/src/generated/resources/assets/create/blockstates/mechanical_harvester.json new file mode 100644 index 000000000..3c36b8627 --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/mechanical_harvester.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "create:block/mechanical_harvester/block" + }, + "facing=south": { + "model": "create:block/mechanical_harvester/block", + "y": 180 + }, + "facing=west": { + "model": "create:block/mechanical_harvester/block", + "y": 270 + }, + "facing=east": { + "model": "create:block/mechanical_harvester/block", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/mechanical_plough.json b/src/generated/resources/assets/create/blockstates/mechanical_plough.json new file mode 100644 index 000000000..83bfa6dbd --- /dev/null +++ b/src/generated/resources/assets/create/blockstates/mechanical_plough.json @@ -0,0 +1,19 @@ +{ + "variants": { + "facing=north": { + "model": "create:block/mechanical_plough" + }, + "facing=south": { + "model": "create:block/mechanical_plough", + "y": 180 + }, + "facing=west": { + "model": "create:block/mechanical_plough", + "y": 270 + }, + "facing=east": { + "model": "create:block/mechanical_plough", + "y": 90 + } + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/saw.json b/src/generated/resources/assets/create/blockstates/mechanical_saw.json similarity index 56% rename from src/generated/resources/assets/create/blockstates/saw.json rename to src/generated/resources/assets/create/blockstates/mechanical_saw.json index 7c19c0aae..8dc2adc8f 100644 --- a/src/generated/resources/assets/create/blockstates/saw.json +++ b/src/generated/resources/assets/create/blockstates/mechanical_saw.json @@ -1,95 +1,95 @@ { "variants": { "axis_along_first=false,facing=down,running=false": { - "model": "create:block/saw/vertical_inactive", + "model": "create:block/mechanical_saw/vertical_inactive", "x": 180 }, "axis_along_first=true,facing=down,running=false": { - "model": "create:block/saw/vertical_inactive", + "model": "create:block/mechanical_saw/vertical_inactive", "x": 180, "y": 90 }, "axis_along_first=false,facing=up,running=false": { - "model": "create:block/saw/vertical_inactive" + "model": "create:block/mechanical_saw/vertical_inactive" }, "axis_along_first=true,facing=up,running=false": { - "model": "create:block/saw/vertical_inactive", + "model": "create:block/mechanical_saw/vertical_inactive", "y": 90 }, "axis_along_first=false,facing=north,running=false": { - "model": "create:block/saw/horizontal_inactive", + "model": "create:block/mechanical_saw/horizontal_inactive", "y": 180 }, "axis_along_first=true,facing=north,running=false": { - "model": "create:block/saw/horizontal_inactive", + "model": "create:block/mechanical_saw/horizontal_inactive", "y": 180 }, "axis_along_first=false,facing=south,running=false": { - "model": "create:block/saw/horizontal_inactive" + "model": "create:block/mechanical_saw/horizontal_inactive" }, "axis_along_first=true,facing=south,running=false": { - "model": "create:block/saw/horizontal_inactive" + "model": "create:block/mechanical_saw/horizontal_inactive" }, "axis_along_first=false,facing=west,running=false": { - "model": "create:block/saw/horizontal_inactive", + "model": "create:block/mechanical_saw/horizontal_inactive", "y": 90 }, "axis_along_first=true,facing=west,running=false": { - "model": "create:block/saw/horizontal_inactive", + "model": "create:block/mechanical_saw/horizontal_inactive", "y": 90 }, "axis_along_first=false,facing=east,running=false": { - "model": "create:block/saw/horizontal_inactive", + "model": "create:block/mechanical_saw/horizontal_inactive", "y": 270 }, "axis_along_first=true,facing=east,running=false": { - "model": "create:block/saw/horizontal_inactive", + "model": "create:block/mechanical_saw/horizontal_inactive", "y": 270 }, "axis_along_first=false,facing=down,running=true": { - "model": "create:block/saw/vertical", + "model": "create:block/mechanical_saw/vertical", "x": 180 }, "axis_along_first=true,facing=down,running=true": { - "model": "create:block/saw/vertical", + "model": "create:block/mechanical_saw/vertical", "x": 180, "y": 90 }, "axis_along_first=false,facing=up,running=true": { - "model": "create:block/saw/vertical" + "model": "create:block/mechanical_saw/vertical" }, "axis_along_first=true,facing=up,running=true": { - "model": "create:block/saw/vertical", + "model": "create:block/mechanical_saw/vertical", "y": 90 }, "axis_along_first=false,facing=north,running=true": { - "model": "create:block/saw/horizontal", + "model": "create:block/mechanical_saw/horizontal", "y": 180 }, "axis_along_first=true,facing=north,running=true": { - "model": "create:block/saw/horizontal", + "model": "create:block/mechanical_saw/horizontal", "y": 180 }, "axis_along_first=false,facing=south,running=true": { - "model": "create:block/saw/horizontal" + "model": "create:block/mechanical_saw/horizontal" }, "axis_along_first=true,facing=south,running=true": { - "model": "create:block/saw/horizontal" + "model": "create:block/mechanical_saw/horizontal" }, "axis_along_first=false,facing=west,running=true": { - "model": "create:block/saw/horizontal", + "model": "create:block/mechanical_saw/horizontal", "y": 90 }, "axis_along_first=true,facing=west,running=true": { - "model": "create:block/saw/horizontal", + "model": "create:block/mechanical_saw/horizontal", "y": 90 }, "axis_along_first=false,facing=east,running=true": { - "model": "create:block/saw/horizontal", + "model": "create:block/mechanical_saw/horizontal", "y": 270 }, "axis_along_first=true,facing=east,running=true": { - "model": "create:block/saw/horizontal", + "model": "create:block/mechanical_saw/horizontal", "y": 270 } } diff --git a/src/generated/resources/assets/create/blockstates/plough.json b/src/generated/resources/assets/create/blockstates/plough.json deleted file mode 100644 index f9463ecb8..000000000 --- a/src/generated/resources/assets/create/blockstates/plough.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "variants": { - "facing=north": { - "model": "create:block/plough" - }, - "facing=south": { - "model": "create:block/plough", - "y": 180 - }, - "facing=west": { - "model": "create:block/plough", - "y": 270 - }, - "facing=east": { - "model": "create:block/plough", - "y": 90 - } - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/blockstates/rotation_chassis.json b/src/generated/resources/assets/create/blockstates/radial_chassis.json similarity index 67% rename from src/generated/resources/assets/create/blockstates/rotation_chassis.json rename to src/generated/resources/assets/create/blockstates/radial_chassis.json index 8667ab9ad..7a1df3438 100644 --- a/src/generated/resources/assets/create/blockstates/rotation_chassis.json +++ b/src/generated/resources/assets/create/blockstates/radial_chassis.json @@ -5,7 +5,7 @@ "axis": "x" }, "apply": { - "model": "create:block/rotation_chassis/base", + "model": "create:block/radial_chassis/base", "x": 90, "y": 90 } @@ -15,7 +15,7 @@ "axis": "y" }, "apply": { - "model": "create:block/rotation_chassis/base" + "model": "create:block/radial_chassis/base" } }, { @@ -23,7 +23,7 @@ "axis": "z" }, "apply": { - "model": "create:block/rotation_chassis/base", + "model": "create:block/radial_chassis/base", "x": 90 } }, @@ -33,7 +33,7 @@ "axis": "x" }, "apply": { - "model": "create:block/rotation_chassis_side_x_sticky", + "model": "create:block/radial_chassis_side_x_sticky", "x": 180 } }, @@ -43,7 +43,7 @@ "axis": "y" }, "apply": { - "model": "create:block/rotation_chassis_side_y_sticky" + "model": "create:block/radial_chassis_side_y_sticky" } }, { @@ -52,7 +52,7 @@ "axis": "z" }, "apply": { - "model": "create:block/rotation_chassis_side_x_sticky", + "model": "create:block/radial_chassis_side_x_sticky", "x": 180, "y": 90 } @@ -63,7 +63,7 @@ "axis": "x" }, "apply": { - "model": "create:block/rotation_chassis_side_x", + "model": "create:block/radial_chassis_side_x", "x": 180 } }, @@ -73,7 +73,7 @@ "axis": "y" }, "apply": { - "model": "create:block/rotation_chassis_side_y" + "model": "create:block/radial_chassis_side_y" } }, { @@ -82,7 +82,7 @@ "axis": "z" }, "apply": { - "model": "create:block/rotation_chassis_side_x", + "model": "create:block/radial_chassis_side_x", "x": 180, "y": 90 } @@ -93,7 +93,7 @@ "axis": "x" }, "apply": { - "model": "create:block/rotation_chassis_side_x_sticky", + "model": "create:block/radial_chassis_side_x_sticky", "x": 90 } }, @@ -103,7 +103,7 @@ "axis": "y" }, "apply": { - "model": "create:block/rotation_chassis_side_y_sticky", + "model": "create:block/radial_chassis_side_y_sticky", "y": 90 } }, @@ -113,7 +113,7 @@ "axis": "z" }, "apply": { - "model": "create:block/rotation_chassis_side_z_sticky", + "model": "create:block/radial_chassis_side_z_sticky", "y": 180 } }, @@ -123,7 +123,7 @@ "axis": "x" }, "apply": { - "model": "create:block/rotation_chassis_side_x", + "model": "create:block/radial_chassis_side_x", "x": 90 } }, @@ -133,7 +133,7 @@ "axis": "y" }, "apply": { - "model": "create:block/rotation_chassis_side_y", + "model": "create:block/radial_chassis_side_y", "y": 90 } }, @@ -143,7 +143,7 @@ "axis": "z" }, "apply": { - "model": "create:block/rotation_chassis_side_z", + "model": "create:block/radial_chassis_side_z", "y": 180 } }, @@ -153,7 +153,7 @@ "axis": "x" }, "apply": { - "model": "create:block/rotation_chassis_side_x_sticky" + "model": "create:block/radial_chassis_side_x_sticky" } }, { @@ -162,7 +162,7 @@ "axis": "y" }, "apply": { - "model": "create:block/rotation_chassis_side_y_sticky", + "model": "create:block/radial_chassis_side_y_sticky", "y": 180 } }, @@ -172,7 +172,7 @@ "axis": "z" }, "apply": { - "model": "create:block/rotation_chassis_side_x_sticky", + "model": "create:block/radial_chassis_side_x_sticky", "y": 90 } }, @@ -182,7 +182,7 @@ "axis": "x" }, "apply": { - "model": "create:block/rotation_chassis_side_x" + "model": "create:block/radial_chassis_side_x" } }, { @@ -191,7 +191,7 @@ "axis": "y" }, "apply": { - "model": "create:block/rotation_chassis_side_y", + "model": "create:block/radial_chassis_side_y", "y": 180 } }, @@ -201,7 +201,7 @@ "axis": "z" }, "apply": { - "model": "create:block/rotation_chassis_side_x", + "model": "create:block/radial_chassis_side_x", "y": 90 } }, @@ -211,7 +211,7 @@ "sticky_east": "true" }, "apply": { - "model": "create:block/rotation_chassis_side_x_sticky", + "model": "create:block/radial_chassis_side_x_sticky", "x": 270 } }, @@ -221,7 +221,7 @@ "sticky_east": "true" }, "apply": { - "model": "create:block/rotation_chassis_side_y_sticky", + "model": "create:block/radial_chassis_side_y_sticky", "y": 270 } }, @@ -231,7 +231,7 @@ "sticky_east": "true" }, "apply": { - "model": "create:block/rotation_chassis_side_z_sticky" + "model": "create:block/radial_chassis_side_z_sticky" } }, { @@ -240,7 +240,7 @@ "sticky_east": "false" }, "apply": { - "model": "create:block/rotation_chassis_side_x", + "model": "create:block/radial_chassis_side_x", "x": 270 } }, @@ -250,7 +250,7 @@ "sticky_east": "false" }, "apply": { - "model": "create:block/rotation_chassis_side_y", + "model": "create:block/radial_chassis_side_y", "y": 270 } }, @@ -260,7 +260,7 @@ "sticky_east": "false" }, "apply": { - "model": "create:block/rotation_chassis_side_z" + "model": "create:block/radial_chassis_side_z" } } ] diff --git a/src/generated/resources/assets/create/blockstates/translation_chassis_secondary.json b/src/generated/resources/assets/create/blockstates/secondary_linear_chassis.json similarity index 54% rename from src/generated/resources/assets/create/blockstates/translation_chassis_secondary.json rename to src/generated/resources/assets/create/blockstates/secondary_linear_chassis.json index 087203b05..afc5faf57 100644 --- a/src/generated/resources/assets/create/blockstates/translation_chassis_secondary.json +++ b/src/generated/resources/assets/create/blockstates/secondary_linear_chassis.json @@ -1,54 +1,54 @@ { "variants": { "axis=x,sticky_bottom=false,sticky_top=false": { - "model": "create:block/translation_chassis_secondary", + "model": "create:block/secondary_linear_chassis", "x": 90, "y": 90 }, "axis=y,sticky_bottom=false,sticky_top=false": { - "model": "create:block/translation_chassis_secondary" + "model": "create:block/secondary_linear_chassis" }, "axis=z,sticky_bottom=false,sticky_top=false": { - "model": "create:block/translation_chassis_secondary", + "model": "create:block/secondary_linear_chassis", "x": 90, "y": 180 }, "axis=x,sticky_bottom=true,sticky_top=false": { - "model": "create:block/translation_chassis_secondary_bottom", + "model": "create:block/secondary_linear_chassis_bottom", "x": 90, "y": 90 }, "axis=y,sticky_bottom=true,sticky_top=false": { - "model": "create:block/translation_chassis_secondary_bottom" + "model": "create:block/secondary_linear_chassis_bottom" }, "axis=z,sticky_bottom=true,sticky_top=false": { - "model": "create:block/translation_chassis_secondary_bottom", + "model": "create:block/secondary_linear_chassis_bottom", "x": 90, "y": 180 }, "axis=x,sticky_bottom=false,sticky_top=true": { - "model": "create:block/translation_chassis_secondary_top", + "model": "create:block/secondary_linear_chassis_top", "x": 90, "y": 90 }, "axis=y,sticky_bottom=false,sticky_top=true": { - "model": "create:block/translation_chassis_secondary_top" + "model": "create:block/secondary_linear_chassis_top" }, "axis=z,sticky_bottom=false,sticky_top=true": { - "model": "create:block/translation_chassis_secondary_top", + "model": "create:block/secondary_linear_chassis_top", "x": 90, "y": 180 }, "axis=x,sticky_bottom=true,sticky_top=true": { - "model": "create:block/translation_chassis_secondary_top_bottom", + "model": "create:block/secondary_linear_chassis_top_bottom", "x": 90, "y": 90 }, "axis=y,sticky_bottom=true,sticky_top=true": { - "model": "create:block/translation_chassis_secondary_top_bottom" + "model": "create:block/secondary_linear_chassis_top_bottom" }, "axis=z,sticky_bottom=true,sticky_top=true": { - "model": "create:block/translation_chassis_secondary_top_bottom", + "model": "create:block/secondary_linear_chassis_top_bottom", "x": 90, "y": 180 } diff --git a/src/generated/resources/assets/create/lang/en_ud.json b/src/generated/resources/assets/create/lang/en_ud.json index 601c47f9d..e555208f8 100644 --- a/src/generated/resources/assets/create/lang/en_ud.json +++ b/src/generated/resources/assets/create/lang/en_ud.json @@ -75,7 +75,6 @@ "block.create.dolomite_cobblestone_stairs": "s\u0279\u0131\u0250\u0287S \u01DDuo\u0287s\u01DD\u05DFqqo\u0186 \u01DD\u0287\u0131\u026Fo\u05DFo\u15E1", "block.create.dolomite_cobblestone_wall": "\u05DF\u05DF\u0250M \u01DDuo\u0287s\u01DD\u05DFqqo\u0186 \u01DD\u0287\u0131\u026Fo\u05DFo\u15E1", "block.create.dolomite_pillar": "\u0279\u0250\u05DF\u05DF\u0131\u0500 \u01DD\u0287\u0131\u026Fo\u05DFo\u15E1", - "block.create.drill": "\u05DF\u05DF\u0131\u0279\u15E1 \u05DF\u0250\u0254\u0131u\u0250\u0265\u0254\u01DDW", "block.create.encased_belt": "\u0287\u05DF\u01DD\u15FA p\u01DDs\u0250\u0254u\u018E", "block.create.encased_fan": "u\u0250\u2132 p\u01DDs\u0250\u0254u\u018E", "block.create.encased_shaft": "\u0287\u025F\u0250\u0265S p\u01DDs\u0250\u0254u\u018E", @@ -143,7 +142,6 @@ "block.create.granite_cobblestone_wall": "\u05DF\u05DF\u0250M \u01DDuo\u0287s\u01DD\u05DFqqo\u0186 \u01DD\u0287\u0131u\u0250\u0279\u2141", "block.create.granite_pillar": "\u0279\u0250\u05DF\u05DF\u0131\u0500 \u01DD\u0287\u0131u\u0250\u0279\u2141", "block.create.hand_crank": "\u029Eu\u0250\u0279\u0186 pu\u0250H", - "block.create.harvester": "\u0279\u01DD\u0287s\u01DD\u028C\u0279\u0250H \u05DF\u0250\u0254\u0131u\u0250\u0265\u0254\u01DDW", "block.create.horizontal_framed_glass": "ss\u0250\u05DF\u2141 p\u01DD\u026F\u0250\u0279\u2132 \u05DF\u0250\u0287uoz\u0131\u0279oH", "block.create.horizontal_framed_glass_pane": "\u01DDu\u0250\u0500 ss\u0250\u05DF\u2141 p\u01DD\u026F\u0250\u0279\u2132 \u05DF\u0250\u0287uoz\u0131\u0279oH", "block.create.jungle_window": "\u028Dopu\u0131M \u01DD\u05DFbun\u017F", @@ -169,14 +167,19 @@ "block.create.limestone_cobblestone_stairs": "s\u0279\u0131\u0250\u0287S \u01DDuo\u0287s\u01DD\u05DFqqo\u0186 \u01DDuo\u0287s\u01DD\u026F\u0131\uA780", "block.create.limestone_cobblestone_wall": "\u05DF\u05DF\u0250M \u01DDuo\u0287s\u01DD\u05DFqqo\u0186 \u01DDuo\u0287s\u01DD\u026F\u0131\uA780", "block.create.limestone_pillar": "\u0279\u0250\u05DF\u05DF\u0131\u0500 \u01DDuo\u0287s\u01DD\u026F\u0131\uA780", + "block.create.linear_chassis": "s\u0131ss\u0250\u0265\u0186 \u0279\u0250\u01DDu\u0131\uA780", "block.create.linked_extractor": "\u0279o\u0287\u0254\u0250\u0279\u0287x\u018E p\u01DD\u029Eu\u0131\uA780", "block.create.linked_transposer": "\u0279\u01DDsodsu\u0250\u0279\u27D8 p\u01DD\u029Eu\u0131\uA780", "block.create.mechanical_bearing": "bu\u0131\u0279\u0250\u01DD\u15FA \u05DF\u0250\u0254\u0131u\u0250\u0265\u0254\u01DDW", "block.create.mechanical_crafter": "\u0279\u01DD\u0287\u025F\u0250\u0279\u0186 \u05DF\u0250\u0254\u0131u\u0250\u0265\u0254\u01DDW", + "block.create.mechanical_drill": "\u05DF\u05DF\u0131\u0279\u15E1 \u05DF\u0250\u0254\u0131u\u0250\u0265\u0254\u01DDW", + "block.create.mechanical_harvester": "\u0279\u01DD\u0287s\u01DD\u028C\u0279\u0250H \u05DF\u0250\u0254\u0131u\u0250\u0265\u0254\u01DDW", "block.create.mechanical_mixer": "\u0279\u01DDx\u0131W \u05DF\u0250\u0254\u0131u\u0250\u0265\u0254\u01DDW", "block.create.mechanical_piston": "uo\u0287s\u0131\u0500 \u05DF\u0250\u0254\u0131u\u0250\u0265\u0254\u01DDW", "block.create.mechanical_piston_head": "p\u0250\u01DDH uo\u0287s\u0131\u0500 \u05DF\u0250\u0254\u0131u\u0250\u0265\u0254\u01DDW", + "block.create.mechanical_plough": "\u0265bno\u05DF\u0500 \u05DF\u0250\u0254\u0131u\u0250\u0265\u0254\u01DDW", "block.create.mechanical_press": "ss\u01DD\u0279\u0500 \u05DF\u0250\u0254\u0131u\u0250\u0265\u0254\u01DDW", + "block.create.mechanical_saw": "\u028D\u0250S \u05DF\u0250\u0254\u0131u\u0250\u0265\u0254\u01DDW", "block.create.millstone": "\u01DDuo\u0287s\u05DF\u05DF\u0131W", "block.create.minecart_anchor": "\u0279o\u0265\u0254u\u2C6F \u0287\u0279\u0250\u0254\u01DDu\u0131W", "block.create.mossy_andesite": "\u01DD\u0287\u0131s\u01DDpu\u2C6F \u028EssoW", @@ -241,7 +244,6 @@ "block.create.paved_weathered_limestone_stairs": "s\u0279\u0131\u0250\u0287S \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM p\u01DD\u028C\u0250\u0500", "block.create.paved_weathered_limestone_wall": "\u05DF\u05DF\u0250M \u01DDuo\u0287s\u01DD\u026F\u0131\uA780 p\u01DD\u0279\u01DD\u0265\u0287\u0250\u01DDM p\u01DD\u028C\u0250\u0500", "block.create.piston_extension_pole": "\u01DD\u05DFo\u0500 uo\u0131su\u01DD\u0287x\u018E uo\u0287s\u0131\u0500", - "block.create.plough": "\u0265bno\u05DF\u0500 \u05DF\u0250\u0254\u0131u\u0250\u0265\u0254\u01DDW", "block.create.polished_dark_scoria": "\u0250\u0131\u0279o\u0254S \u029E\u0279\u0250\u15E1 p\u01DD\u0265s\u0131\u05DFo\u0500", "block.create.polished_dark_scoria_slab": "q\u0250\u05DFS \u0250\u0131\u0279o\u0254S \u029E\u0279\u0250\u15E1 p\u01DD\u0265s\u0131\u05DFo\u0500", "block.create.polished_dark_scoria_stairs": "s\u0279\u0131\u0250\u0287S \u0250\u0131\u0279o\u0254S \u029E\u0279\u0250\u15E1 p\u01DD\u0265s\u0131\u05DFo\u0500", @@ -271,13 +273,12 @@ "block.create.powered_toggle_latch": "\u0265\u0254\u0287\u0250\uA780 \u01DD\u05DFbbo\u27D8 p\u01DD\u0279\u01DD\u028Do\u0500", "block.create.pulley_magnet": "\u0287\u01DDub\u0250W \u028E\u01DD\u05DF\u05DFn\u0500", "block.create.pulse_repeater": "\u0279\u01DD\u0287\u0250\u01DDd\u01DD\u1D1A \u01DDs\u05DFn\u0500", + "block.create.radial_chassis": "s\u0131ss\u0250\u0265\u0186 \u05DF\u0250\u0131p\u0250\u1D1A", "block.create.redstone_contact": "\u0287\u0254\u0250\u0287uo\u0186 \u01DDuo\u0287sp\u01DD\u1D1A", "block.create.redstone_link": "\u029Eu\u0131\uA780 \u01DDuo\u0287sp\u01DD\u1D1A", "block.create.rope": "\u01DDdo\u1D1A", "block.create.rope_pulley": "\u028E\u01DD\u05DF\u05DFn\u0500 \u01DDdo\u1D1A", - "block.create.rotation_chassis": "s\u0131ss\u0250\u0265\u0186 \u05DF\u0250\u0131p\u0250\u1D1A", "block.create.rotation_speed_controller": "\u0279\u01DD\u05DF\u05DFo\u0279\u0287uo\u0186 p\u01DD\u01DDdS uo\u0131\u0287\u0250\u0287o\u1D1A", - "block.create.saw": "\u028D\u0250S \u05DF\u0250\u0254\u0131u\u0250\u0265\u0254\u01DDW", "block.create.schematic_table": "\u01DD\u05DFq\u0250\u27D8 \u0254\u0131\u0287\u0250\u026F\u01DD\u0265\u0254S", "block.create.schematicannon": "uouu\u0250\u0254\u0131\u0287\u0250\u026F\u01DD\u0265\u0254S", "block.create.scoria": "\u0250\u0131\u0279o\u0254S", @@ -290,6 +291,7 @@ "block.create.scoria_cobblestone_stairs": "s\u0279\u0131\u0250\u0287S \u01DDuo\u0287s\u01DD\u05DFqqo\u0186 \u0250\u0131\u0279o\u0254S", "block.create.scoria_cobblestone_wall": "\u05DF\u05DF\u0250M \u01DDuo\u0287s\u01DD\u05DFqqo\u0186 \u0250\u0131\u0279o\u0254S", "block.create.scoria_pillar": "\u0279\u0250\u05DF\u05DF\u0131\u0500 \u0250\u0131\u0279o\u0254S", + "block.create.secondary_linear_chassis": "s\u0131ss\u0250\u0265\u0186 \u0279\u0250\u01DDu\u0131\uA780 \u028E\u0279\u0250puo\u0254\u01DDS", "block.create.sequenced_gearshift": "\u0287\u025F\u0131\u0265s\u0279\u0250\u01DD\u2141 p\u01DD\u0254u\u01DDnb\u01DDS", "block.create.shaft": "\u0287\u025F\u0250\u0265S", "block.create.speedometer": "\u0279\u01DD\u0287\u01DD\u026Fop\u01DD\u01DDdS", @@ -300,8 +302,6 @@ "block.create.stressometer": "\u0279\u01DD\u0287\u01DD\u026Foss\u01DD\u0279\u0287S", "block.create.tiled_glass": "ss\u0250\u05DF\u2141 p\u01DD\u05DF\u0131\u27D8", "block.create.tiled_glass_pane": "\u01DDu\u0250\u0500 ss\u0250\u05DF\u2141 p\u01DD\u05DF\u0131\u27D8", - "block.create.translation_chassis": "s\u0131ss\u0250\u0265\u0186 \u0279\u0250\u01DDu\u0131\uA780", - "block.create.translation_chassis_secondary": "s\u0131ss\u0250\u0265\u0186 \u0279\u0250\u01DDu\u0131\uA780 \u028E\u0279\u0250puo\u0254\u01DDS", "block.create.transposer": "\u0279\u01DDsodsu\u0250\u0279\u27D8", "block.create.turntable": "\u01DD\u05DFq\u0250\u0287u\u0279n\u27D8", "block.create.vertical_extractor": "\u0279o\u0287\u0254\u0250\u0279\u0287x\u018E \u05DF\u0250\u0254\u0131\u0287\u0279\u01DD\u039B", diff --git a/src/generated/resources/assets/create/lang/en_us.json b/src/generated/resources/assets/create/lang/en_us.json index d78578850..d38a586f8 100644 --- a/src/generated/resources/assets/create/lang/en_us.json +++ b/src/generated/resources/assets/create/lang/en_us.json @@ -78,7 +78,6 @@ "block.create.dolomite_cobblestone_stairs": "Dolomite Cobblestone Stairs", "block.create.dolomite_cobblestone_wall": "Dolomite Cobblestone Wall", "block.create.dolomite_pillar": "Dolomite Pillar", - "block.create.drill": "Mechanical Drill", "block.create.encased_belt": "Encased Belt", "block.create.encased_fan": "Encased Fan", "block.create.encased_shaft": "Encased Shaft", @@ -146,7 +145,6 @@ "block.create.granite_cobblestone_wall": "Granite Cobblestone Wall", "block.create.granite_pillar": "Granite Pillar", "block.create.hand_crank": "Hand Crank", - "block.create.harvester": "Mechanical Harvester", "block.create.horizontal_framed_glass": "Horizontal Framed Glass", "block.create.horizontal_framed_glass_pane": "Horizontal Framed Glass Pane", "block.create.jungle_window": "Jungle Window", @@ -172,14 +170,19 @@ "block.create.limestone_cobblestone_stairs": "Limestone Cobblestone Stairs", "block.create.limestone_cobblestone_wall": "Limestone Cobblestone Wall", "block.create.limestone_pillar": "Limestone Pillar", + "block.create.linear_chassis": "Linear Chassis", "block.create.linked_extractor": "Linked Extractor", "block.create.linked_transposer": "Linked Transposer", "block.create.mechanical_bearing": "Mechanical Bearing", "block.create.mechanical_crafter": "Mechanical Crafter", + "block.create.mechanical_drill": "Mechanical Drill", + "block.create.mechanical_harvester": "Mechanical Harvester", "block.create.mechanical_mixer": "Mechanical Mixer", "block.create.mechanical_piston": "Mechanical Piston", "block.create.mechanical_piston_head": "Mechanical Piston Head", + "block.create.mechanical_plough": "Mechanical Plough", "block.create.mechanical_press": "Mechanical Press", + "block.create.mechanical_saw": "Mechanical Saw", "block.create.millstone": "Millstone", "block.create.minecart_anchor": "Minecart Anchor", "block.create.mossy_andesite": "Mossy Andesite", @@ -244,7 +247,6 @@ "block.create.paved_weathered_limestone_stairs": "Paved Weathered Limestone Stairs", "block.create.paved_weathered_limestone_wall": "Paved Weathered Limestone Wall", "block.create.piston_extension_pole": "Piston Extension Pole", - "block.create.plough": "Mechanical Plough", "block.create.polished_dark_scoria": "Polished Dark Scoria", "block.create.polished_dark_scoria_slab": "Polished Dark Scoria Slab", "block.create.polished_dark_scoria_stairs": "Polished Dark Scoria Stairs", @@ -274,13 +276,12 @@ "block.create.powered_toggle_latch": "Powered Toggle Latch", "block.create.pulley_magnet": "Pulley Magnet", "block.create.pulse_repeater": "Pulse Repeater", + "block.create.radial_chassis": "Radial Chassis", "block.create.redstone_contact": "Redstone Contact", "block.create.redstone_link": "Redstone Link", "block.create.rope": "Rope", "block.create.rope_pulley": "Rope Pulley", - "block.create.rotation_chassis": "Radial Chassis", "block.create.rotation_speed_controller": "Rotation Speed Controller", - "block.create.saw": "Mechanical Saw", "block.create.schematic_table": "Schematic Table", "block.create.schematicannon": "Schematicannon", "block.create.scoria": "Scoria", @@ -293,6 +294,7 @@ "block.create.scoria_cobblestone_stairs": "Scoria Cobblestone Stairs", "block.create.scoria_cobblestone_wall": "Scoria Cobblestone Wall", "block.create.scoria_pillar": "Scoria Pillar", + "block.create.secondary_linear_chassis": "Secondary Linear Chassis", "block.create.sequenced_gearshift": "Sequenced Gearshift", "block.create.shaft": "Shaft", "block.create.speedometer": "Speedometer", @@ -303,8 +305,6 @@ "block.create.stressometer": "Stressometer", "block.create.tiled_glass": "Tiled Glass", "block.create.tiled_glass_pane": "Tiled Glass Pane", - "block.create.translation_chassis": "Linear Chassis", - "block.create.translation_chassis_secondary": "Secondary Linear Chassis", "block.create.transposer": "Transposer", "block.create.turntable": "Turntable", "block.create.vertical_extractor": "Vertical Extractor", @@ -382,20 +382,20 @@ "_": "->------------------------] We aren't in Registrate yet [------------------------<-", - "item.create.symmetry_wand": "Staff of Symmetry", - "item.create.placement_handgun": "Handheld Blockzapper", - "item.create.terrain_zapper": "Handheld Worldshaper", + "item.create.wand_of_symmetry": "Staff of Symmetry", + "item.create.handheld_blockzapper": "Handheld Blockzapper", + "item.create.handheld_worldshaper": "Handheld Worldshaper", "item.create.tree_fertilizer": "Tree Fertilizer", - "item.create.empty_blueprint": "Empty Schematic", + "item.create.empty_schematic": "Empty Schematic", "item.create.andesite_alloy": "Andesite Alloy", "item.create.chromatic_compound": "Chromatic Compound", "item.create.shadow_steel": "Shadow Steel", - "item.create.blueprint_and_quill": "Schematic and Quill", - "item.create.blueprint": "Schematic", + "item.create.schematic_and_quill": "Schematic and Quill", + "item.create.schematic": "Schematic", "item.create.belt_connector": "Mechanical Belt", "item.create.goggles": "Engineer's Goggles", "item.create.filter": "Filter", - "item.create.property_filter": "Attribute Filter", + "item.create.attribute_filter": "Attribute Filter", "item.create.rose_quartz": "Rose Quartz", "item.create.polished_rose_quartz": "Polished Rose Quartz", "item.create.refined_radiance": "Refined Radiance", @@ -406,7 +406,7 @@ "item.create.propeller": "Propeller", "item.create.whisk": "Whisk", "item.create.brass_hand": "Hand", - "item.create.slot_cover": "Crafter Slot Cover", + "item.create.crafter_slot_cover": "Crafter Slot Cover", "item.create.flour": "Wheat Flour", "item.create.dough": "Dough", "item.create.wrench": "Wrench", @@ -454,10 +454,10 @@ "advancement.create.wrench.desc": "Create a Wrench to aid you in building your contraptions.", "advancement.create.goggles": "Stress-o-vision", "advancement.create.goggles.desc": "Create some goggles to aid you in getting more kinetic information for components.", - "advancement.create.speed_gauge": "But how fast exactly?", - "advancement.create.speed_gauge.desc": "Place and power a Speedometer. Look at it through your goggles to read its exact value.", - "advancement.create.stress_gauge": "But how stressed exactly?", - "advancement.create.stress_gauge.desc": "Place and power a Stressometer. Look at it through your goggles to read its exact value.", + "advancement.create.speedometer": "But how fast exactly?", + "advancement.create.speedometer.desc": "Place and power a Speedometer. Look at it through your goggles to read its exact value.", + "advancement.create.stressometer": "But how stressed exactly?", + "advancement.create.stressometer.desc": "Place and power a Stressometer. Look at it through your goggles to read its exact value.", "advancement.create.water_wheel": "Harnessing Hydraulics", "advancement.create.water_wheel.desc": "Place a Water Wheel and try getting it to spin!", "advancement.create.lava_wheel": "Magma Wheel", @@ -466,16 +466,16 @@ "advancement.create.millstone.desc": "Place and power a Millstone", "advancement.create.andesite_casing": "The Andesite Age", "advancement.create.andesite_casing.desc": "Use some Andesite Alloy and Wood to create a basic Casing.", - "advancement.create.drill": "Stationary breakers", - "advancement.create.drill.desc": "Place and power a Mechanical Drill", + "advancement.create.mechanical_drill": "Stationary breakers", + "advancement.create.mechanical_drill.desc": "Place and power a Mechanical mechanical_drill", "advancement.create.press": "Press goes 'Bonk!'", "advancement.create.press.desc": "Power a Mechanical Press and use it to create some Plates.", "advancement.create.polished_rose_quartz": "Pink Diamonds", "advancement.create.polished_rose_quartz.desc": "Use a piece of sand paper to polish Rose Quartz until it becomes transparent.", "advancement.create.electron_tube": "Beep boop", "advancement.create.electron_tube.desc": "Make some Electron Tubes, useful in crafting less primitive machinery.", - "advancement.create.saw": "Stationary Chopping", - "advancement.create.saw.desc": "Place and power a Mechanical Saw", + "advancement.create.mechanical_saw": "Stationary Chopping", + "advancement.create.mechanical_saw.desc": "Place and power a Mechanical mechanical_saw", "advancement.create.basin": "Basin Operation", "advancement.create.basin.desc": "Place a basin and try throwing items into it.", "advancement.create.mixer": "Mixin' it Up", @@ -508,8 +508,8 @@ "advancement.create.zapper.desc": "Craft a Blockzapper. A radiant laser gun that helps you build.", "advancement.create.upgraded_zapper": "Radiant Overdrive", "advancement.create.upgraded_zapper.desc": "Create and activate a fully upgraded Blockzapper.", - "advancement.create.symmetry_wand": "Radiant Mirrors", - "advancement.create.symmetry_wand.desc": "Craft a Staff of Symmetry.", + "advancement.create.wand_of_symmetry": "Radiant Mirrors", + "advancement.create.wand_of_symmetry.desc": "Craft a Staff of Symmetry.", "advancement.create.deforester": "Radiant Chopping", "advancement.create.deforester.desc": "Craft a Deforester, and say goodbye to the local forest.", "advancement.create.eob": "End of Beta", @@ -524,8 +524,8 @@ "death.attack.create.crush": "%1$s was processed by Crushing Wheels", "death.attack.create.fan_fire": "%1$s was burned to death by hot air", "death.attack.create.fan_lava": "%1$s was burned to death by lava fan", - "death.attack.create.drill": "%1$s was impaled by Mechanical Drill", - "death.attack.create.saw": "%1$s got cut in half by Mechanical Saw", + "death.attack.create.mechanical_drill": "%1$s was impaled by Mechanical mechanical_drill", + "death.attack.create.mechanical_saw": "%1$s got cut in half by Mechanical mechanical_saw", "death.attack.create.cuckoo_clock_explosion": "%1$s was blown up by tampered cuckoo clock", "create.block.deployer.damage_source_name": "a rogue Deployer", @@ -541,7 +541,7 @@ "create.recipe.pressing": "Pressing", "create.recipe.mixing": "Mixing", "create.recipe.packing": "Compacting", - "create.recipe.sawing": "Sawing", + "create.recipe.mechanical_sawing": "mechanical_sawing", "create.recipe.mechanical_crafting": "Mechanical Crafting", "create.recipe.block_cutting": "Block Cutting", "create.recipe.blockzapper_upgrade": "Handheld Blockzapper", @@ -661,22 +661,22 @@ "create.gui.goggles.at_current_speed": "At current Speed", "create.gui.goggles.base_value": "Base Value", "create.gui.gauge.info_header": "Gauge Information:", - "create.gui.speed_gauge.title": "Rotation Speed", - "create.gui.stress_gauge.title": "Network Stress", - "create.gui.stress_gauge.capacity": "Remaining Capacity", - "create.gui.stress_gauge.overstressed": "Overstressed", - "create.gui.stress_gauge.no_rotation": "No Rotation", + "create.gui.speedometer.title": "Rotation Speed", + "create.gui.stressometer.title": "Network Stress", + "create.gui.stressometer.capacity": "Remaining Capacity", + "create.gui.stressometer.overstressed": "Overstressed", + "create.gui.stressometer.no_rotation": "No Rotation", "create.gui.contraptions.not_fast_enough": "It appears that this %1$s is _not_ rotating with _enough_ _speed_.", "create.gui.contraptions.network_overstressed": "It appears that this contraption is _overstressed_. Add more sources or _slow_ _down_ the components with a high _stress_ _impact_.", - "create.gui.flexcrate.title": "Adjustable Crate", - "create.gui.flexcrate.storageSpace": "Storage Space", - "create.gui.stockswitch.title": "Stockpile Switch", - "create.gui.stockswitch.lowerLimit": "Lower Threshold", - "create.gui.stockswitch.upperLimit": "Upper Threshold", - "create.gui.stockswitch.startAt": "Start Signal at", - "create.gui.stockswitch.startAbove": "Start Signal above", - "create.gui.stockswitch.stopAt": "Stop Signal at", - "create.gui.stockswitch.stopBelow": "Stop Signal below", + "create.gui.adjustable_crate.title": "Adjustable Crate", + "create.gui.adjustable_crate.storageSpace": "Storage Space", + "create.gui.stockpile_switch.title": "Stockpile Switch", + "create.gui.stockpile_switch.lowerLimit": "Lower Threshold", + "create.gui.stockpile_switch.upperLimit": "Upper Threshold", + "create.gui.stockpile_switch.startAt": "Start Signal at", + "create.gui.stockpile_switch.startAbove": "Start Signal above", + "create.gui.stockpile_switch.stopAt": "Stop Signal at", + "create.gui.stockpile_switch.stopBelow": "Stop Signal below", "create.gui.sequenced_gearshift.title": "Sequenced Gearshift", "create.gui.sequenced_gearshift.instruction": "Instruction", "create.gui.sequenced_gearshift.instruction.turn_angle": "Turn", @@ -879,34 +879,34 @@ "item.create.example_item.tooltip.control1": "When Ctrl pressed", "item.create.example_item.tooltip.action1": "These controls are displayed.", - "item.create.symmetry_wand.tooltip": "SYMMETRY WAND", - "item.create.symmetry_wand.tooltip.summary": "Perfectly mirrors Block placement across configured planes.", - "item.create.symmetry_wand.tooltip.condition1": "When in Hotbar", - "item.create.symmetry_wand.tooltip.behaviour1": "Stays Active", - "item.create.symmetry_wand.tooltip.control1": "R-Click on Ground", - "item.create.symmetry_wand.tooltip.action1": "_Creates_ or _Moves_ the Mirror", - "item.create.symmetry_wand.tooltip.control2": "R-Click in the Air", - "item.create.symmetry_wand.tooltip.action2": "_Removes_ the active Mirror", - "item.create.symmetry_wand.tooltip.control3": "R-Click while Sneaking", - "item.create.symmetry_wand.tooltip.action3": "Opens the _Configuration_ _Interface_", + "item.create.wand_of_symmetry.tooltip": "SYMMETRY WAND", + "item.create.wand_of_symmetry.tooltip.summary": "Perfectly mirrors Block placement across configured planes.", + "item.create.wand_of_symmetry.tooltip.condition1": "When in Hotbar", + "item.create.wand_of_symmetry.tooltip.behaviour1": "Stays Active", + "item.create.wand_of_symmetry.tooltip.control1": "R-Click on Ground", + "item.create.wand_of_symmetry.tooltip.action1": "_Creates_ or _Moves_ the Mirror", + "item.create.wand_of_symmetry.tooltip.control2": "R-Click in the Air", + "item.create.wand_of_symmetry.tooltip.action2": "_Removes_ the active Mirror", + "item.create.wand_of_symmetry.tooltip.control3": "R-Click while Sneaking", + "item.create.wand_of_symmetry.tooltip.action3": "Opens the _Configuration_ _Interface_", - "item.create.placement_handgun.tooltip": "BLOCKZAPPER", - "item.create.placement_handgun.tooltip.summary": "Novel gadget for placing or exchanging blocks at a distance.", - "item.create.placement_handgun.tooltip.control1": "L-Click at Block", - "item.create.placement_handgun.tooltip.action1": "Sets blocks placed by the tool to the targeted block.", - "item.create.placement_handgun.tooltip.control2": "R-Click at Block", - "item.create.placement_handgun.tooltip.action2": "_Places_ or _Replaces_ the targeted block.", - "item.create.placement_handgun.tooltip.control3": "R-Click while Sneaking", - "item.create.placement_handgun.tooltip.action3": "Opens the _Configuration_ _Interface_.", + "item.create.handheld_blockzapper.tooltip": "BLOCKZAPPER", + "item.create.handheld_blockzapper.tooltip.summary": "Novel gadget for placing or exchanging blocks at a distance.", + "item.create.handheld_blockzapper.tooltip.control1": "L-Click at Block", + "item.create.handheld_blockzapper.tooltip.action1": "Sets blocks placed by the tool to the targeted block.", + "item.create.handheld_blockzapper.tooltip.control2": "R-Click at Block", + "item.create.handheld_blockzapper.tooltip.action2": "_Places_ or _Replaces_ the targeted block.", + "item.create.handheld_blockzapper.tooltip.control3": "R-Click while Sneaking", + "item.create.handheld_blockzapper.tooltip.action3": "Opens the _Configuration_ _Interface_.", - "item.create.terrain_zapper.tooltip": "HANDHELD WORLDSHAPER", - "item.create.terrain_zapper.tooltip.summary": "Handy tool for creating _landscapes_ and _terrain_ _features_.", - "item.create.terrain_zapper.tooltip.control1": "L-Click at Block", - "item.create.terrain_zapper.tooltip.action1": "Sets blocks placed by the tool to the targeted block.", - "item.create.terrain_zapper.tooltip.control2": "R-Click at Block", - "item.create.terrain_zapper.tooltip.action2": "Applies the currently selected _Brush_ and _Tool_ at the targeted location.", - "item.create.terrain_zapper.tooltip.control3": "R-Click while Sneaking", - "item.create.terrain_zapper.tooltip.action3": "Opens the _Configuration_ _Interface_", + "item.create.handheld_worldshaper.tooltip": "HANDHELD WORLDSHAPER", + "item.create.handheld_worldshaper.tooltip.summary": "Handy tool for creating _landscapes_ and _terrain_ _features_.", + "item.create.handheld_worldshaper.tooltip.control1": "L-Click at Block", + "item.create.handheld_worldshaper.tooltip.action1": "Sets blocks placed by the tool to the targeted block.", + "item.create.handheld_worldshaper.tooltip.control2": "R-Click at Block", + "item.create.handheld_worldshaper.tooltip.action2": "Applies the currently selected _Brush_ and _Tool_ at the targeted location.", + "item.create.handheld_worldshaper.tooltip.control3": "R-Click while Sneaking", + "item.create.handheld_worldshaper.tooltip.action3": "Opens the _Configuration_ _Interface_", "item.create.tree_fertilizer.tooltip": "TREE FERTILIZER", "item.create.tree_fertilizer.tooltip.summary": "A powerful combination of minerals suitable for speeding up the growth of common tree types.", @@ -923,40 +923,35 @@ "item.create.filter.tooltip.condition2": "When R-Clicked", "item.create.filter.tooltip.behaviour2": "Opens the _configuration_ _interface_.", - "item.create.property_filter.tooltip": "ATTRIBUTE FILTER", - "item.create.property_filter.tooltip.summary": "_Controls_ _outputs_ and _inputs_ of logistical devices with more _precision_, matching them against a _set_ _of_ item _attributes_ and _categories_.", - "item.create.property_filter.tooltip.condition1": "When in filter slot", - "item.create.property_filter.tooltip.behaviour1": "_Controls_ item flow according to its _configuration_.", - "item.create.property_filter.tooltip.condition2": "When R-Clicked", - "item.create.property_filter.tooltip.behaviour2": "Opens the _configuration_ _interface_.", + "item.create.attribute_filter.tooltip": "ATTRIBUTE FILTER", + "item.create.attribute_filter.tooltip.summary": "_Controls_ _outputs_ and _inputs_ of logistical devices with more _precision_, matching them against a _set_ _of_ item _attributes_ and _categories_.", + "item.create.attribute_filter.tooltip.condition1": "When in filter slot", + "item.create.attribute_filter.tooltip.behaviour1": "_Controls_ item flow according to its _configuration_.", + "item.create.attribute_filter.tooltip.condition2": "When R-Clicked", + "item.create.attribute_filter.tooltip.behaviour2": "Opens the _configuration_ _interface_.", - "block.create.cocoa_log.tooltip": "COCOA LOG", - "block.create.cocoa_log.tooltip.summary": "An augmented jungle log allowing for easier automation of _Cocoa_ _Beans_.", - "block.create.cocoa_log.tooltip.condition1": "When Mature", - "block.create.cocoa_log.tooltip.behaviour1": "Grows _Cocoa_ _Pods_ on all sides.", + "item.create.empty_schematic.tooltip": "EMPTY SCHEMATIC", + "item.create.empty_schematic.tooltip.summary": "Used as a recipe ingredient and for writing at the _Schematic_ _Table_.", - "item.create.empty_blueprint.tooltip": "EMPTY SCHEMATIC", - "item.create.empty_blueprint.tooltip.summary": "Used as a recipe ingredient and for writing at the _Schematic_ _Table_.", + "item.create.schematic.tooltip": "SCHEMATIC", + "item.create.schematic.tooltip.summary": "Holds a structure to be positioned and placed into the world. Position the Hologram as desired and use a _Schematicannon_ to build it.", + "item.create.schematic.tooltip.condition1": "When Held", + "item.create.schematic.tooltip.behaviour1": "Can be positioned using the Tools on Screen.", + "item.create.schematic.tooltip.control1": "R-Click while Sneaking", + "item.create.schematic.tooltip.action1": "Opens an _Interface_ for entering exact _Coordinates_.", - "item.create.blueprint.tooltip": "SCHEMATIC", - "item.create.blueprint.tooltip.summary": "Holds a structure to be positioned and placed into the world. Position the Hologram as desired and use a _Schematicannon_ to build it.", - "item.create.blueprint.tooltip.condition1": "When Held", - "item.create.blueprint.tooltip.behaviour1": "Can be positioned using the Tools on Screen.", - "item.create.blueprint.tooltip.control1": "R-Click while Sneaking", - "item.create.blueprint.tooltip.action1": "Opens an _Interface_ for entering exact _Coordinates_.", - - "item.create.blueprint_and_quill.tooltip": "SCHEMATIC AND QUILL", - "item.create.blueprint_and_quill.tooltip.summary": "Used for saving a Structure in your world to a .nbt file.", - "item.create.blueprint_and_quill.tooltip.condition1": "Step 1", - "item.create.blueprint_and_quill.tooltip.behaviour1": "Select two corner points using R-Click.", - "item.create.blueprint_and_quill.tooltip.condition2": "Step 2", - "item.create.blueprint_and_quill.tooltip.behaviour2": "_Ctrl-Scroll_ on the faces to adjust the size. R-Click again to Save.", - "item.create.blueprint_and_quill.tooltip.control1": "R-Click", - "item.create.blueprint_and_quill.tooltip.action1": "Select a corner point / confirm save.", - "item.create.blueprint_and_quill.tooltip.control2": "Ctrl Held", - "item.create.blueprint_and_quill.tooltip.action2": "Select points in _mid-air_. _Scroll_ to adjust the distance.", - "item.create.blueprint_and_quill.tooltip.control3": "R-Click while Sneaking", - "item.create.blueprint_and_quill.tooltip.action3": "_Resets_ and removes the selection.", + "item.create.schematic_and_quill.tooltip": "SCHEMATIC AND QUILL", + "item.create.schematic_and_quill.tooltip.summary": "Used for saving a Structure in your world to a .nbt file.", + "item.create.schematic_and_quill.tooltip.condition1": "Step 1", + "item.create.schematic_and_quill.tooltip.behaviour1": "Select two corner points using R-Click.", + "item.create.schematic_and_quill.tooltip.condition2": "Step 2", + "item.create.schematic_and_quill.tooltip.behaviour2": "_Ctrl-Scroll_ on the faces to adjust the size. R-Click again to Save.", + "item.create.schematic_and_quill.tooltip.control1": "R-Click", + "item.create.schematic_and_quill.tooltip.action1": "Select a corner point / confirm save.", + "item.create.schematic_and_quill.tooltip.control2": "Ctrl Held", + "item.create.schematic_and_quill.tooltip.action2": "Select points in _mid-air_. _Scroll_ to adjust the distance.", + "item.create.schematic_and_quill.tooltip.control3": "R-Click while Sneaking", + "item.create.schematic_and_quill.tooltip.action3": "_Resets_ and removes the selection.", "block.create.schematicannon.tooltip": "SCHEMATICANNON", "block.create.schematicannon.tooltip.summary": "Shoots blocks to recreate a deployed _Schematic_ in the World. Uses items from adjacent Inventories and _Gunpowder_ as fuel.", @@ -983,6 +978,9 @@ "block.create.gearbox.tooltip": "GEARBOX", "block.create.gearbox.tooltip.summary": "_Relays_ _Rotation_ in _four_ _directions_ Reverses straight connections.", + "item.create.vertical_gearbox.tooltip": " VERTICAL GEARBOX", + "item.create.vertical_gearbox.tooltip.summary": "_Relays_ _Rotation_ in _four_ _directions_ Reverses straight connections.", + "block.create.gearshift.tooltip": "GEARSHIFT", "block.create.gearshift.tooltip.summary": "A control to toggle rotation direction for connected shafts.", "block.create.gearshift.tooltip.condition1": "When Powered", @@ -1125,10 +1123,10 @@ "block.create.sticky_mechanical_piston.tooltip.condition1": "When Rotated", "block.create.sticky_mechanical_piston.tooltip.behaviour1": "Starts moving the attached structure. Speed and direction correlate to the incoming Rotation Speed.", - "block.create.piston_pole.tooltip": "PISTON POLE", - "block.create.piston_pole.tooltip.summary": "Extends the range of _Mechanical_ _Pistons_.", - "block.create.piston_pole.tooltip.condition1": "When attached to Mechanical Piston", - "block.create.piston_pole.tooltip.behaviour1": "Extends a piston's range by 1 block", + "block.create.piston_extension_pole.tooltip": "PISTON POLE", + "block.create.piston_extension_pole.tooltip.summary": "Extends the range of _Mechanical_ _Pistons_.", + "block.create.piston_extension_pole.tooltip.condition1": "When attached to Mechanical Piston", + "block.create.piston_extension_pole.tooltip.behaviour1": "Extends a piston's range by 1 block", "block.create.mechanical_bearing.tooltip": "MECHANICAL BEARING", "block.create.mechanical_bearing.tooltip.summary": "Used for rotating _larger_ _structures_ or harnessing _Rotational_ _Force_ from wind.", @@ -1159,79 +1157,79 @@ "block.create.rope_pulley.tooltip.condition1": "When Rotated", "block.create.rope_pulley.tooltip.behaviour1": "Starts moving the attached structure. Speed and direction correlate to the incoming Rotation Speed.", - "block.create.translation_chassis.tooltip": "TRANSLATION CHASSIS", - "block.create.translation_chassis.tooltip.summary": "A configurable base block connecting structures for movement.", - "block.create.translation_chassis.tooltip.condition1": "When Moved", - "block.create.translation_chassis.tooltip.behaviour1": "_Moves_ all _attached_ _Chassis_ with the same orientation, and a column of Blocks within its range. Blocks will only be pulled if the chassis' face is _Sticky_ (See [Ctrl]).", - "block.create.translation_chassis.tooltip.condition2": "With Wrench", - "block.create.translation_chassis.tooltip.behaviour2": "Configure the _range_ for this chassis block. Hold CTRL to modify the range of all attached chassis blocks as well.", - "block.create.translation_chassis.tooltip.control1": "When R-Clicked with Slime Ball", - "block.create.translation_chassis.tooltip.action1": "Makes the clicked face _Sticky_. When moved, the chassis will _pull_ attached Blocks, regardless of movement direction.", + "block.create.linear_chassis.tooltip": "TRANSLATION CHASSIS", + "block.create.linear_chassis.tooltip.summary": "A configurable base block connecting structures for movement.", + "block.create.linear_chassis.tooltip.condition1": "When Moved", + "block.create.linear_chassis.tooltip.behaviour1": "_Moves_ all _attached_ _Chassis_ with the same orientation, and a column of Blocks within its range. Blocks will only be pulled if the chassis' face is _Sticky_ (See [Ctrl]).", + "block.create.linear_chassis.tooltip.condition2": "With Wrench", + "block.create.linear_chassis.tooltip.behaviour2": "Configure the _range_ for this chassis block. Hold CTRL to modify the range of all attached chassis blocks as well.", + "block.create.linear_chassis.tooltip.control1": "When R-Clicked with Slime Ball", + "block.create.linear_chassis.tooltip.action1": "Makes the clicked face _Sticky_. When moved, the chassis will _pull_ attached Blocks, regardless of movement direction.", - "block.create.rotation_chassis.tooltip": "ROTATION CHASSIS", - "block.create.rotation_chassis.tooltip.summary": "A configurable base block connecting structures for movement.", - "block.create.rotation_chassis.tooltip.condition1": "When Moved", - "block.create.rotation_chassis.tooltip.behaviour1": "_Moves_ all _attached_ _Chassis_ in a column, and a cylinder of blocks around itself. Blocks around it are only moved when they are within range and attached to a sticky side (See [Ctrl]).", - "block.create.rotation_chassis.tooltip.condition2": "With Wrench", - "block.create.rotation_chassis.tooltip.behaviour2": "Configure the _range_ for this chassis block. Hold CTRL to modify the range of all attached chassis blocks as well.", - "block.create.rotation_chassis.tooltip.control1": "When R-Clicked with Slime Ball", - "block.create.rotation_chassis.tooltip.action1": "Makes the clicked face _Sticky_. When Chassis move, all designated blocks attached to the sticky side are moved with it.", + "block.create.radial_chassis.tooltip": "ROTATION CHASSIS", + "block.create.radial_chassis.tooltip.summary": "A configurable base block connecting structures for movement.", + "block.create.radial_chassis.tooltip.condition1": "When Moved", + "block.create.radial_chassis.tooltip.behaviour1": "_Moves_ all _attached_ _Chassis_ in a column, and a cylinder of blocks around itself. Blocks around it are only moved when they are within range and attached to a sticky side (See [Ctrl]).", + "block.create.radial_chassis.tooltip.condition2": "With Wrench", + "block.create.radial_chassis.tooltip.behaviour2": "Configure the _range_ for this chassis block. Hold CTRL to modify the range of all attached chassis blocks as well.", + "block.create.radial_chassis.tooltip.control1": "When R-Clicked with Slime Ball", + "block.create.radial_chassis.tooltip.action1": "Makes the clicked face _Sticky_. When Chassis move, all designated blocks attached to the sticky side are moved with it.", - "block.create.drill.tooltip": "MECHANICAL DRILL", - "block.create.drill.tooltip.summary": "A mechanical device suitable for _breaking_ _blocks_. It is movable with _Mechanical_ _Pistons_, _Bearings_ or other controllers.", - "block.create.drill.tooltip.condition1": "When Rotated", - "block.create.drill.tooltip.behaviour1": "Acts as a _stationary_ Block Breaker. Also _hurts_ _entities_ in its effective area.", - "block.create.drill.tooltip.condition2": "While Moving", - "block.create.drill.tooltip.behaviour2": "Breaks Blocks with which the drill collides.", + "block.create.mechanical_drill.tooltip": "MECHANICAL mechanical_drill", + "block.create.mechanical_drill.tooltip.summary": "A mechanical device suitable for _breaking_ _blocks_. It is movable with _Mechanical_ _Pistons_, _Bearings_ or other controllers.", + "block.create.mechanical_drill.tooltip.condition1": "When Rotated", + "block.create.mechanical_drill.tooltip.behaviour1": "Acts as a _stationary_ Block Breaker. Also _hurts_ _entities_ in its effective area.", + "block.create.mechanical_drill.tooltip.condition2": "While Moving", + "block.create.mechanical_drill.tooltip.behaviour2": "Breaks Blocks with which the mechanical_drill collides.", - "block.create.harvester.tooltip": "MECHANICAL HARVESTER", - "block.create.harvester.tooltip.summary": "A mechanical plant cutter suitable for medium scale crop automation. It is movable with _Mechanical_ _Pistons_, _Bearings_ or other controllers.", - "block.create.harvester.tooltip.condition1": "While Moving", - "block.create.harvester.tooltip.behaviour1": "_Harvests_ all _mature_ _crops_ which which the blade collides and reset them to their initial growth state.", + "block.create.mechanical_harvester.tooltip": "MECHANICAL mechanical_harvester", + "block.create.mechanical_harvester.tooltip.summary": "A mechanical plant cutter suitable for medium scale crop automation. It is movable with _Mechanical_ _Pistons_, _Bearings_ or other controllers.", + "block.create.mechanical_harvester.tooltip.condition1": "While Moving", + "block.create.mechanical_harvester.tooltip.behaviour1": "_Harvests_ all _mature_ _crops_ which which the blade collides and reset them to their initial growth state.", - "block.create.plough.tooltip": "MECHANICAL PLOUGH", - "block.create.plough.tooltip.summary": "A mechanical plough has a variety of uses. It is movable with _Mechanical_ _Pistons_, _Bearings_ or other controllers.", - "block.create.plough.tooltip.condition1": "While Moving", - "block.create.plough.tooltip.behaviour1": "_Breaks_ _blocks_ which _cannot_ _be_ _collided_ with, such as torches, tracks or snow layers. _Applies_ its _motion_ to _entities_ without hurting them. _Tills_ _soil_ _blocks_ as though a Hoe would be used on them.", + "block.create.mechanical_plough.tooltip": "MECHANICAL mechanical_plough", + "block.create.mechanical_plough.tooltip.summary": "A mechanical mechanical_plough has a variety of uses. It is movable with _Mechanical_ _Pistons_, _Bearings_ or other controllers.", + "block.create.mechanical_plough.tooltip.condition1": "While Moving", + "block.create.mechanical_plough.tooltip.behaviour1": "_Breaks_ _blocks_ which _cannot_ _be_ _collided_ with, such as torches, tracks or snow layers. _Applies_ its _motion_ to _entities_ without hurting them. _Tills_ _soil_ _blocks_ as though a Hoe would be used on them.", - "block.create.saw.tooltip": "MECHANICAL SAW", - "block.create.saw.tooltip.summary": "Suitable for _cutting_ _trees_ effectively and for _cutting_ _blocks_ into their carpentered counterparts. It is movable using _Mechanical_ _Pistons_ or _Bearings_.", - "block.create.saw.tooltip.condition1": "When facing up", - "block.create.saw.tooltip.behaviour1": "Applies _Sawing_ and _Stonecutting_ _Recipes_ to items dropped onto or inserted into it. When multiple outputs are possible, it cycles through them unless a _filter_ is assigned.", - "block.create.saw.tooltip.condition2": "When facing horizontally", - "block.create.saw.tooltip.behaviour2": "_Breaks_ _logs_ in front of it. If the log supported a tree on its own, the _tree_ _will_ _collapse_ away from the saw.", - "block.create.saw.tooltip.condition3": "While Moving", - "block.create.saw.tooltip.behaviour3": "_Cuts_ all _Trees_ with which the saw collides.", + "block.create.mechanical_saw.tooltip": "MECHANICAL mechanical_saw", + "block.create.mechanical_saw.tooltip.summary": "Suitable for _cutting_ _trees_ effectively and for _cutting_ _blocks_ into their carpentered counterparts. It is movable using _Mechanical_ _Pistons_ or _Bearings_.", + "block.create.mechanical_saw.tooltip.condition1": "When facing up", + "block.create.mechanical_saw.tooltip.behaviour1": "Applies _mechanical_sawing_ and _Stonecutting_ _Recipes_ to items dropped onto or inserted into it. When multiple outputs are possible, it cycles through them unless a _filter_ is assigned.", + "block.create.mechanical_saw.tooltip.condition2": "When facing horizontally", + "block.create.mechanical_saw.tooltip.behaviour2": "_Breaks_ _logs_ in front of it. If the log supported a tree on its own, the _tree_ _will_ _collapse_ away from the mechanical_saw.", + "block.create.mechanical_saw.tooltip.condition3": "While Moving", + "block.create.mechanical_saw.tooltip.behaviour3": "_Cuts_ all _Trees_ with which the mechanical_saw collides.", - "block.create.stockswitch.tooltip": "STOCKSWITCH", - "block.create.stockswitch.tooltip.summary": "Toggles a Redstone signal based on the _Storage_ _Space_ in the attached Container.", - "block.create.stockswitch.tooltip.condition1": "When below Lower Limit", - "block.create.stockswitch.tooltip.behaviour1": "Stops providing _Redstone_ _Power_", - "block.create.stockswitch.tooltip.condition2": "When above Upper Limit.", - "block.create.stockswitch.tooltip.behaviour2": "Starts providing _Redstone_ _Power_ until Lower Limit is reached again.", - "block.create.stockswitch.tooltip.control1": "When R-Clicked", - "block.create.stockswitch.tooltip.action1": "Opens the _Configuration_ _Interface_.", + "block.create.stockpile_switch.tooltip": "stockpile_switch", + "block.create.stockpile_switch.tooltip.summary": "Toggles a Redstone signal based on the _Storage_ _Space_ in the attached Container.", + "block.create.stockpile_switch.tooltip.condition1": "When below Lower Limit", + "block.create.stockpile_switch.tooltip.behaviour1": "Stops providing _Redstone_ _Power_", + "block.create.stockpile_switch.tooltip.condition2": "When above Upper Limit.", + "block.create.stockpile_switch.tooltip.behaviour2": "Starts providing _Redstone_ _Power_ until Lower Limit is reached again.", + "block.create.stockpile_switch.tooltip.control1": "When R-Clicked", + "block.create.stockpile_switch.tooltip.action1": "Opens the _Configuration_ _Interface_.", - "block.create.redstone_bridge.tooltip": "REDSTONE LINK", - "block.create.redstone_bridge.tooltip.summary": "Endpoints for _Wireless_ _Redstone_ connections. Can be assigned _Frequencies_ using any item. Signal range is limited, though reasonably far.", - "block.create.redstone_bridge.tooltip.condition1": "When Powered", - "block.create.redstone_bridge.tooltip.behaviour1": "Receiving Links of the same _Frequency_ will produce a Redstone signal.", - "block.create.redstone_bridge.tooltip.control1": "When R-Clicked with an Item", - "block.create.redstone_bridge.tooltip.action1": "Sets the _Frequency_ to that item. A total of _two_ _different_ _items_ can be used in combination for defining a Frequency.", - "block.create.redstone_bridge.tooltip.control2": "When R-Clicked while Sneaking", - "block.create.redstone_bridge.tooltip.action2": "Toggles between _Receiver_ and _Transmitter_ Mode.", + "block.create.redstone_link.tooltip": "REDSTONE LINK", + "block.create.redstone_link.tooltip.summary": "Endpoints for _Wireless_ _Redstone_ connections. Can be assigned _Frequencies_ using any item. Signal range is limited, though reasonably far.", + "block.create.redstone_link.tooltip.condition1": "When Powered", + "block.create.redstone_link.tooltip.behaviour1": "Receiving Links of the same _Frequency_ will produce a Redstone signal.", + "block.create.redstone_link.tooltip.control1": "When R-Clicked with an Item", + "block.create.redstone_link.tooltip.action1": "Sets the _Frequency_ to that item. A total of _two_ _different_ _items_ can be used in combination for defining a Frequency.", + "block.create.redstone_link.tooltip.control2": "When R-Clicked while Sneaking", + "block.create.redstone_link.tooltip.action2": "Toggles between _Receiver_ and _Transmitter_ Mode.", - "block.create.contact.tooltip": "REDSTONE CONTACT", - "block.create.contact.tooltip.summary": "Only emits redstone power in pairs. It is movable with _Mechanical_ _Pistons_, _Bearings_ or other controllers.", - "block.create.contact.tooltip.condition1": "When facing other Contact", - "block.create.contact.tooltip.behaviour1": "Provides a _Redstone_ _Signal_.", - "block.create.contact.tooltip.condition2": "While Moving", - "block.create.contact.tooltip.behaviour2": "Triggers all stationary Contacts it passes.", + "block.create.redstone_contact.tooltip": "REDSTONE redstone_contact", + "block.create.redstone_contact.tooltip.summary": "Only emits redstone power in pairs. It is movable with _Mechanical_ _Pistons_, _Bearings_ or other controllers.", + "block.create.redstone_contact.tooltip.condition1": "When facing other redstone_contact", + "block.create.redstone_contact.tooltip.behaviour1": "Provides a _Redstone_ _Signal_.", + "block.create.redstone_contact.tooltip.condition2": "While Moving", + "block.create.redstone_contact.tooltip.behaviour2": "Triggers all stationary redstone_contacts it passes.", - "block.create.flexcrate.tooltip": "ADJUSTABLE CRATE", - "block.create.flexcrate.tooltip.summary": "This _Storage_ _Container_ allows Manual control over its capacity. It can hold up to _16_ _Stacks_ of any Item. Supports _Redstone_ _Comparators_.", - "block.create.flexcrate.tooltip.control1": "When R-Clicked", - "block.create.flexcrate.tooltip.action1": "Opens the _Interface_.", + "block.create.adjustable_crate.tooltip": "ADJUSTABLE CRATE", + "block.create.adjustable_crate.tooltip.summary": "This _Storage_ _Container_ allows Manual control over its capacity. It can hold up to _16_ _Stacks_ of any Item. Supports _Redstone_ _Comparators_.", + "block.create.adjustable_crate.tooltip.control1": "When R-Clicked", + "block.create.adjustable_crate.tooltip.action1": "Opens the _Interface_.", "block.create.creative_crate.tooltip": "THE ENDLESS CRATE", "block.create.creative_crate.tooltip.summary": "This _Storage_ _Container_ allows infinite replication of any item. Place next to a _Schematicannon_ to remove any material requirements.", @@ -1281,10 +1279,10 @@ "block.create.linked_transposer.tooltip.control2": "R-Click on Frequency Space", "block.create.linked_transposer.tooltip.action2": "Assigns the currently _held_ _item_ as part of the Frequency listened on. Whenever a transmitting _Redstone_ _Link_ of the same frequency is powered, this Transposer will pause.", - "block.create.belt_funnel.tooltip": "FUNNEL", - "block.create.belt_funnel.tooltip.summary": "_Collects_ _incoming_ _items_ and inserts them into the attached _Inventory_ if possible. Can collect items in the _world_ and items on a _belt_.", - "block.create.belt_funnel.tooltip.condition1": "Passive Belt pulling", - "block.create.belt_funnel.tooltip.behaviour1": "Funnels can pull items _from_ _belts_ when placed above them, either sideways or at the end. When a side-ways funnel is backed up, items on the _belt_ _will_ _not_ _stall_.", + "block.create.funnel.tooltip": "FUNNEL", + "block.create.funnel.tooltip.summary": "_Collects_ _incoming_ _items_ and inserts them into the attached _Inventory_ if possible. Can collect items in the _world_ and items on a _belt_.", + "block.create.funnel.tooltip.condition1": "Passive Belt pulling", + "block.create.funnel.tooltip.behaviour1": "Funnels can pull items _from_ _belts_ when placed above them, either sideways or at the end. When a side-ways funnel is backed up, items on the _belt_ _will_ _not_ _stall_.", "block.create.belt_tunnel.tooltip": "BELT TUNNEL", "block.create.belt_tunnel.tooltip.summary": "An aesthetic option for running your _Mechanical_ _Belts_ through walls. Belts have to be reinforced with _Brass_ _Casing_. Tunnels can _synchronize_ with _their_ _neighbours_, only letting items pass if all tunnels in the group have one waiting. [Ctrl]", @@ -1298,44 +1296,44 @@ "block.create.brass_casing.tooltip.condition1": "When used on Mechanical Belt", "block.create.brass_casing.tooltip.behaviour1": "_Reinforces_ _belts_ with a brass foundation. Reinforced Belts can support _Belt_ _Tunnels_, _Extractors_, _Funnels_, and _Transposers_ interacting with the belt from the sides and below.", - "block.create.entity_detector.tooltip": "BELT OBSERVER", - "block.create.entity_detector.tooltip.summary": "Detects items and entities passing by on a _Mechanical_ _Belt_ in front of it. Use a _Wrench_ to cycle its behaviour. Non-items will always be handled in detect mode regardless of the setting.", - "block.create.entity_detector.tooltip.condition1": "Detect Mode", - "block.create.entity_detector.tooltip.behaviour1": "Provides redstone _while_ a _matching_ _item_ _is_ in the observed belt segment.", - "block.create.entity_detector.tooltip.condition2": "Pulse Mode", - "block.create.entity_detector.tooltip.behaviour2": "Emits a _pulse_ when a _matching_ _item_ _passes_ the center of the observed belt segment.", - "block.create.entity_detector.tooltip.condition3": "Eject Mode", - "block.create.entity_detector.tooltip.behaviour3": "_Ejects_ _matching_ _items_ off the side. If the target belt or space is _occupied_, the item will be _held_ _in_ _place_.", - "block.create.entity_detector.tooltip.condition4": "Split Mode", - "block.create.entity_detector.tooltip.behaviour4": "_Splits_ a _matching_ _item_ _stack_ and _ejects_ _half_ of it off the side.", + "block.create.belt_observer.tooltip": "BELT OBSERVER", + "block.create.belt_observer.tooltip.summary": "Detects items and entities passing by on a _Mechanical_ _Belt_ in front of it. Use a _Wrench_ to cycle its behaviour. Non-items will always be handled in detect mode regardless of the setting.", + "block.create.belt_observer.tooltip.condition1": "Detect Mode", + "block.create.belt_observer.tooltip.behaviour1": "Provides redstone _while_ a _matching_ _item_ _is_ in the observed belt segment.", + "block.create.belt_observer.tooltip.condition2": "Pulse Mode", + "block.create.belt_observer.tooltip.behaviour2": "Emits a _pulse_ when a _matching_ _item_ _passes_ the center of the observed belt segment.", + "block.create.belt_observer.tooltip.condition3": "Eject Mode", + "block.create.belt_observer.tooltip.behaviour3": "_Ejects_ _matching_ _items_ off the side. If the target belt or space is _occupied_, the item will be _held_ _in_ _place_.", + "block.create.belt_observer.tooltip.condition4": "Split Mode", + "block.create.belt_observer.tooltip.behaviour4": "_Splits_ a _matching_ _item_ _stack_ and _ejects_ _half_ of it off the side.", "block.create.pulse_repeater.tooltip": "PULSE REPEATER", "block.create.pulse_repeater.tooltip.summary": "A simple circuit for cutting passing redstone signals to a length of _1_ _tick_.", - "block.create.flexpeater.tooltip": "FLEX REPEATER", - "block.create.flexpeater.tooltip.summary": "An advanced _Redstone_ _Repeater_ with a _configurable_ _Delay_ up to 30 Minutes.", + "block.create.adjustable_repeater.tooltip": "FLEX REPEATER", + "block.create.adjustable_repeater.tooltip.summary": "An advanced _Redstone_ _Repeater_ with a _configurable_ _Delay_ up to 30 Minutes.", - "block.create.flexpulsepeater.tooltip": "FLEX PULSE REPEATER", - "block.create.flexpulsepeater.tooltip.summary": "A _Pulse_ _Repeater_ with a _configurable_ _Delay_ up to 30 Minutes.", + "block.create.adjustable_pulse_repeater.tooltip": "FLEX PULSE REPEATER", + "block.create.adjustable_pulse_repeater.tooltip.summary": "A _Pulse_ _Repeater_ with a _configurable_ _Delay_ up to 30 Minutes.", "block.create.analog_lever.tooltip": "ANALOG LEVER", "block.create.analog_lever.tooltip.summary": "A lever with more _precise_ _control_ over its emitted _signal_ _strength_.", - "block.create.toggle_latch.tooltip": "POWERED TOGGLE LATCH", - "block.create.toggle_latch.tooltip.summary": "A lever that can be toggled by a _Redstone_ _Pulse_.", + "block.create.powered_toggle_latch.tooltip": "POWERED TOGGLE LATCH", + "block.create.powered_toggle_latch.tooltip.summary": "A lever that can be toggled by a _Redstone_ _Pulse_.", - "block.create.redstone_latch.tooltip": "POWERED LATCH", - "block.create.redstone_latch.tooltip.summary": "A lever that can be controlled by _Redstone_ _Signals_. A signal on the _back_ _enables_ it, a signal from the _side_ _will_ _reset_ it.", + "block.create.powered_latch.tooltip": "POWERED LATCH", + "block.create.powered_latch.tooltip.summary": "A lever that can be controlled by _Redstone_ _Signals_. A signal on the _back_ _enables_ it, a signal from the _side_ _will_ _reset_ it.", - "block.create.speed_gauge.tooltip": "SPEEDOMETER", - "block.create.speed_gauge.tooltip.summary": "Measures and displays the _rotational_ _speed_ of attached kinetic components. Supports _Redstone_ _Comparators_.", - "block.create.speed_gauge.tooltip.condition1": "When Rotated", - "block.create.speed_gauge.tooltip.behaviour1": "Indicates a color corresponding to the level of speed. _Green_ indicates Slow, _Blue_ Moderate and _Purple_ Fast rotation. Some mechanical components require a sufficient level of speed to work properly.", + "block.create.speedometer.tooltip": "SPEEDOMETER", + "block.create.speedometer.tooltip.summary": "Measures and displays the _rotational_ _speed_ of attached kinetic components. Supports _Redstone_ _Comparators_.", + "block.create.speedometer.tooltip.condition1": "When Rotated", + "block.create.speedometer.tooltip.behaviour1": "Indicates a color corresponding to the level of speed. _Green_ indicates Slow, _Blue_ Moderate and _Purple_ Fast rotation. Some mechanical components require a sufficient level of speed to work properly.", - "block.create.stress_gauge.tooltip": "STRESSOMETER", - "block.create.stress_gauge.tooltip.summary": "Measures and displays the _overall_ _stress_ of the attached kinetic network. Supports _Redstone_ _Comparators_.", - "block.create.stress_gauge.tooltip.condition1": "When Rotated", - "block.create.stress_gauge.tooltip.behaviour1": "Indicates a color corresponding to the level of stress. _Over-stressed_ _networks_ will cease to move. Stress can be relieved by adding more _rotational_ _sources_ to the network.", + "block.create.stressometer.tooltip": "STRESSOMETER", + "block.create.stressometer.tooltip.summary": "Measures and displays the _overall_ _stress_ of the attached kinetic network. Supports _Redstone_ _Comparators_.", + "block.create.stressometer.tooltip.condition1": "When Rotated", + "block.create.stressometer.tooltip.behaviour1": "Indicates a color corresponding to the level of stress. _Over-stressed_ _networks_ will cease to move. Stress can be relieved by adding more _rotational_ _sources_ to the network.", "tool.create.sand_paper.tooltip": "SAND PAPER", "tool.create.sand_paper.tooltip.summary": "A rough paper that can be used to _polish_ _materials_. Can be automatically applied using the Deployer.", @@ -1355,8 +1353,8 @@ "item.create.shadow_steel.tooltip": "SHADOW STEEL", "item.create.shadow_steel.tooltip.summary": "A Chromatic material forged _in_ _the_ _void_.", - "item.create.slot_cover.tooltip": "SLOT COVER", - "item.create.slot_cover.tooltip.summary": "Used to mark a _Mechanical_ _Crafter_ as an empty slot in a recipe. Crafters do not necessarily have to form a full square grid. This is useful when there are recipes where _ingredients_ _are_ _diagonal_ to each other.", + "item.create.crafter_slot_cover.tooltip": "SLOT COVER", + "item.create.crafter_slot_cover.tooltip.summary": "Used to mark a _Mechanical_ _Crafter_ as an empty slot in a recipe. Crafters do not necessarily have to form a full square grid. This is useful when there are recipes where _ingredients_ _are_ _diagonal_ to each other.", "tool.create.shadow_steel.tooltip": "SHADOW STEEL TOOLS", "tool.create.shadow_steel.tooltip.summary": "A fast and powerful tool that _destroys_ _drops_ from any block or entity. Killed mobs can drop _more_ _experience_ based on the _Looting_ modifier of this tool.", diff --git a/src/generated/resources/assets/create/models/block/linear_chassis.json b/src/generated/resources/assets/create/models/block/linear_chassis.json new file mode 100644 index 000000000..756f02923 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/linear_chassis.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "side": "create:block/linear_chassis_side", + "bottom": "create:block/linear_chassis_end", + "top": "create:block/linear_chassis_end" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/linear_chassis_bottom.json b/src/generated/resources/assets/create/models/block/linear_chassis_bottom.json new file mode 100644 index 000000000..037400ddc --- /dev/null +++ b/src/generated/resources/assets/create/models/block/linear_chassis_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "side": "create:block/linear_chassis_side", + "bottom": "create:block/linear_chassis_end_sticky", + "top": "create:block/linear_chassis_end" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/linear_chassis_top.json b/src/generated/resources/assets/create/models/block/linear_chassis_top.json new file mode 100644 index 000000000..f4a7347df --- /dev/null +++ b/src/generated/resources/assets/create/models/block/linear_chassis_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "side": "create:block/linear_chassis_side", + "bottom": "create:block/linear_chassis_end", + "top": "create:block/linear_chassis_end_sticky" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/linear_chassis_top_bottom.json b/src/generated/resources/assets/create/models/block/linear_chassis_top_bottom.json new file mode 100644 index 000000000..d7c97272d --- /dev/null +++ b/src/generated/resources/assets/create/models/block/linear_chassis_top_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "side": "create:block/linear_chassis_side", + "bottom": "create:block/linear_chassis_end_sticky", + "top": "create:block/linear_chassis_end_sticky" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/radial_chassis_side_x.json b/src/generated/resources/assets/create/models/block/radial_chassis_side_x.json new file mode 100644 index 000000000..1e0e29f9e --- /dev/null +++ b/src/generated/resources/assets/create/models/block/radial_chassis_side_x.json @@ -0,0 +1,6 @@ +{ + "parent": "create:block/radial_chassis/side_x", + "textures": { + "side": "create:block/radial_chassis_side" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/radial_chassis_side_x_sticky.json b/src/generated/resources/assets/create/models/block/radial_chassis_side_x_sticky.json new file mode 100644 index 000000000..c88ae9153 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/radial_chassis_side_x_sticky.json @@ -0,0 +1,6 @@ +{ + "parent": "create:block/radial_chassis/side_x", + "textures": { + "side": "create:block/radial_chassis_side_sticky" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/radial_chassis_side_y.json b/src/generated/resources/assets/create/models/block/radial_chassis_side_y.json new file mode 100644 index 000000000..80062a588 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/radial_chassis_side_y.json @@ -0,0 +1,6 @@ +{ + "parent": "create:block/radial_chassis/side_y", + "textures": { + "side": "create:block/radial_chassis_side" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/radial_chassis_side_y_sticky.json b/src/generated/resources/assets/create/models/block/radial_chassis_side_y_sticky.json new file mode 100644 index 000000000..e81fd1d18 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/radial_chassis_side_y_sticky.json @@ -0,0 +1,6 @@ +{ + "parent": "create:block/radial_chassis/side_y", + "textures": { + "side": "create:block/radial_chassis_side_sticky" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/radial_chassis_side_z.json b/src/generated/resources/assets/create/models/block/radial_chassis_side_z.json new file mode 100644 index 000000000..a49d0da1d --- /dev/null +++ b/src/generated/resources/assets/create/models/block/radial_chassis_side_z.json @@ -0,0 +1,6 @@ +{ + "parent": "create:block/radial_chassis/side_z", + "textures": { + "side": "create:block/radial_chassis_side" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/radial_chassis_side_z_sticky.json b/src/generated/resources/assets/create/models/block/radial_chassis_side_z_sticky.json new file mode 100644 index 000000000..30759dc8c --- /dev/null +++ b/src/generated/resources/assets/create/models/block/radial_chassis_side_z_sticky.json @@ -0,0 +1,6 @@ +{ + "parent": "create:block/radial_chassis/side_z", + "textures": { + "side": "create:block/radial_chassis_side_sticky" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/rotation_chassis_side_x.json b/src/generated/resources/assets/create/models/block/rotation_chassis_side_x.json deleted file mode 100644 index 91994fea7..000000000 --- a/src/generated/resources/assets/create/models/block/rotation_chassis_side_x.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "create:block/rotation_chassis/side_x", - "textures": { - "side": "create:block/rotation_chassis_side" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/rotation_chassis_side_x_sticky.json b/src/generated/resources/assets/create/models/block/rotation_chassis_side_x_sticky.json deleted file mode 100644 index 9da1e5d96..000000000 --- a/src/generated/resources/assets/create/models/block/rotation_chassis_side_x_sticky.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "create:block/rotation_chassis/side_x", - "textures": { - "side": "create:block/rotation_chassis_side_sticky" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/rotation_chassis_side_y.json b/src/generated/resources/assets/create/models/block/rotation_chassis_side_y.json deleted file mode 100644 index d91b21354..000000000 --- a/src/generated/resources/assets/create/models/block/rotation_chassis_side_y.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "create:block/rotation_chassis/side_y", - "textures": { - "side": "create:block/rotation_chassis_side" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/rotation_chassis_side_y_sticky.json b/src/generated/resources/assets/create/models/block/rotation_chassis_side_y_sticky.json deleted file mode 100644 index 5a48c052d..000000000 --- a/src/generated/resources/assets/create/models/block/rotation_chassis_side_y_sticky.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "create:block/rotation_chassis/side_y", - "textures": { - "side": "create:block/rotation_chassis_side_sticky" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/rotation_chassis_side_z.json b/src/generated/resources/assets/create/models/block/rotation_chassis_side_z.json deleted file mode 100644 index b459c2289..000000000 --- a/src/generated/resources/assets/create/models/block/rotation_chassis_side_z.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "create:block/rotation_chassis/side_z", - "textures": { - "side": "create:block/rotation_chassis_side" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/rotation_chassis_side_z_sticky.json b/src/generated/resources/assets/create/models/block/rotation_chassis_side_z_sticky.json deleted file mode 100644 index 6a634e9f9..000000000 --- a/src/generated/resources/assets/create/models/block/rotation_chassis_side_z_sticky.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "parent": "create:block/rotation_chassis/side_z", - "textures": { - "side": "create:block/rotation_chassis_side_sticky" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/secondary_linear_chassis.json b/src/generated/resources/assets/create/models/block/secondary_linear_chassis.json new file mode 100644 index 000000000..b4f36a9c0 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/secondary_linear_chassis.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "side": "create:block/secondary_linear_chassis_side", + "bottom": "create:block/linear_chassis_end", + "top": "create:block/linear_chassis_end" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/secondary_linear_chassis_bottom.json b/src/generated/resources/assets/create/models/block/secondary_linear_chassis_bottom.json new file mode 100644 index 000000000..c74db9bf1 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/secondary_linear_chassis_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "side": "create:block/secondary_linear_chassis_side", + "bottom": "create:block/linear_chassis_end_sticky", + "top": "create:block/linear_chassis_end" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/secondary_linear_chassis_top.json b/src/generated/resources/assets/create/models/block/secondary_linear_chassis_top.json new file mode 100644 index 000000000..397c93370 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/secondary_linear_chassis_top.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "side": "create:block/secondary_linear_chassis_side", + "bottom": "create:block/linear_chassis_end", + "top": "create:block/linear_chassis_end_sticky" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/secondary_linear_chassis_top_bottom.json b/src/generated/resources/assets/create/models/block/secondary_linear_chassis_top_bottom.json new file mode 100644 index 000000000..35b6d7e58 --- /dev/null +++ b/src/generated/resources/assets/create/models/block/secondary_linear_chassis_top_bottom.json @@ -0,0 +1,8 @@ +{ + "parent": "block/cube_bottom_top", + "textures": { + "side": "create:block/secondary_linear_chassis_side", + "bottom": "create:block/linear_chassis_end_sticky", + "top": "create:block/linear_chassis_end_sticky" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/translation_chassis.json b/src/generated/resources/assets/create/models/block/translation_chassis.json deleted file mode 100644 index 594f4d588..000000000 --- a/src/generated/resources/assets/create/models/block/translation_chassis.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "side": "create:block/translation_chassis_side", - "bottom": "create:block/translation_chassis_end", - "top": "create:block/translation_chassis_end" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/translation_chassis_bottom.json b/src/generated/resources/assets/create/models/block/translation_chassis_bottom.json deleted file mode 100644 index 470507bb5..000000000 --- a/src/generated/resources/assets/create/models/block/translation_chassis_bottom.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "side": "create:block/translation_chassis_side", - "bottom": "create:block/translation_chassis_end_sticky", - "top": "create:block/translation_chassis_end" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/translation_chassis_secondary.json b/src/generated/resources/assets/create/models/block/translation_chassis_secondary.json deleted file mode 100644 index 4a1583c2c..000000000 --- a/src/generated/resources/assets/create/models/block/translation_chassis_secondary.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "side": "create:block/translation_chassis_secondary_side", - "bottom": "create:block/translation_chassis_end", - "top": "create:block/translation_chassis_end" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/translation_chassis_secondary_bottom.json b/src/generated/resources/assets/create/models/block/translation_chassis_secondary_bottom.json deleted file mode 100644 index 2b33e7eaa..000000000 --- a/src/generated/resources/assets/create/models/block/translation_chassis_secondary_bottom.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "side": "create:block/translation_chassis_secondary_side", - "bottom": "create:block/translation_chassis_end_sticky", - "top": "create:block/translation_chassis_end" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/translation_chassis_secondary_top.json b/src/generated/resources/assets/create/models/block/translation_chassis_secondary_top.json deleted file mode 100644 index 9f6d3a724..000000000 --- a/src/generated/resources/assets/create/models/block/translation_chassis_secondary_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "side": "create:block/translation_chassis_secondary_side", - "bottom": "create:block/translation_chassis_end", - "top": "create:block/translation_chassis_end_sticky" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/translation_chassis_secondary_top_bottom.json b/src/generated/resources/assets/create/models/block/translation_chassis_secondary_top_bottom.json deleted file mode 100644 index 95650e023..000000000 --- a/src/generated/resources/assets/create/models/block/translation_chassis_secondary_top_bottom.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "side": "create:block/translation_chassis_secondary_side", - "bottom": "create:block/translation_chassis_end_sticky", - "top": "create:block/translation_chassis_end_sticky" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/translation_chassis_top.json b/src/generated/resources/assets/create/models/block/translation_chassis_top.json deleted file mode 100644 index dcf5f924d..000000000 --- a/src/generated/resources/assets/create/models/block/translation_chassis_top.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "side": "create:block/translation_chassis_side", - "bottom": "create:block/translation_chassis_end", - "top": "create:block/translation_chassis_end_sticky" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/block/translation_chassis_top_bottom.json b/src/generated/resources/assets/create/models/block/translation_chassis_top_bottom.json deleted file mode 100644 index ba29c8750..000000000 --- a/src/generated/resources/assets/create/models/block/translation_chassis_top_bottom.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "parent": "block/cube_bottom_top", - "textures": { - "side": "create:block/translation_chassis_side", - "bottom": "create:block/translation_chassis_end_sticky", - "top": "create:block/translation_chassis_end_sticky" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/drill.json b/src/generated/resources/assets/create/models/item/drill.json deleted file mode 100644 index 62ae203c1..000000000 --- a/src/generated/resources/assets/create/models/item/drill.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/drill/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/harvester.json b/src/generated/resources/assets/create/models/item/harvester.json deleted file mode 100644 index e40936382..000000000 --- a/src/generated/resources/assets/create/models/item/harvester.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/harvester/item" -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/linear_chassis.json b/src/generated/resources/assets/create/models/item/linear_chassis.json new file mode 100644 index 000000000..9c4cc447d --- /dev/null +++ b/src/generated/resources/assets/create/models/item/linear_chassis.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/linear_chassis" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/mechanical_drill.json b/src/generated/resources/assets/create/models/item/mechanical_drill.json new file mode 100644 index 000000000..8cb85f063 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/mechanical_drill.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/mechanical_drill/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/mechanical_harvester.json b/src/generated/resources/assets/create/models/item/mechanical_harvester.json new file mode 100644 index 000000000..2c63c7cc2 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/mechanical_harvester.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/mechanical_harvester/item" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/mechanical_plough.json b/src/generated/resources/assets/create/models/item/mechanical_plough.json new file mode 100644 index 000000000..4b2ab31f2 --- /dev/null +++ b/src/generated/resources/assets/create/models/item/mechanical_plough.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/mechanical_plough" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/mechanical_saw.json b/src/generated/resources/assets/create/models/item/mechanical_saw.json new file mode 100644 index 000000000..1f3cf51dd --- /dev/null +++ b/src/generated/resources/assets/create/models/item/mechanical_saw.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/mechanical_saw/horizontal" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/plough.json b/src/generated/resources/assets/create/models/item/plough.json deleted file mode 100644 index 95c3a8567..000000000 --- a/src/generated/resources/assets/create/models/item/plough.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/plough" -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/radial_chassis.json b/src/generated/resources/assets/create/models/item/radial_chassis.json new file mode 100644 index 000000000..604510a3b --- /dev/null +++ b/src/generated/resources/assets/create/models/item/radial_chassis.json @@ -0,0 +1,7 @@ +{ + "parent": "block/cube_column", + "textures": { + "side": "create:block/radial_chassis_side", + "end": "create:block/radial_chassis_end" + } +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/rotation_chassis.json b/src/generated/resources/assets/create/models/item/rotation_chassis.json deleted file mode 100644 index f3630a49a..000000000 --- a/src/generated/resources/assets/create/models/item/rotation_chassis.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "parent": "block/cube_column", - "textures": { - "side": "create:block/rotation_chassis_side", - "end": "create:block/rotation_chassis_end" - } -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/saw.json b/src/generated/resources/assets/create/models/item/saw.json deleted file mode 100644 index f3896ee35..000000000 --- a/src/generated/resources/assets/create/models/item/saw.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/saw/horizontal" -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/secondary_linear_chassis.json b/src/generated/resources/assets/create/models/item/secondary_linear_chassis.json new file mode 100644 index 000000000..f0bd6990e --- /dev/null +++ b/src/generated/resources/assets/create/models/item/secondary_linear_chassis.json @@ -0,0 +1,3 @@ +{ + "parent": "create:block/secondary_linear_chassis" +} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/translation_chassis.json b/src/generated/resources/assets/create/models/item/translation_chassis.json deleted file mode 100644 index bbea3639b..000000000 --- a/src/generated/resources/assets/create/models/item/translation_chassis.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/translation_chassis" -} \ No newline at end of file diff --git a/src/generated/resources/assets/create/models/item/translation_chassis_secondary.json b/src/generated/resources/assets/create/models/item/translation_chassis_secondary.json deleted file mode 100644 index aaa5fc52e..000000000 --- a/src/generated/resources/assets/create/models/item/translation_chassis_secondary.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "parent": "create:block/translation_chassis_secondary" -} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/drill.json b/src/generated/resources/data/create/advancements/drill.json index efae45af5..a2a642439 100644 --- a/src/generated/resources/data/create/advancements/drill.json +++ b/src/generated/resources/data/create/advancements/drill.json @@ -2,7 +2,7 @@ "parent": "create:andesite_casing", "display": { "icon": { - "item": "create:drill" + "item": "create:mechanical_drill" }, "title": { "translate": "advancement.create.drill" @@ -19,13 +19,13 @@ "0": { "trigger": "minecraft:placed_block", "conditions": { - "block": "create:drill" + "block": "create:mechanical_drill" } }, "1": { "trigger": "create:kinetic_block", "conditions": { - "block": "create:drill" + "block": "create:mechanical_drill" } } }, diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_bricks_from_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_bricks_from_andesite_stonecutting.json new file mode 100644 index 000000000..3039fc5cb --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_bricks_from_andesite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:andesite_bricks_from_andesite_stonecutting" + ] + }, + "criteria": { + "has_andesite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:andesite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:andesite_bricks_from_andesite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_andesite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_bricks_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_bricks_slab.json new file mode 100644 index 000000000..efc389b54 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_bricks_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:andesite_bricks_slab" + ] + }, + "criteria": { + "has_andesite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:andesite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:andesite_bricks_slab" + } + } + }, + "requirements": [ + [ + "has_andesite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_bricks_slab_from_andesite_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_bricks_slab_from_andesite_bricks_stonecutting.json new file mode 100644 index 000000000..ca58c2291 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_bricks_slab_from_andesite_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:andesite_bricks_slab_from_andesite_bricks_stonecutting" + ] + }, + "criteria": { + "has_andesite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:andesite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:andesite_bricks_slab_from_andesite_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_andesite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_bricks_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_bricks_stairs.json new file mode 100644 index 000000000..7cfdc41c9 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_bricks_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:andesite_bricks_stairs" + ] + }, + "criteria": { + "has_andesite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:andesite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:andesite_bricks_stairs" + } + } + }, + "requirements": [ + [ + "has_andesite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_bricks_stairs_from_andesite_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_bricks_stairs_from_andesite_bricks_stonecutting.json new file mode 100644 index 000000000..dce848cc6 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_bricks_stairs_from_andesite_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:andesite_bricks_stairs_from_andesite_bricks_stonecutting" + ] + }, + "criteria": { + "has_andesite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:andesite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:andesite_bricks_stairs_from_andesite_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_andesite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_bricks_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_bricks_wall.json new file mode 100644 index 000000000..071708632 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_bricks_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:andesite_bricks_wall" + ] + }, + "criteria": { + "has_andesite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:andesite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:andesite_bricks_wall" + } + } + }, + "requirements": [ + [ + "has_andesite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_bricks_wall_from_andesite_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_bricks_wall_from_andesite_bricks_stonecutting.json new file mode 100644 index 000000000..3abc38b69 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_bricks_wall_from_andesite_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:andesite_bricks_wall_from_andesite_bricks_stonecutting" + ] + }, + "criteria": { + "has_andesite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:andesite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:andesite_bricks_wall_from_andesite_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_andesite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_cobblestone_from_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_cobblestone_from_andesite_stonecutting.json new file mode 100644 index 000000000..a6f2c81cd --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_cobblestone_from_andesite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:andesite_cobblestone_from_andesite_stonecutting" + ] + }, + "criteria": { + "has_andesite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:andesite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:andesite_cobblestone_from_andesite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_andesite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_cobblestone_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_cobblestone_slab.json new file mode 100644 index 000000000..da96d8a74 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_cobblestone_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:andesite_cobblestone_slab" + ] + }, + "criteria": { + "has_andesite_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:andesite_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:andesite_cobblestone_slab" + } + } + }, + "requirements": [ + [ + "has_andesite_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_cobblestone_slab_from_andesite_cobblestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_cobblestone_slab_from_andesite_cobblestone_stonecutting.json new file mode 100644 index 000000000..76770ae2e --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_cobblestone_slab_from_andesite_cobblestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:andesite_cobblestone_slab_from_andesite_cobblestone_stonecutting" + ] + }, + "criteria": { + "has_andesite_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:andesite_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:andesite_cobblestone_slab_from_andesite_cobblestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_andesite_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_cobblestone_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_cobblestone_stairs.json new file mode 100644 index 000000000..5fdbab08c --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_cobblestone_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:andesite_cobblestone_stairs" + ] + }, + "criteria": { + "has_andesite_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:andesite_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:andesite_cobblestone_stairs" + } + } + }, + "requirements": [ + [ + "has_andesite_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_cobblestone_stairs_from_andesite_cobblestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_cobblestone_stairs_from_andesite_cobblestone_stonecutting.json new file mode 100644 index 000000000..195e8dfcb --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_cobblestone_stairs_from_andesite_cobblestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:andesite_cobblestone_stairs_from_andesite_cobblestone_stonecutting" + ] + }, + "criteria": { + "has_andesite_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:andesite_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:andesite_cobblestone_stairs_from_andesite_cobblestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_andesite_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_cobblestone_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_cobblestone_wall.json new file mode 100644 index 000000000..da92fb964 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_cobblestone_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:andesite_cobblestone_wall" + ] + }, + "criteria": { + "has_andesite_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:andesite_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:andesite_cobblestone_wall" + } + } + }, + "requirements": [ + [ + "has_andesite_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_cobblestone_wall_from_andesite_cobblestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_cobblestone_wall_from_andesite_cobblestone_stonecutting.json new file mode 100644 index 000000000..cda6c26cb --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_cobblestone_wall_from_andesite_cobblestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:andesite_cobblestone_wall_from_andesite_cobblestone_stonecutting" + ] + }, + "criteria": { + "has_andesite_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:andesite_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:andesite_cobblestone_wall_from_andesite_cobblestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_andesite_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_pillar.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_pillar.json new file mode 100644 index 000000000..f8b57edb6 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_pillar.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:andesite_pillar" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:andesite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:andesite_pillar" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_pillar_from_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_pillar_from_andesite_stonecutting.json new file mode 100644 index 000000000..2970f1531 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/andesite_pillar_from_andesite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:andesite_pillar_from_andesite_stonecutting" + ] + }, + "criteria": { + "has_andesite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:andesite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:andesite_pillar_from_andesite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_andesite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/chiseled_dark_scoria_from_dark_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/chiseled_dark_scoria_from_dark_scoria_stonecutting.json new file mode 100644 index 000000000..b07d819cc --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/chiseled_dark_scoria_from_dark_scoria_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:chiseled_dark_scoria_from_dark_scoria_stonecutting" + ] + }, + "criteria": { + "has_dark_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dark_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:chiseled_dark_scoria_from_dark_scoria_stonecutting" + } + } + }, + "requirements": [ + [ + "has_dark_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/chiseled_dolomite_from_dolomite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/chiseled_dolomite_from_dolomite_stonecutting.json new file mode 100644 index 000000000..b5ddb7d91 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/chiseled_dolomite_from_dolomite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:chiseled_dolomite_from_dolomite_stonecutting" + ] + }, + "criteria": { + "has_dolomite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dolomite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:chiseled_dolomite_from_dolomite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_dolomite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/chiseled_gabbro_from_gabbro_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/chiseled_gabbro_from_gabbro_stonecutting.json new file mode 100644 index 000000000..0a53e7ecc --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/chiseled_gabbro_from_gabbro_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:chiseled_gabbro_from_gabbro_stonecutting" + ] + }, + "criteria": { + "has_gabbro": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:gabbro" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:chiseled_gabbro_from_gabbro_stonecutting" + } + } + }, + "requirements": [ + [ + "has_gabbro", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/chiseled_limestone_from_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/chiseled_limestone_from_limestone_stonecutting.json new file mode 100644 index 000000000..de26d7ea9 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/chiseled_limestone_from_limestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:chiseled_limestone_from_limestone_stonecutting" + ] + }, + "criteria": { + "has_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:chiseled_limestone_from_limestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/chiseled_scoria_from_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/chiseled_scoria_from_scoria_stonecutting.json new file mode 100644 index 000000000..6d8057a91 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/chiseled_scoria_from_scoria_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:chiseled_scoria_from_scoria_stonecutting" + ] + }, + "criteria": { + "has_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:chiseled_scoria_from_scoria_stonecutting" + } + } + }, + "requirements": [ + [ + "has_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/chiseled_weathered_limestone_from_weathered_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/chiseled_weathered_limestone_from_weathered_limestone_stonecutting.json new file mode 100644 index 000000000..44c02a7c3 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/chiseled_weathered_limestone_from_weathered_limestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:chiseled_weathered_limestone_from_weathered_limestone_stonecutting" + ] + }, + "criteria": { + "has_weathered_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:weathered_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:chiseled_weathered_limestone_from_weathered_limestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_weathered_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_bricks_from_dark_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_bricks_from_dark_scoria_stonecutting.json new file mode 100644 index 000000000..a8a581c2d --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_bricks_from_dark_scoria_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:dark_scoria_bricks_from_dark_scoria_stonecutting" + ] + }, + "criteria": { + "has_dark_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dark_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:dark_scoria_bricks_from_dark_scoria_stonecutting" + } + } + }, + "requirements": [ + [ + "has_dark_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_bricks_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_bricks_slab.json new file mode 100644 index 000000000..7d2057bde --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_bricks_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:dark_scoria_bricks_slab" + ] + }, + "criteria": { + "has_dark_scoria_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dark_scoria_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:dark_scoria_bricks_slab" + } + } + }, + "requirements": [ + [ + "has_dark_scoria_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_bricks_slab_from_dark_scoria_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_bricks_slab_from_dark_scoria_bricks_stonecutting.json new file mode 100644 index 000000000..8527416f4 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_bricks_slab_from_dark_scoria_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:dark_scoria_bricks_slab_from_dark_scoria_bricks_stonecutting" + ] + }, + "criteria": { + "has_dark_scoria_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dark_scoria_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:dark_scoria_bricks_slab_from_dark_scoria_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_dark_scoria_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_bricks_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_bricks_stairs.json new file mode 100644 index 000000000..d8f8238a9 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_bricks_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:dark_scoria_bricks_stairs" + ] + }, + "criteria": { + "has_dark_scoria_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dark_scoria_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:dark_scoria_bricks_stairs" + } + } + }, + "requirements": [ + [ + "has_dark_scoria_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_bricks_stairs_from_dark_scoria_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_bricks_stairs_from_dark_scoria_bricks_stonecutting.json new file mode 100644 index 000000000..8cf9357b8 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_bricks_stairs_from_dark_scoria_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:dark_scoria_bricks_stairs_from_dark_scoria_bricks_stonecutting" + ] + }, + "criteria": { + "has_dark_scoria_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dark_scoria_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:dark_scoria_bricks_stairs_from_dark_scoria_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_dark_scoria_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_bricks_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_bricks_wall.json new file mode 100644 index 000000000..2cdfcd169 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_bricks_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:dark_scoria_bricks_wall" + ] + }, + "criteria": { + "has_dark_scoria_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dark_scoria_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:dark_scoria_bricks_wall" + } + } + }, + "requirements": [ + [ + "has_dark_scoria_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_bricks_wall_from_dark_scoria_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_bricks_wall_from_dark_scoria_bricks_stonecutting.json new file mode 100644 index 000000000..5a6c600f3 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_bricks_wall_from_dark_scoria_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:dark_scoria_bricks_wall_from_dark_scoria_bricks_stonecutting" + ] + }, + "criteria": { + "has_dark_scoria_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dark_scoria_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:dark_scoria_bricks_wall_from_dark_scoria_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_dark_scoria_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_cobblestone_from_dark_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_cobblestone_from_dark_scoria_stonecutting.json new file mode 100644 index 000000000..ec009e47d --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_cobblestone_from_dark_scoria_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:dark_scoria_cobblestone_from_dark_scoria_stonecutting" + ] + }, + "criteria": { + "has_dark_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dark_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:dark_scoria_cobblestone_from_dark_scoria_stonecutting" + } + } + }, + "requirements": [ + [ + "has_dark_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_cobblestone_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_cobblestone_slab.json new file mode 100644 index 000000000..42edeaf35 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_cobblestone_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:dark_scoria_cobblestone_slab" + ] + }, + "criteria": { + "has_dark_scoria_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dark_scoria_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:dark_scoria_cobblestone_slab" + } + } + }, + "requirements": [ + [ + "has_dark_scoria_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_cobblestone_slab_from_dark_scoria_cobblestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_cobblestone_slab_from_dark_scoria_cobblestone_stonecutting.json new file mode 100644 index 000000000..8ad5b5dc7 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_cobblestone_slab_from_dark_scoria_cobblestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:dark_scoria_cobblestone_slab_from_dark_scoria_cobblestone_stonecutting" + ] + }, + "criteria": { + "has_dark_scoria_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dark_scoria_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:dark_scoria_cobblestone_slab_from_dark_scoria_cobblestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_dark_scoria_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_cobblestone_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_cobblestone_stairs.json new file mode 100644 index 000000000..0cb537d9c --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_cobblestone_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:dark_scoria_cobblestone_stairs" + ] + }, + "criteria": { + "has_dark_scoria_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dark_scoria_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:dark_scoria_cobblestone_stairs" + } + } + }, + "requirements": [ + [ + "has_dark_scoria_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_cobblestone_stairs_from_dark_scoria_cobblestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_cobblestone_stairs_from_dark_scoria_cobblestone_stonecutting.json new file mode 100644 index 000000000..f9775b39a --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_cobblestone_stairs_from_dark_scoria_cobblestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:dark_scoria_cobblestone_stairs_from_dark_scoria_cobblestone_stonecutting" + ] + }, + "criteria": { + "has_dark_scoria_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dark_scoria_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:dark_scoria_cobblestone_stairs_from_dark_scoria_cobblestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_dark_scoria_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_cobblestone_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_cobblestone_wall.json new file mode 100644 index 000000000..4a8b7f1cc --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_cobblestone_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:dark_scoria_cobblestone_wall" + ] + }, + "criteria": { + "has_dark_scoria_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dark_scoria_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:dark_scoria_cobblestone_wall" + } + } + }, + "requirements": [ + [ + "has_dark_scoria_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_cobblestone_wall_from_dark_scoria_cobblestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_cobblestone_wall_from_dark_scoria_cobblestone_stonecutting.json new file mode 100644 index 000000000..e3c739711 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_cobblestone_wall_from_dark_scoria_cobblestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:dark_scoria_cobblestone_wall_from_dark_scoria_cobblestone_stonecutting" + ] + }, + "criteria": { + "has_dark_scoria_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dark_scoria_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:dark_scoria_cobblestone_wall_from_dark_scoria_cobblestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_dark_scoria_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_pillar.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_pillar.json new file mode 100644 index 000000000..351c3e02c --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_pillar.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:dark_scoria_pillar" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dark_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:dark_scoria_pillar" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_pillar_from_dark_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_pillar_from_dark_scoria_stonecutting.json new file mode 100644 index 000000000..9cfbd4502 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dark_scoria_pillar_from_dark_scoria_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:dark_scoria_pillar_from_dark_scoria_stonecutting" + ] + }, + "criteria": { + "has_dark_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dark_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:dark_scoria_pillar_from_dark_scoria_stonecutting" + } + } + }, + "requirements": [ + [ + "has_dark_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_bricks_from_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_bricks_from_diorite_stonecutting.json new file mode 100644 index 000000000..1c69739b0 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_bricks_from_diorite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:diorite_bricks_from_diorite_stonecutting" + ] + }, + "criteria": { + "has_diorite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:diorite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:diorite_bricks_from_diorite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_diorite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_bricks_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_bricks_slab.json new file mode 100644 index 000000000..8676a890d --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_bricks_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:diorite_bricks_slab" + ] + }, + "criteria": { + "has_diorite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:diorite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:diorite_bricks_slab" + } + } + }, + "requirements": [ + [ + "has_diorite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_bricks_slab_from_diorite_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_bricks_slab_from_diorite_bricks_stonecutting.json new file mode 100644 index 000000000..857679855 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_bricks_slab_from_diorite_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:diorite_bricks_slab_from_diorite_bricks_stonecutting" + ] + }, + "criteria": { + "has_diorite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:diorite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:diorite_bricks_slab_from_diorite_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_diorite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_bricks_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_bricks_stairs.json new file mode 100644 index 000000000..cc3663680 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_bricks_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:diorite_bricks_stairs" + ] + }, + "criteria": { + "has_diorite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:diorite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:diorite_bricks_stairs" + } + } + }, + "requirements": [ + [ + "has_diorite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_bricks_stairs_from_diorite_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_bricks_stairs_from_diorite_bricks_stonecutting.json new file mode 100644 index 000000000..3709673ff --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_bricks_stairs_from_diorite_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:diorite_bricks_stairs_from_diorite_bricks_stonecutting" + ] + }, + "criteria": { + "has_diorite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:diorite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:diorite_bricks_stairs_from_diorite_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_diorite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_bricks_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_bricks_wall.json new file mode 100644 index 000000000..48457854d --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_bricks_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:diorite_bricks_wall" + ] + }, + "criteria": { + "has_diorite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:diorite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:diorite_bricks_wall" + } + } + }, + "requirements": [ + [ + "has_diorite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_bricks_wall_from_diorite_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_bricks_wall_from_diorite_bricks_stonecutting.json new file mode 100644 index 000000000..48c9208f7 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_bricks_wall_from_diorite_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:diorite_bricks_wall_from_diorite_bricks_stonecutting" + ] + }, + "criteria": { + "has_diorite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:diorite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:diorite_bricks_wall_from_diorite_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_diorite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_cobblestone_from_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_cobblestone_from_diorite_stonecutting.json new file mode 100644 index 000000000..14c638b7a --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_cobblestone_from_diorite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:diorite_cobblestone_from_diorite_stonecutting" + ] + }, + "criteria": { + "has_diorite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:diorite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:diorite_cobblestone_from_diorite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_diorite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_cobblestone_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_cobblestone_slab.json new file mode 100644 index 000000000..664923209 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_cobblestone_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:diorite_cobblestone_slab" + ] + }, + "criteria": { + "has_diorite_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:diorite_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:diorite_cobblestone_slab" + } + } + }, + "requirements": [ + [ + "has_diorite_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_cobblestone_slab_from_diorite_cobblestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_cobblestone_slab_from_diorite_cobblestone_stonecutting.json new file mode 100644 index 000000000..c00d1e326 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_cobblestone_slab_from_diorite_cobblestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:diorite_cobblestone_slab_from_diorite_cobblestone_stonecutting" + ] + }, + "criteria": { + "has_diorite_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:diorite_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:diorite_cobblestone_slab_from_diorite_cobblestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_diorite_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_cobblestone_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_cobblestone_stairs.json new file mode 100644 index 000000000..c328bc565 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_cobblestone_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:diorite_cobblestone_stairs" + ] + }, + "criteria": { + "has_diorite_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:diorite_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:diorite_cobblestone_stairs" + } + } + }, + "requirements": [ + [ + "has_diorite_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_cobblestone_stairs_from_diorite_cobblestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_cobblestone_stairs_from_diorite_cobblestone_stonecutting.json new file mode 100644 index 000000000..6da4e866b --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_cobblestone_stairs_from_diorite_cobblestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:diorite_cobblestone_stairs_from_diorite_cobblestone_stonecutting" + ] + }, + "criteria": { + "has_diorite_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:diorite_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:diorite_cobblestone_stairs_from_diorite_cobblestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_diorite_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_cobblestone_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_cobblestone_wall.json new file mode 100644 index 000000000..02fd815f0 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_cobblestone_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:diorite_cobblestone_wall" + ] + }, + "criteria": { + "has_diorite_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:diorite_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:diorite_cobblestone_wall" + } + } + }, + "requirements": [ + [ + "has_diorite_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_cobblestone_wall_from_diorite_cobblestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_cobblestone_wall_from_diorite_cobblestone_stonecutting.json new file mode 100644 index 000000000..a18100a20 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_cobblestone_wall_from_diorite_cobblestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:diorite_cobblestone_wall_from_diorite_cobblestone_stonecutting" + ] + }, + "criteria": { + "has_diorite_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:diorite_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:diorite_cobblestone_wall_from_diorite_cobblestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_diorite_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_pillar.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_pillar.json new file mode 100644 index 000000000..fea456f6c --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_pillar.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:diorite_pillar" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:diorite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:diorite_pillar" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_pillar_from_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_pillar_from_diorite_stonecutting.json new file mode 100644 index 000000000..2e3db1f3e --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/diorite_pillar_from_diorite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:diorite_pillar_from_diorite_stonecutting" + ] + }, + "criteria": { + "has_diorite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:diorite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:diorite_pillar_from_diorite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_diorite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_bricks_from_dolomite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_bricks_from_dolomite_stonecutting.json new file mode 100644 index 000000000..650700b1c --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_bricks_from_dolomite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:dolomite_bricks_from_dolomite_stonecutting" + ] + }, + "criteria": { + "has_dolomite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dolomite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:dolomite_bricks_from_dolomite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_dolomite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_bricks_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_bricks_slab.json new file mode 100644 index 000000000..fa1299881 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_bricks_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:dolomite_bricks_slab" + ] + }, + "criteria": { + "has_dolomite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dolomite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:dolomite_bricks_slab" + } + } + }, + "requirements": [ + [ + "has_dolomite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_bricks_slab_from_dolomite_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_bricks_slab_from_dolomite_bricks_stonecutting.json new file mode 100644 index 000000000..36f3a435c --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_bricks_slab_from_dolomite_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:dolomite_bricks_slab_from_dolomite_bricks_stonecutting" + ] + }, + "criteria": { + "has_dolomite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dolomite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:dolomite_bricks_slab_from_dolomite_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_dolomite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_bricks_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_bricks_stairs.json new file mode 100644 index 000000000..63aa18730 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_bricks_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:dolomite_bricks_stairs" + ] + }, + "criteria": { + "has_dolomite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dolomite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:dolomite_bricks_stairs" + } + } + }, + "requirements": [ + [ + "has_dolomite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_bricks_stairs_from_dolomite_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_bricks_stairs_from_dolomite_bricks_stonecutting.json new file mode 100644 index 000000000..33f37116d --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_bricks_stairs_from_dolomite_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:dolomite_bricks_stairs_from_dolomite_bricks_stonecutting" + ] + }, + "criteria": { + "has_dolomite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dolomite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:dolomite_bricks_stairs_from_dolomite_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_dolomite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_bricks_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_bricks_wall.json new file mode 100644 index 000000000..ba4e1a245 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_bricks_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:dolomite_bricks_wall" + ] + }, + "criteria": { + "has_dolomite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dolomite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:dolomite_bricks_wall" + } + } + }, + "requirements": [ + [ + "has_dolomite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_bricks_wall_from_dolomite_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_bricks_wall_from_dolomite_bricks_stonecutting.json new file mode 100644 index 000000000..564061e38 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_bricks_wall_from_dolomite_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:dolomite_bricks_wall_from_dolomite_bricks_stonecutting" + ] + }, + "criteria": { + "has_dolomite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dolomite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:dolomite_bricks_wall_from_dolomite_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_dolomite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_cobblestone_from_dolomite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_cobblestone_from_dolomite_stonecutting.json new file mode 100644 index 000000000..bae7d8d73 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_cobblestone_from_dolomite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:dolomite_cobblestone_from_dolomite_stonecutting" + ] + }, + "criteria": { + "has_dolomite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dolomite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:dolomite_cobblestone_from_dolomite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_dolomite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_cobblestone_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_cobblestone_slab.json new file mode 100644 index 000000000..489eca21a --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_cobblestone_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:dolomite_cobblestone_slab" + ] + }, + "criteria": { + "has_dolomite_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dolomite_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:dolomite_cobblestone_slab" + } + } + }, + "requirements": [ + [ + "has_dolomite_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_cobblestone_slab_from_dolomite_cobblestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_cobblestone_slab_from_dolomite_cobblestone_stonecutting.json new file mode 100644 index 000000000..b51059e18 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_cobblestone_slab_from_dolomite_cobblestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:dolomite_cobblestone_slab_from_dolomite_cobblestone_stonecutting" + ] + }, + "criteria": { + "has_dolomite_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dolomite_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:dolomite_cobblestone_slab_from_dolomite_cobblestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_dolomite_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_cobblestone_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_cobblestone_stairs.json new file mode 100644 index 000000000..14057c605 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_cobblestone_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:dolomite_cobblestone_stairs" + ] + }, + "criteria": { + "has_dolomite_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dolomite_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:dolomite_cobblestone_stairs" + } + } + }, + "requirements": [ + [ + "has_dolomite_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_cobblestone_stairs_from_dolomite_cobblestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_cobblestone_stairs_from_dolomite_cobblestone_stonecutting.json new file mode 100644 index 000000000..209d3f379 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_cobblestone_stairs_from_dolomite_cobblestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:dolomite_cobblestone_stairs_from_dolomite_cobblestone_stonecutting" + ] + }, + "criteria": { + "has_dolomite_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dolomite_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:dolomite_cobblestone_stairs_from_dolomite_cobblestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_dolomite_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_cobblestone_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_cobblestone_wall.json new file mode 100644 index 000000000..c1177769a --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_cobblestone_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:dolomite_cobblestone_wall" + ] + }, + "criteria": { + "has_dolomite_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dolomite_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:dolomite_cobblestone_wall" + } + } + }, + "requirements": [ + [ + "has_dolomite_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_cobblestone_wall_from_dolomite_cobblestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_cobblestone_wall_from_dolomite_cobblestone_stonecutting.json new file mode 100644 index 000000000..85b71d405 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_cobblestone_wall_from_dolomite_cobblestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:dolomite_cobblestone_wall_from_dolomite_cobblestone_stonecutting" + ] + }, + "criteria": { + "has_dolomite_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dolomite_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:dolomite_cobblestone_wall_from_dolomite_cobblestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_dolomite_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_pillar.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_pillar.json new file mode 100644 index 000000000..ec49ae69a --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_pillar.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:dolomite_pillar" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dolomite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:dolomite_pillar" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_pillar_from_dolomite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_pillar_from_dolomite_stonecutting.json new file mode 100644 index 000000000..aafe9846a --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/dolomite_pillar_from_dolomite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:dolomite_pillar_from_dolomite_stonecutting" + ] + }, + "criteria": { + "has_dolomite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dolomite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:dolomite_pillar_from_dolomite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_dolomite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_andesite_bricks_from_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_andesite_bricks_from_andesite_stonecutting.json new file mode 100644 index 000000000..412ea7950 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_andesite_bricks_from_andesite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_andesite_bricks_from_andesite_stonecutting" + ] + }, + "criteria": { + "has_andesite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:andesite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_andesite_bricks_from_andesite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_andesite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_andesite_bricks_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_andesite_bricks_slab.json new file mode 100644 index 000000000..3c228e948 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_andesite_bricks_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_andesite_bricks_slab" + ] + }, + "criteria": { + "has_fancy_andesite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_andesite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_andesite_bricks_slab" + } + } + }, + "requirements": [ + [ + "has_fancy_andesite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_andesite_bricks_slab_from_fancy_andesite_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_andesite_bricks_slab_from_fancy_andesite_bricks_stonecutting.json new file mode 100644 index 000000000..9a5617672 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_andesite_bricks_slab_from_fancy_andesite_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_andesite_bricks_slab_from_fancy_andesite_bricks_stonecutting" + ] + }, + "criteria": { + "has_fancy_andesite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_andesite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_andesite_bricks_slab_from_fancy_andesite_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_fancy_andesite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_andesite_bricks_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_andesite_bricks_stairs.json new file mode 100644 index 000000000..58cc405bf --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_andesite_bricks_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_andesite_bricks_stairs" + ] + }, + "criteria": { + "has_fancy_andesite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_andesite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_andesite_bricks_stairs" + } + } + }, + "requirements": [ + [ + "has_fancy_andesite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_andesite_bricks_stairs_from_fancy_andesite_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_andesite_bricks_stairs_from_fancy_andesite_bricks_stonecutting.json new file mode 100644 index 000000000..c0f11b28b --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_andesite_bricks_stairs_from_fancy_andesite_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_andesite_bricks_stairs_from_fancy_andesite_bricks_stonecutting" + ] + }, + "criteria": { + "has_fancy_andesite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_andesite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_andesite_bricks_stairs_from_fancy_andesite_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_fancy_andesite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_andesite_bricks_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_andesite_bricks_wall.json new file mode 100644 index 000000000..63f3329eb --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_andesite_bricks_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_andesite_bricks_wall" + ] + }, + "criteria": { + "has_fancy_andesite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_andesite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_andesite_bricks_wall" + } + } + }, + "requirements": [ + [ + "has_fancy_andesite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_andesite_bricks_wall_from_fancy_andesite_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_andesite_bricks_wall_from_fancy_andesite_bricks_stonecutting.json new file mode 100644 index 000000000..13c77eafb --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_andesite_bricks_wall_from_fancy_andesite_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_andesite_bricks_wall_from_fancy_andesite_bricks_stonecutting" + ] + }, + "criteria": { + "has_fancy_andesite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_andesite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_andesite_bricks_wall_from_fancy_andesite_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_fancy_andesite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dark_scoria_bricks_from_dark_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dark_scoria_bricks_from_dark_scoria_stonecutting.json new file mode 100644 index 000000000..af121ccef --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dark_scoria_bricks_from_dark_scoria_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_dark_scoria_bricks_from_dark_scoria_stonecutting" + ] + }, + "criteria": { + "has_dark_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dark_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_dark_scoria_bricks_from_dark_scoria_stonecutting" + } + } + }, + "requirements": [ + [ + "has_dark_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dark_scoria_bricks_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dark_scoria_bricks_slab.json new file mode 100644 index 000000000..cf0db0758 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dark_scoria_bricks_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_dark_scoria_bricks_slab" + ] + }, + "criteria": { + "has_fancy_dark_scoria_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_dark_scoria_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_dark_scoria_bricks_slab" + } + } + }, + "requirements": [ + [ + "has_fancy_dark_scoria_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dark_scoria_bricks_slab_from_fancy_dark_scoria_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dark_scoria_bricks_slab_from_fancy_dark_scoria_bricks_stonecutting.json new file mode 100644 index 000000000..63f44a191 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dark_scoria_bricks_slab_from_fancy_dark_scoria_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_dark_scoria_bricks_slab_from_fancy_dark_scoria_bricks_stonecutting" + ] + }, + "criteria": { + "has_fancy_dark_scoria_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_dark_scoria_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_dark_scoria_bricks_slab_from_fancy_dark_scoria_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_fancy_dark_scoria_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dark_scoria_bricks_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dark_scoria_bricks_stairs.json new file mode 100644 index 000000000..52f0ef1b3 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dark_scoria_bricks_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_dark_scoria_bricks_stairs" + ] + }, + "criteria": { + "has_fancy_dark_scoria_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_dark_scoria_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_dark_scoria_bricks_stairs" + } + } + }, + "requirements": [ + [ + "has_fancy_dark_scoria_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dark_scoria_bricks_stairs_from_fancy_dark_scoria_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dark_scoria_bricks_stairs_from_fancy_dark_scoria_bricks_stonecutting.json new file mode 100644 index 000000000..4056f8c24 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dark_scoria_bricks_stairs_from_fancy_dark_scoria_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_dark_scoria_bricks_stairs_from_fancy_dark_scoria_bricks_stonecutting" + ] + }, + "criteria": { + "has_fancy_dark_scoria_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_dark_scoria_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_dark_scoria_bricks_stairs_from_fancy_dark_scoria_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_fancy_dark_scoria_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dark_scoria_bricks_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dark_scoria_bricks_wall.json new file mode 100644 index 000000000..1d7399337 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dark_scoria_bricks_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_dark_scoria_bricks_wall" + ] + }, + "criteria": { + "has_fancy_dark_scoria_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_dark_scoria_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_dark_scoria_bricks_wall" + } + } + }, + "requirements": [ + [ + "has_fancy_dark_scoria_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dark_scoria_bricks_wall_from_fancy_dark_scoria_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dark_scoria_bricks_wall_from_fancy_dark_scoria_bricks_stonecutting.json new file mode 100644 index 000000000..08475dce4 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dark_scoria_bricks_wall_from_fancy_dark_scoria_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_dark_scoria_bricks_wall_from_fancy_dark_scoria_bricks_stonecutting" + ] + }, + "criteria": { + "has_fancy_dark_scoria_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_dark_scoria_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_dark_scoria_bricks_wall_from_fancy_dark_scoria_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_fancy_dark_scoria_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_diorite_bricks_from_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_diorite_bricks_from_diorite_stonecutting.json new file mode 100644 index 000000000..fb69df6ec --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_diorite_bricks_from_diorite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_diorite_bricks_from_diorite_stonecutting" + ] + }, + "criteria": { + "has_diorite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:diorite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_diorite_bricks_from_diorite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_diorite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_diorite_bricks_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_diorite_bricks_slab.json new file mode 100644 index 000000000..0176917d8 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_diorite_bricks_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_diorite_bricks_slab" + ] + }, + "criteria": { + "has_fancy_diorite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_diorite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_diorite_bricks_slab" + } + } + }, + "requirements": [ + [ + "has_fancy_diorite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_diorite_bricks_slab_from_fancy_diorite_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_diorite_bricks_slab_from_fancy_diorite_bricks_stonecutting.json new file mode 100644 index 000000000..8a9099f59 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_diorite_bricks_slab_from_fancy_diorite_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_diorite_bricks_slab_from_fancy_diorite_bricks_stonecutting" + ] + }, + "criteria": { + "has_fancy_diorite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_diorite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_diorite_bricks_slab_from_fancy_diorite_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_fancy_diorite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_diorite_bricks_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_diorite_bricks_stairs.json new file mode 100644 index 000000000..e3cc9288b --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_diorite_bricks_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_diorite_bricks_stairs" + ] + }, + "criteria": { + "has_fancy_diorite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_diorite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_diorite_bricks_stairs" + } + } + }, + "requirements": [ + [ + "has_fancy_diorite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_diorite_bricks_stairs_from_fancy_diorite_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_diorite_bricks_stairs_from_fancy_diorite_bricks_stonecutting.json new file mode 100644 index 000000000..1fb67a289 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_diorite_bricks_stairs_from_fancy_diorite_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_diorite_bricks_stairs_from_fancy_diorite_bricks_stonecutting" + ] + }, + "criteria": { + "has_fancy_diorite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_diorite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_diorite_bricks_stairs_from_fancy_diorite_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_fancy_diorite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_diorite_bricks_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_diorite_bricks_wall.json new file mode 100644 index 000000000..ce785fab7 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_diorite_bricks_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_diorite_bricks_wall" + ] + }, + "criteria": { + "has_fancy_diorite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_diorite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_diorite_bricks_wall" + } + } + }, + "requirements": [ + [ + "has_fancy_diorite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_diorite_bricks_wall_from_fancy_diorite_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_diorite_bricks_wall_from_fancy_diorite_bricks_stonecutting.json new file mode 100644 index 000000000..d971cd311 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_diorite_bricks_wall_from_fancy_diorite_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_diorite_bricks_wall_from_fancy_diorite_bricks_stonecutting" + ] + }, + "criteria": { + "has_fancy_diorite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_diorite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_diorite_bricks_wall_from_fancy_diorite_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_fancy_diorite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dolomite_bricks_from_dolomite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dolomite_bricks_from_dolomite_stonecutting.json new file mode 100644 index 000000000..b354c44d1 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dolomite_bricks_from_dolomite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_dolomite_bricks_from_dolomite_stonecutting" + ] + }, + "criteria": { + "has_dolomite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dolomite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_dolomite_bricks_from_dolomite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_dolomite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dolomite_bricks_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dolomite_bricks_slab.json new file mode 100644 index 000000000..97d18d6df --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dolomite_bricks_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_dolomite_bricks_slab" + ] + }, + "criteria": { + "has_fancy_dolomite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_dolomite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_dolomite_bricks_slab" + } + } + }, + "requirements": [ + [ + "has_fancy_dolomite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dolomite_bricks_slab_from_fancy_dolomite_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dolomite_bricks_slab_from_fancy_dolomite_bricks_stonecutting.json new file mode 100644 index 000000000..7571a3a9a --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dolomite_bricks_slab_from_fancy_dolomite_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_dolomite_bricks_slab_from_fancy_dolomite_bricks_stonecutting" + ] + }, + "criteria": { + "has_fancy_dolomite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_dolomite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_dolomite_bricks_slab_from_fancy_dolomite_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_fancy_dolomite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dolomite_bricks_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dolomite_bricks_stairs.json new file mode 100644 index 000000000..f92531a0b --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dolomite_bricks_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_dolomite_bricks_stairs" + ] + }, + "criteria": { + "has_fancy_dolomite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_dolomite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_dolomite_bricks_stairs" + } + } + }, + "requirements": [ + [ + "has_fancy_dolomite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dolomite_bricks_stairs_from_fancy_dolomite_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dolomite_bricks_stairs_from_fancy_dolomite_bricks_stonecutting.json new file mode 100644 index 000000000..d1fbb3649 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dolomite_bricks_stairs_from_fancy_dolomite_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_dolomite_bricks_stairs_from_fancy_dolomite_bricks_stonecutting" + ] + }, + "criteria": { + "has_fancy_dolomite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_dolomite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_dolomite_bricks_stairs_from_fancy_dolomite_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_fancy_dolomite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dolomite_bricks_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dolomite_bricks_wall.json new file mode 100644 index 000000000..d7f5ff4b3 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dolomite_bricks_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_dolomite_bricks_wall" + ] + }, + "criteria": { + "has_fancy_dolomite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_dolomite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_dolomite_bricks_wall" + } + } + }, + "requirements": [ + [ + "has_fancy_dolomite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dolomite_bricks_wall_from_fancy_dolomite_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dolomite_bricks_wall_from_fancy_dolomite_bricks_stonecutting.json new file mode 100644 index 000000000..72628e22e --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_dolomite_bricks_wall_from_fancy_dolomite_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_dolomite_bricks_wall_from_fancy_dolomite_bricks_stonecutting" + ] + }, + "criteria": { + "has_fancy_dolomite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_dolomite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_dolomite_bricks_wall_from_fancy_dolomite_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_fancy_dolomite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_gabbro_bricks_from_gabbro_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_gabbro_bricks_from_gabbro_stonecutting.json new file mode 100644 index 000000000..69c46d927 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_gabbro_bricks_from_gabbro_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_gabbro_bricks_from_gabbro_stonecutting" + ] + }, + "criteria": { + "has_gabbro": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:gabbro" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_gabbro_bricks_from_gabbro_stonecutting" + } + } + }, + "requirements": [ + [ + "has_gabbro", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_gabbro_bricks_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_gabbro_bricks_slab.json new file mode 100644 index 000000000..d6aa9e34b --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_gabbro_bricks_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_gabbro_bricks_slab" + ] + }, + "criteria": { + "has_fancy_gabbro_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_gabbro_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_gabbro_bricks_slab" + } + } + }, + "requirements": [ + [ + "has_fancy_gabbro_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_gabbro_bricks_slab_from_fancy_gabbro_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_gabbro_bricks_slab_from_fancy_gabbro_bricks_stonecutting.json new file mode 100644 index 000000000..99aa64d3f --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_gabbro_bricks_slab_from_fancy_gabbro_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_gabbro_bricks_slab_from_fancy_gabbro_bricks_stonecutting" + ] + }, + "criteria": { + "has_fancy_gabbro_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_gabbro_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_gabbro_bricks_slab_from_fancy_gabbro_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_fancy_gabbro_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_gabbro_bricks_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_gabbro_bricks_stairs.json new file mode 100644 index 000000000..757e22720 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_gabbro_bricks_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_gabbro_bricks_stairs" + ] + }, + "criteria": { + "has_fancy_gabbro_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_gabbro_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_gabbro_bricks_stairs" + } + } + }, + "requirements": [ + [ + "has_fancy_gabbro_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_gabbro_bricks_stairs_from_fancy_gabbro_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_gabbro_bricks_stairs_from_fancy_gabbro_bricks_stonecutting.json new file mode 100644 index 000000000..92ce0460e --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_gabbro_bricks_stairs_from_fancy_gabbro_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_gabbro_bricks_stairs_from_fancy_gabbro_bricks_stonecutting" + ] + }, + "criteria": { + "has_fancy_gabbro_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_gabbro_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_gabbro_bricks_stairs_from_fancy_gabbro_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_fancy_gabbro_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_gabbro_bricks_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_gabbro_bricks_wall.json new file mode 100644 index 000000000..f607cc5c1 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_gabbro_bricks_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_gabbro_bricks_wall" + ] + }, + "criteria": { + "has_fancy_gabbro_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_gabbro_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_gabbro_bricks_wall" + } + } + }, + "requirements": [ + [ + "has_fancy_gabbro_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_gabbro_bricks_wall_from_fancy_gabbro_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_gabbro_bricks_wall_from_fancy_gabbro_bricks_stonecutting.json new file mode 100644 index 000000000..d09d21b98 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_gabbro_bricks_wall_from_fancy_gabbro_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_gabbro_bricks_wall_from_fancy_gabbro_bricks_stonecutting" + ] + }, + "criteria": { + "has_fancy_gabbro_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_gabbro_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_gabbro_bricks_wall_from_fancy_gabbro_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_fancy_gabbro_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_granite_bricks_from_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_granite_bricks_from_granite_stonecutting.json new file mode 100644 index 000000000..588af47e6 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_granite_bricks_from_granite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_granite_bricks_from_granite_stonecutting" + ] + }, + "criteria": { + "has_granite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:granite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_granite_bricks_from_granite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_granite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_granite_bricks_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_granite_bricks_slab.json new file mode 100644 index 000000000..d72dabdc8 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_granite_bricks_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_granite_bricks_slab" + ] + }, + "criteria": { + "has_fancy_granite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_granite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_granite_bricks_slab" + } + } + }, + "requirements": [ + [ + "has_fancy_granite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_granite_bricks_slab_from_fancy_granite_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_granite_bricks_slab_from_fancy_granite_bricks_stonecutting.json new file mode 100644 index 000000000..0501d7615 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_granite_bricks_slab_from_fancy_granite_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_granite_bricks_slab_from_fancy_granite_bricks_stonecutting" + ] + }, + "criteria": { + "has_fancy_granite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_granite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_granite_bricks_slab_from_fancy_granite_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_fancy_granite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_granite_bricks_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_granite_bricks_stairs.json new file mode 100644 index 000000000..86bf7a29f --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_granite_bricks_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_granite_bricks_stairs" + ] + }, + "criteria": { + "has_fancy_granite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_granite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_granite_bricks_stairs" + } + } + }, + "requirements": [ + [ + "has_fancy_granite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_granite_bricks_stairs_from_fancy_granite_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_granite_bricks_stairs_from_fancy_granite_bricks_stonecutting.json new file mode 100644 index 000000000..9b88d8be3 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_granite_bricks_stairs_from_fancy_granite_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_granite_bricks_stairs_from_fancy_granite_bricks_stonecutting" + ] + }, + "criteria": { + "has_fancy_granite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_granite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_granite_bricks_stairs_from_fancy_granite_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_fancy_granite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_granite_bricks_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_granite_bricks_wall.json new file mode 100644 index 000000000..51dd5db27 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_granite_bricks_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_granite_bricks_wall" + ] + }, + "criteria": { + "has_fancy_granite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_granite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_granite_bricks_wall" + } + } + }, + "requirements": [ + [ + "has_fancy_granite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_granite_bricks_wall_from_fancy_granite_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_granite_bricks_wall_from_fancy_granite_bricks_stonecutting.json new file mode 100644 index 000000000..0e3f4e180 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_granite_bricks_wall_from_fancy_granite_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_granite_bricks_wall_from_fancy_granite_bricks_stonecutting" + ] + }, + "criteria": { + "has_fancy_granite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_granite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_granite_bricks_wall_from_fancy_granite_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_fancy_granite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_limestone_bricks_from_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_limestone_bricks_from_limestone_stonecutting.json new file mode 100644 index 000000000..f9acab6da --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_limestone_bricks_from_limestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_limestone_bricks_from_limestone_stonecutting" + ] + }, + "criteria": { + "has_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_limestone_bricks_from_limestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_limestone_bricks_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_limestone_bricks_slab.json new file mode 100644 index 000000000..172138ca8 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_limestone_bricks_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_limestone_bricks_slab" + ] + }, + "criteria": { + "has_fancy_limestone_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_limestone_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_limestone_bricks_slab" + } + } + }, + "requirements": [ + [ + "has_fancy_limestone_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_limestone_bricks_slab_from_fancy_limestone_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_limestone_bricks_slab_from_fancy_limestone_bricks_stonecutting.json new file mode 100644 index 000000000..90ede3fda --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_limestone_bricks_slab_from_fancy_limestone_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_limestone_bricks_slab_from_fancy_limestone_bricks_stonecutting" + ] + }, + "criteria": { + "has_fancy_limestone_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_limestone_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_limestone_bricks_slab_from_fancy_limestone_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_fancy_limestone_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_limestone_bricks_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_limestone_bricks_stairs.json new file mode 100644 index 000000000..13abf8c54 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_limestone_bricks_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_limestone_bricks_stairs" + ] + }, + "criteria": { + "has_fancy_limestone_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_limestone_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_limestone_bricks_stairs" + } + } + }, + "requirements": [ + [ + "has_fancy_limestone_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_limestone_bricks_stairs_from_fancy_limestone_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_limestone_bricks_stairs_from_fancy_limestone_bricks_stonecutting.json new file mode 100644 index 000000000..ca3ef79e7 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_limestone_bricks_stairs_from_fancy_limestone_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_limestone_bricks_stairs_from_fancy_limestone_bricks_stonecutting" + ] + }, + "criteria": { + "has_fancy_limestone_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_limestone_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_limestone_bricks_stairs_from_fancy_limestone_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_fancy_limestone_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_limestone_bricks_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_limestone_bricks_wall.json new file mode 100644 index 000000000..0004f3004 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_limestone_bricks_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_limestone_bricks_wall" + ] + }, + "criteria": { + "has_fancy_limestone_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_limestone_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_limestone_bricks_wall" + } + } + }, + "requirements": [ + [ + "has_fancy_limestone_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_limestone_bricks_wall_from_fancy_limestone_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_limestone_bricks_wall_from_fancy_limestone_bricks_stonecutting.json new file mode 100644 index 000000000..4f04365c3 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_limestone_bricks_wall_from_fancy_limestone_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_limestone_bricks_wall_from_fancy_limestone_bricks_stonecutting" + ] + }, + "criteria": { + "has_fancy_limestone_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_limestone_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_limestone_bricks_wall_from_fancy_limestone_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_fancy_limestone_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_scoria_bricks_from_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_scoria_bricks_from_scoria_stonecutting.json new file mode 100644 index 000000000..6ef057b9b --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_scoria_bricks_from_scoria_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_scoria_bricks_from_scoria_stonecutting" + ] + }, + "criteria": { + "has_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_scoria_bricks_from_scoria_stonecutting" + } + } + }, + "requirements": [ + [ + "has_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_scoria_bricks_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_scoria_bricks_slab.json new file mode 100644 index 000000000..fe323c86a --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_scoria_bricks_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_scoria_bricks_slab" + ] + }, + "criteria": { + "has_fancy_scoria_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_scoria_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_scoria_bricks_slab" + } + } + }, + "requirements": [ + [ + "has_fancy_scoria_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_scoria_bricks_slab_from_fancy_scoria_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_scoria_bricks_slab_from_fancy_scoria_bricks_stonecutting.json new file mode 100644 index 000000000..9175742de --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_scoria_bricks_slab_from_fancy_scoria_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_scoria_bricks_slab_from_fancy_scoria_bricks_stonecutting" + ] + }, + "criteria": { + "has_fancy_scoria_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_scoria_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_scoria_bricks_slab_from_fancy_scoria_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_fancy_scoria_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_scoria_bricks_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_scoria_bricks_stairs.json new file mode 100644 index 000000000..46b1b7864 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_scoria_bricks_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_scoria_bricks_stairs" + ] + }, + "criteria": { + "has_fancy_scoria_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_scoria_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_scoria_bricks_stairs" + } + } + }, + "requirements": [ + [ + "has_fancy_scoria_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_scoria_bricks_stairs_from_fancy_scoria_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_scoria_bricks_stairs_from_fancy_scoria_bricks_stonecutting.json new file mode 100644 index 000000000..5617ba513 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_scoria_bricks_stairs_from_fancy_scoria_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_scoria_bricks_stairs_from_fancy_scoria_bricks_stonecutting" + ] + }, + "criteria": { + "has_fancy_scoria_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_scoria_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_scoria_bricks_stairs_from_fancy_scoria_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_fancy_scoria_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_scoria_bricks_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_scoria_bricks_wall.json new file mode 100644 index 000000000..48e07b1b3 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_scoria_bricks_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_scoria_bricks_wall" + ] + }, + "criteria": { + "has_fancy_scoria_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_scoria_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_scoria_bricks_wall" + } + } + }, + "requirements": [ + [ + "has_fancy_scoria_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_scoria_bricks_wall_from_fancy_scoria_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_scoria_bricks_wall_from_fancy_scoria_bricks_stonecutting.json new file mode 100644 index 000000000..b3d2d68c5 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_scoria_bricks_wall_from_fancy_scoria_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_scoria_bricks_wall_from_fancy_scoria_bricks_stonecutting" + ] + }, + "criteria": { + "has_fancy_scoria_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_scoria_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_scoria_bricks_wall_from_fancy_scoria_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_fancy_scoria_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_weathered_limestone_bricks_from_weathered_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_weathered_limestone_bricks_from_weathered_limestone_stonecutting.json new file mode 100644 index 000000000..7ddf991d4 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_weathered_limestone_bricks_from_weathered_limestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_weathered_limestone_bricks_from_weathered_limestone_stonecutting" + ] + }, + "criteria": { + "has_weathered_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:weathered_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_weathered_limestone_bricks_from_weathered_limestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_weathered_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_weathered_limestone_bricks_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_weathered_limestone_bricks_slab.json new file mode 100644 index 000000000..d295da262 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_weathered_limestone_bricks_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_weathered_limestone_bricks_slab" + ] + }, + "criteria": { + "has_fancy_weathered_limestone_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_weathered_limestone_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_weathered_limestone_bricks_slab" + } + } + }, + "requirements": [ + [ + "has_fancy_weathered_limestone_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_weathered_limestone_bricks_slab_from_fancy_weathered_limestone_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_weathered_limestone_bricks_slab_from_fancy_weathered_limestone_bricks_stonecutting.json new file mode 100644 index 000000000..895ba88fc --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_weathered_limestone_bricks_slab_from_fancy_weathered_limestone_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_weathered_limestone_bricks_slab_from_fancy_weathered_limestone_bricks_stonecutting" + ] + }, + "criteria": { + "has_fancy_weathered_limestone_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_weathered_limestone_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_weathered_limestone_bricks_slab_from_fancy_weathered_limestone_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_fancy_weathered_limestone_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_weathered_limestone_bricks_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_weathered_limestone_bricks_stairs.json new file mode 100644 index 000000000..beeec75aa --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_weathered_limestone_bricks_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_weathered_limestone_bricks_stairs" + ] + }, + "criteria": { + "has_fancy_weathered_limestone_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_weathered_limestone_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_weathered_limestone_bricks_stairs" + } + } + }, + "requirements": [ + [ + "has_fancy_weathered_limestone_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_weathered_limestone_bricks_stairs_from_fancy_weathered_limestone_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_weathered_limestone_bricks_stairs_from_fancy_weathered_limestone_bricks_stonecutting.json new file mode 100644 index 000000000..3748de3f5 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_weathered_limestone_bricks_stairs_from_fancy_weathered_limestone_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_weathered_limestone_bricks_stairs_from_fancy_weathered_limestone_bricks_stonecutting" + ] + }, + "criteria": { + "has_fancy_weathered_limestone_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_weathered_limestone_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_weathered_limestone_bricks_stairs_from_fancy_weathered_limestone_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_fancy_weathered_limestone_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_weathered_limestone_bricks_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_weathered_limestone_bricks_wall.json new file mode 100644 index 000000000..b636213f6 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_weathered_limestone_bricks_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_weathered_limestone_bricks_wall" + ] + }, + "criteria": { + "has_fancy_weathered_limestone_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_weathered_limestone_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_weathered_limestone_bricks_wall" + } + } + }, + "requirements": [ + [ + "has_fancy_weathered_limestone_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_weathered_limestone_bricks_wall_from_fancy_weathered_limestone_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_weathered_limestone_bricks_wall_from_fancy_weathered_limestone_bricks_stonecutting.json new file mode 100644 index 000000000..825e07da5 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/fancy_weathered_limestone_bricks_wall_from_fancy_weathered_limestone_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:fancy_weathered_limestone_bricks_wall_from_fancy_weathered_limestone_bricks_stonecutting" + ] + }, + "criteria": { + "has_fancy_weathered_limestone_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:fancy_weathered_limestone_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:fancy_weathered_limestone_bricks_wall_from_fancy_weathered_limestone_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_fancy_weathered_limestone_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_bricks_from_gabbro_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_bricks_from_gabbro_stonecutting.json new file mode 100644 index 000000000..976baf358 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_bricks_from_gabbro_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:gabbro_bricks_from_gabbro_stonecutting" + ] + }, + "criteria": { + "has_gabbro": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:gabbro" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:gabbro_bricks_from_gabbro_stonecutting" + } + } + }, + "requirements": [ + [ + "has_gabbro", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_bricks_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_bricks_slab.json new file mode 100644 index 000000000..ab90cec6f --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_bricks_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:gabbro_bricks_slab" + ] + }, + "criteria": { + "has_gabbro_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:gabbro_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:gabbro_bricks_slab" + } + } + }, + "requirements": [ + [ + "has_gabbro_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_bricks_slab_from_gabbro_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_bricks_slab_from_gabbro_bricks_stonecutting.json new file mode 100644 index 000000000..905e7cde7 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_bricks_slab_from_gabbro_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:gabbro_bricks_slab_from_gabbro_bricks_stonecutting" + ] + }, + "criteria": { + "has_gabbro_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:gabbro_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:gabbro_bricks_slab_from_gabbro_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_gabbro_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_bricks_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_bricks_stairs.json new file mode 100644 index 000000000..3f3b76f20 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_bricks_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:gabbro_bricks_stairs" + ] + }, + "criteria": { + "has_gabbro_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:gabbro_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:gabbro_bricks_stairs" + } + } + }, + "requirements": [ + [ + "has_gabbro_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_bricks_stairs_from_gabbro_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_bricks_stairs_from_gabbro_bricks_stonecutting.json new file mode 100644 index 000000000..47ef77576 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_bricks_stairs_from_gabbro_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:gabbro_bricks_stairs_from_gabbro_bricks_stonecutting" + ] + }, + "criteria": { + "has_gabbro_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:gabbro_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:gabbro_bricks_stairs_from_gabbro_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_gabbro_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_bricks_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_bricks_wall.json new file mode 100644 index 000000000..34e599081 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_bricks_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:gabbro_bricks_wall" + ] + }, + "criteria": { + "has_gabbro_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:gabbro_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:gabbro_bricks_wall" + } + } + }, + "requirements": [ + [ + "has_gabbro_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_bricks_wall_from_gabbro_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_bricks_wall_from_gabbro_bricks_stonecutting.json new file mode 100644 index 000000000..83a7618fe --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_bricks_wall_from_gabbro_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:gabbro_bricks_wall_from_gabbro_bricks_stonecutting" + ] + }, + "criteria": { + "has_gabbro_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:gabbro_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:gabbro_bricks_wall_from_gabbro_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_gabbro_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_cobblestone_from_gabbro_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_cobblestone_from_gabbro_stonecutting.json new file mode 100644 index 000000000..4492ef522 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_cobblestone_from_gabbro_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:gabbro_cobblestone_from_gabbro_stonecutting" + ] + }, + "criteria": { + "has_gabbro": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:gabbro" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:gabbro_cobblestone_from_gabbro_stonecutting" + } + } + }, + "requirements": [ + [ + "has_gabbro", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_cobblestone_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_cobblestone_slab.json new file mode 100644 index 000000000..7ba44dd80 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_cobblestone_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:gabbro_cobblestone_slab" + ] + }, + "criteria": { + "has_gabbro_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:gabbro_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:gabbro_cobblestone_slab" + } + } + }, + "requirements": [ + [ + "has_gabbro_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_cobblestone_slab_from_gabbro_cobblestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_cobblestone_slab_from_gabbro_cobblestone_stonecutting.json new file mode 100644 index 000000000..98a4f6bb8 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_cobblestone_slab_from_gabbro_cobblestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:gabbro_cobblestone_slab_from_gabbro_cobblestone_stonecutting" + ] + }, + "criteria": { + "has_gabbro_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:gabbro_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:gabbro_cobblestone_slab_from_gabbro_cobblestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_gabbro_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_cobblestone_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_cobblestone_stairs.json new file mode 100644 index 000000000..2f72dce31 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_cobblestone_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:gabbro_cobblestone_stairs" + ] + }, + "criteria": { + "has_gabbro_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:gabbro_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:gabbro_cobblestone_stairs" + } + } + }, + "requirements": [ + [ + "has_gabbro_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_cobblestone_stairs_from_gabbro_cobblestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_cobblestone_stairs_from_gabbro_cobblestone_stonecutting.json new file mode 100644 index 000000000..643d2aee9 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_cobblestone_stairs_from_gabbro_cobblestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:gabbro_cobblestone_stairs_from_gabbro_cobblestone_stonecutting" + ] + }, + "criteria": { + "has_gabbro_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:gabbro_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:gabbro_cobblestone_stairs_from_gabbro_cobblestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_gabbro_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_cobblestone_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_cobblestone_wall.json new file mode 100644 index 000000000..36afade3e --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_cobblestone_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:gabbro_cobblestone_wall" + ] + }, + "criteria": { + "has_gabbro_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:gabbro_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:gabbro_cobblestone_wall" + } + } + }, + "requirements": [ + [ + "has_gabbro_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_cobblestone_wall_from_gabbro_cobblestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_cobblestone_wall_from_gabbro_cobblestone_stonecutting.json new file mode 100644 index 000000000..8ab0b5493 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_cobblestone_wall_from_gabbro_cobblestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:gabbro_cobblestone_wall_from_gabbro_cobblestone_stonecutting" + ] + }, + "criteria": { + "has_gabbro_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:gabbro_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:gabbro_cobblestone_wall_from_gabbro_cobblestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_gabbro_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_pillar.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_pillar.json new file mode 100644 index 000000000..f6ec9691f --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_pillar.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:gabbro_pillar" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:gabbro" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:gabbro_pillar" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_pillar_from_gabbro_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_pillar_from_gabbro_stonecutting.json new file mode 100644 index 000000000..3c699ad6c --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/gabbro_pillar_from_gabbro_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:gabbro_pillar_from_gabbro_stonecutting" + ] + }, + "criteria": { + "has_gabbro": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:gabbro" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:gabbro_pillar_from_gabbro_stonecutting" + } + } + }, + "requirements": [ + [ + "has_gabbro", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_bricks_from_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_bricks_from_granite_stonecutting.json new file mode 100644 index 000000000..6df0b58af --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_bricks_from_granite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:granite_bricks_from_granite_stonecutting" + ] + }, + "criteria": { + "has_granite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:granite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:granite_bricks_from_granite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_granite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_bricks_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_bricks_slab.json new file mode 100644 index 000000000..dc3c01d97 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_bricks_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:granite_bricks_slab" + ] + }, + "criteria": { + "has_granite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:granite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:granite_bricks_slab" + } + } + }, + "requirements": [ + [ + "has_granite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_bricks_slab_from_granite_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_bricks_slab_from_granite_bricks_stonecutting.json new file mode 100644 index 000000000..dbe091748 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_bricks_slab_from_granite_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:granite_bricks_slab_from_granite_bricks_stonecutting" + ] + }, + "criteria": { + "has_granite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:granite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:granite_bricks_slab_from_granite_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_granite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_bricks_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_bricks_stairs.json new file mode 100644 index 000000000..20a838236 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_bricks_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:granite_bricks_stairs" + ] + }, + "criteria": { + "has_granite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:granite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:granite_bricks_stairs" + } + } + }, + "requirements": [ + [ + "has_granite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_bricks_stairs_from_granite_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_bricks_stairs_from_granite_bricks_stonecutting.json new file mode 100644 index 000000000..588788db7 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_bricks_stairs_from_granite_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:granite_bricks_stairs_from_granite_bricks_stonecutting" + ] + }, + "criteria": { + "has_granite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:granite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:granite_bricks_stairs_from_granite_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_granite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_bricks_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_bricks_wall.json new file mode 100644 index 000000000..09f07b8c2 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_bricks_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:granite_bricks_wall" + ] + }, + "criteria": { + "has_granite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:granite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:granite_bricks_wall" + } + } + }, + "requirements": [ + [ + "has_granite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_bricks_wall_from_granite_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_bricks_wall_from_granite_bricks_stonecutting.json new file mode 100644 index 000000000..f1c8a3965 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_bricks_wall_from_granite_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:granite_bricks_wall_from_granite_bricks_stonecutting" + ] + }, + "criteria": { + "has_granite_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:granite_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:granite_bricks_wall_from_granite_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_granite_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_cobblestone_from_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_cobblestone_from_granite_stonecutting.json new file mode 100644 index 000000000..b16609946 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_cobblestone_from_granite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:granite_cobblestone_from_granite_stonecutting" + ] + }, + "criteria": { + "has_granite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:granite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:granite_cobblestone_from_granite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_granite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_cobblestone_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_cobblestone_slab.json new file mode 100644 index 000000000..2b801c5ca --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_cobblestone_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:granite_cobblestone_slab" + ] + }, + "criteria": { + "has_granite_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:granite_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:granite_cobblestone_slab" + } + } + }, + "requirements": [ + [ + "has_granite_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_cobblestone_slab_from_granite_cobblestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_cobblestone_slab_from_granite_cobblestone_stonecutting.json new file mode 100644 index 000000000..623902f90 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_cobblestone_slab_from_granite_cobblestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:granite_cobblestone_slab_from_granite_cobblestone_stonecutting" + ] + }, + "criteria": { + "has_granite_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:granite_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:granite_cobblestone_slab_from_granite_cobblestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_granite_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_cobblestone_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_cobblestone_stairs.json new file mode 100644 index 000000000..8635b0200 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_cobblestone_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:granite_cobblestone_stairs" + ] + }, + "criteria": { + "has_granite_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:granite_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:granite_cobblestone_stairs" + } + } + }, + "requirements": [ + [ + "has_granite_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_cobblestone_stairs_from_granite_cobblestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_cobblestone_stairs_from_granite_cobblestone_stonecutting.json new file mode 100644 index 000000000..42cc61f71 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_cobblestone_stairs_from_granite_cobblestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:granite_cobblestone_stairs_from_granite_cobblestone_stonecutting" + ] + }, + "criteria": { + "has_granite_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:granite_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:granite_cobblestone_stairs_from_granite_cobblestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_granite_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_cobblestone_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_cobblestone_wall.json new file mode 100644 index 000000000..bceae1413 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_cobblestone_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:granite_cobblestone_wall" + ] + }, + "criteria": { + "has_granite_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:granite_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:granite_cobblestone_wall" + } + } + }, + "requirements": [ + [ + "has_granite_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_cobblestone_wall_from_granite_cobblestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_cobblestone_wall_from_granite_cobblestone_stonecutting.json new file mode 100644 index 000000000..60e5d9826 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_cobblestone_wall_from_granite_cobblestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:granite_cobblestone_wall_from_granite_cobblestone_stonecutting" + ] + }, + "criteria": { + "has_granite_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:granite_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:granite_cobblestone_wall_from_granite_cobblestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_granite_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_pillar.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_pillar.json new file mode 100644 index 000000000..38443374f --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_pillar.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:granite_pillar" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:granite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:granite_pillar" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_pillar_from_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_pillar_from_granite_stonecutting.json new file mode 100644 index 000000000..9826b9d01 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/granite_pillar_from_granite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:granite_pillar_from_granite_stonecutting" + ] + }, + "criteria": { + "has_granite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:granite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:granite_pillar_from_granite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_granite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_andesite_from_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_andesite_from_andesite_stonecutting.json new file mode 100644 index 000000000..b1d57445d --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_andesite_from_andesite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:layered_andesite_from_andesite_stonecutting" + ] + }, + "criteria": { + "has_andesite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:andesite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:layered_andesite_from_andesite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_andesite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_dark_scoria_from_dark_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_dark_scoria_from_dark_scoria_stonecutting.json new file mode 100644 index 000000000..9bd0a5fb8 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_dark_scoria_from_dark_scoria_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:layered_dark_scoria_from_dark_scoria_stonecutting" + ] + }, + "criteria": { + "has_dark_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dark_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:layered_dark_scoria_from_dark_scoria_stonecutting" + } + } + }, + "requirements": [ + [ + "has_dark_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_diorite_from_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_diorite_from_diorite_stonecutting.json new file mode 100644 index 000000000..53f8edc73 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_diorite_from_diorite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:layered_diorite_from_diorite_stonecutting" + ] + }, + "criteria": { + "has_diorite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:diorite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:layered_diorite_from_diorite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_diorite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_dolomite_from_dolomite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_dolomite_from_dolomite_stonecutting.json new file mode 100644 index 000000000..52f8f0397 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_dolomite_from_dolomite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:layered_dolomite_from_dolomite_stonecutting" + ] + }, + "criteria": { + "has_dolomite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dolomite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:layered_dolomite_from_dolomite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_dolomite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_gabbro_from_gabbro_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_gabbro_from_gabbro_stonecutting.json new file mode 100644 index 000000000..66694dd0b --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_gabbro_from_gabbro_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:layered_gabbro_from_gabbro_stonecutting" + ] + }, + "criteria": { + "has_gabbro": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:gabbro" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:layered_gabbro_from_gabbro_stonecutting" + } + } + }, + "requirements": [ + [ + "has_gabbro", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_granite_from_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_granite_from_granite_stonecutting.json new file mode 100644 index 000000000..f9a0463b5 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_granite_from_granite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:layered_granite_from_granite_stonecutting" + ] + }, + "criteria": { + "has_granite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:granite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:layered_granite_from_granite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_granite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_limestone_from_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_limestone_from_limestone_stonecutting.json new file mode 100644 index 000000000..bbbe0cb01 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_limestone_from_limestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:layered_limestone_from_limestone_stonecutting" + ] + }, + "criteria": { + "has_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:layered_limestone_from_limestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_scoria_from_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_scoria_from_scoria_stonecutting.json new file mode 100644 index 000000000..27e7c9359 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_scoria_from_scoria_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:layered_scoria_from_scoria_stonecutting" + ] + }, + "criteria": { + "has_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:layered_scoria_from_scoria_stonecutting" + } + } + }, + "requirements": [ + [ + "has_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_weathered_limestone_from_weathered_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_weathered_limestone_from_weathered_limestone_stonecutting.json new file mode 100644 index 000000000..a57e4a90d --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/layered_weathered_limestone_from_weathered_limestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:layered_weathered_limestone_from_weathered_limestone_stonecutting" + ] + }, + "criteria": { + "has_weathered_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:weathered_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:layered_weathered_limestone_from_weathered_limestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_weathered_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_bricks_from_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_bricks_from_limestone_stonecutting.json new file mode 100644 index 000000000..7ebc8fddf --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_bricks_from_limestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:limestone_bricks_from_limestone_stonecutting" + ] + }, + "criteria": { + "has_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:limestone_bricks_from_limestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_bricks_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_bricks_slab.json new file mode 100644 index 000000000..b57c3fe23 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_bricks_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:limestone_bricks_slab" + ] + }, + "criteria": { + "has_limestone_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:limestone_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:limestone_bricks_slab" + } + } + }, + "requirements": [ + [ + "has_limestone_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_bricks_slab_from_limestone_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_bricks_slab_from_limestone_bricks_stonecutting.json new file mode 100644 index 000000000..789cbae62 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_bricks_slab_from_limestone_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:limestone_bricks_slab_from_limestone_bricks_stonecutting" + ] + }, + "criteria": { + "has_limestone_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:limestone_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:limestone_bricks_slab_from_limestone_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_limestone_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_bricks_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_bricks_stairs.json new file mode 100644 index 000000000..fe56654cc --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_bricks_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:limestone_bricks_stairs" + ] + }, + "criteria": { + "has_limestone_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:limestone_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:limestone_bricks_stairs" + } + } + }, + "requirements": [ + [ + "has_limestone_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_bricks_stairs_from_limestone_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_bricks_stairs_from_limestone_bricks_stonecutting.json new file mode 100644 index 000000000..c3d75d11e --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_bricks_stairs_from_limestone_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:limestone_bricks_stairs_from_limestone_bricks_stonecutting" + ] + }, + "criteria": { + "has_limestone_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:limestone_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:limestone_bricks_stairs_from_limestone_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_limestone_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_bricks_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_bricks_wall.json new file mode 100644 index 000000000..b41f9577b --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_bricks_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:limestone_bricks_wall" + ] + }, + "criteria": { + "has_limestone_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:limestone_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:limestone_bricks_wall" + } + } + }, + "requirements": [ + [ + "has_limestone_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_bricks_wall_from_limestone_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_bricks_wall_from_limestone_bricks_stonecutting.json new file mode 100644 index 000000000..e5cbb5291 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_bricks_wall_from_limestone_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:limestone_bricks_wall_from_limestone_bricks_stonecutting" + ] + }, + "criteria": { + "has_limestone_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:limestone_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:limestone_bricks_wall_from_limestone_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_limestone_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_cobblestone_from_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_cobblestone_from_limestone_stonecutting.json new file mode 100644 index 000000000..135bfdbf7 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_cobblestone_from_limestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:limestone_cobblestone_from_limestone_stonecutting" + ] + }, + "criteria": { + "has_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:limestone_cobblestone_from_limestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_cobblestone_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_cobblestone_slab.json new file mode 100644 index 000000000..0d9718860 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_cobblestone_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:limestone_cobblestone_slab" + ] + }, + "criteria": { + "has_limestone_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:limestone_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:limestone_cobblestone_slab" + } + } + }, + "requirements": [ + [ + "has_limestone_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_cobblestone_slab_from_limestone_cobblestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_cobblestone_slab_from_limestone_cobblestone_stonecutting.json new file mode 100644 index 000000000..bd7f09cda --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_cobblestone_slab_from_limestone_cobblestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:limestone_cobblestone_slab_from_limestone_cobblestone_stonecutting" + ] + }, + "criteria": { + "has_limestone_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:limestone_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:limestone_cobblestone_slab_from_limestone_cobblestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_limestone_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_cobblestone_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_cobblestone_stairs.json new file mode 100644 index 000000000..8c2719a61 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_cobblestone_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:limestone_cobblestone_stairs" + ] + }, + "criteria": { + "has_limestone_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:limestone_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:limestone_cobblestone_stairs" + } + } + }, + "requirements": [ + [ + "has_limestone_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_cobblestone_stairs_from_limestone_cobblestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_cobblestone_stairs_from_limestone_cobblestone_stonecutting.json new file mode 100644 index 000000000..6420b9bab --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_cobblestone_stairs_from_limestone_cobblestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:limestone_cobblestone_stairs_from_limestone_cobblestone_stonecutting" + ] + }, + "criteria": { + "has_limestone_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:limestone_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:limestone_cobblestone_stairs_from_limestone_cobblestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_limestone_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_cobblestone_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_cobblestone_wall.json new file mode 100644 index 000000000..05a183794 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_cobblestone_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:limestone_cobblestone_wall" + ] + }, + "criteria": { + "has_limestone_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:limestone_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:limestone_cobblestone_wall" + } + } + }, + "requirements": [ + [ + "has_limestone_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_cobblestone_wall_from_limestone_cobblestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_cobblestone_wall_from_limestone_cobblestone_stonecutting.json new file mode 100644 index 000000000..febc16688 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_cobblestone_wall_from_limestone_cobblestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:limestone_cobblestone_wall_from_limestone_cobblestone_stonecutting" + ] + }, + "criteria": { + "has_limestone_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:limestone_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:limestone_cobblestone_wall_from_limestone_cobblestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_limestone_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_pillar.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_pillar.json new file mode 100644 index 000000000..8150f5a59 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_pillar.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:limestone_pillar" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:limestone_pillar" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_pillar_from_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_pillar_from_limestone_stonecutting.json new file mode 100644 index 000000000..34a68ad29 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/limestone_pillar_from_limestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:limestone_pillar_from_limestone_stonecutting" + ] + }, + "criteria": { + "has_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:limestone_pillar_from_limestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_andesite_from_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_andesite_from_andesite_stonecutting.json new file mode 100644 index 000000000..bdae39225 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_andesite_from_andesite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:mossy_andesite_from_andesite_stonecutting" + ] + }, + "criteria": { + "has_andesite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:andesite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:mossy_andesite_from_andesite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_andesite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_dark_scoria_from_dark_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_dark_scoria_from_dark_scoria_stonecutting.json new file mode 100644 index 000000000..bb7157d6b --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_dark_scoria_from_dark_scoria_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:mossy_dark_scoria_from_dark_scoria_stonecutting" + ] + }, + "criteria": { + "has_dark_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dark_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:mossy_dark_scoria_from_dark_scoria_stonecutting" + } + } + }, + "requirements": [ + [ + "has_dark_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_diorite_from_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_diorite_from_diorite_stonecutting.json new file mode 100644 index 000000000..ab98404a4 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_diorite_from_diorite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:mossy_diorite_from_diorite_stonecutting" + ] + }, + "criteria": { + "has_diorite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:diorite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:mossy_diorite_from_diorite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_diorite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_dolomite_from_dolomite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_dolomite_from_dolomite_stonecutting.json new file mode 100644 index 000000000..4a4abf737 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_dolomite_from_dolomite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:mossy_dolomite_from_dolomite_stonecutting" + ] + }, + "criteria": { + "has_dolomite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dolomite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:mossy_dolomite_from_dolomite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_dolomite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_gabbro_from_gabbro_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_gabbro_from_gabbro_stonecutting.json new file mode 100644 index 000000000..c8e92b058 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_gabbro_from_gabbro_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:mossy_gabbro_from_gabbro_stonecutting" + ] + }, + "criteria": { + "has_gabbro": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:gabbro" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:mossy_gabbro_from_gabbro_stonecutting" + } + } + }, + "requirements": [ + [ + "has_gabbro", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_granite_from_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_granite_from_granite_stonecutting.json new file mode 100644 index 000000000..7cada7680 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_granite_from_granite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:mossy_granite_from_granite_stonecutting" + ] + }, + "criteria": { + "has_granite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:granite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:mossy_granite_from_granite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_granite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_limestone_from_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_limestone_from_limestone_stonecutting.json new file mode 100644 index 000000000..e28ae44c8 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_limestone_from_limestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:mossy_limestone_from_limestone_stonecutting" + ] + }, + "criteria": { + "has_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:mossy_limestone_from_limestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_scoria_from_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_scoria_from_scoria_stonecutting.json new file mode 100644 index 000000000..662cdd942 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_scoria_from_scoria_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:mossy_scoria_from_scoria_stonecutting" + ] + }, + "criteria": { + "has_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:mossy_scoria_from_scoria_stonecutting" + } + } + }, + "requirements": [ + [ + "has_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_weathered_limestone_from_weathered_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_weathered_limestone_from_weathered_limestone_stonecutting.json new file mode 100644 index 000000000..02c1e5544 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/mossy_weathered_limestone_from_weathered_limestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:mossy_weathered_limestone_from_weathered_limestone_stonecutting" + ] + }, + "criteria": { + "has_weathered_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:weathered_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:mossy_weathered_limestone_from_weathered_limestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_weathered_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_andesite_from_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_andesite_from_andesite_stonecutting.json new file mode 100644 index 000000000..00f31d084 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_andesite_from_andesite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:overgrown_andesite_from_andesite_stonecutting" + ] + }, + "criteria": { + "has_andesite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:andesite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:overgrown_andesite_from_andesite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_andesite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_dark_scoria_from_dark_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_dark_scoria_from_dark_scoria_stonecutting.json new file mode 100644 index 000000000..7d56c7fe3 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_dark_scoria_from_dark_scoria_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:overgrown_dark_scoria_from_dark_scoria_stonecutting" + ] + }, + "criteria": { + "has_dark_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dark_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:overgrown_dark_scoria_from_dark_scoria_stonecutting" + } + } + }, + "requirements": [ + [ + "has_dark_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_diorite_from_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_diorite_from_diorite_stonecutting.json new file mode 100644 index 000000000..679c2b553 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_diorite_from_diorite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:overgrown_diorite_from_diorite_stonecutting" + ] + }, + "criteria": { + "has_diorite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:diorite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:overgrown_diorite_from_diorite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_diorite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_dolomite_from_dolomite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_dolomite_from_dolomite_stonecutting.json new file mode 100644 index 000000000..c48b53379 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_dolomite_from_dolomite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:overgrown_dolomite_from_dolomite_stonecutting" + ] + }, + "criteria": { + "has_dolomite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dolomite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:overgrown_dolomite_from_dolomite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_dolomite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_gabbro_from_gabbro_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_gabbro_from_gabbro_stonecutting.json new file mode 100644 index 000000000..63baa04c7 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_gabbro_from_gabbro_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:overgrown_gabbro_from_gabbro_stonecutting" + ] + }, + "criteria": { + "has_gabbro": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:gabbro" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:overgrown_gabbro_from_gabbro_stonecutting" + } + } + }, + "requirements": [ + [ + "has_gabbro", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_granite_from_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_granite_from_granite_stonecutting.json new file mode 100644 index 000000000..75b7ab4c3 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_granite_from_granite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:overgrown_granite_from_granite_stonecutting" + ] + }, + "criteria": { + "has_granite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:granite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:overgrown_granite_from_granite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_granite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_limestone_from_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_limestone_from_limestone_stonecutting.json new file mode 100644 index 000000000..99fb4b062 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_limestone_from_limestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:overgrown_limestone_from_limestone_stonecutting" + ] + }, + "criteria": { + "has_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:overgrown_limestone_from_limestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_scoria_from_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_scoria_from_scoria_stonecutting.json new file mode 100644 index 000000000..6fe10822c --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_scoria_from_scoria_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:overgrown_scoria_from_scoria_stonecutting" + ] + }, + "criteria": { + "has_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:overgrown_scoria_from_scoria_stonecutting" + } + } + }, + "requirements": [ + [ + "has_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_weathered_limestone_from_weathered_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_weathered_limestone_from_weathered_limestone_stonecutting.json new file mode 100644 index 000000000..e38a670fa --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/overgrown_weathered_limestone_from_weathered_limestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:overgrown_weathered_limestone_from_weathered_limestone_stonecutting" + ] + }, + "criteria": { + "has_weathered_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:weathered_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:overgrown_weathered_limestone_from_weathered_limestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_weathered_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_andesite_from_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_andesite_from_andesite_stonecutting.json new file mode 100644 index 000000000..5c86eab81 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_andesite_from_andesite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_andesite_from_andesite_stonecutting" + ] + }, + "criteria": { + "has_andesite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:andesite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_andesite_from_andesite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_andesite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_andesite_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_andesite_slab.json new file mode 100644 index 000000000..b0f719859 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_andesite_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_andesite_slab" + ] + }, + "criteria": { + "has_paved_andesite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_andesite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_andesite_slab" + } + } + }, + "requirements": [ + [ + "has_paved_andesite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_andesite_slab_from_paved_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_andesite_slab_from_paved_andesite_stonecutting.json new file mode 100644 index 000000000..6ad83f043 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_andesite_slab_from_paved_andesite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_andesite_slab_from_paved_andesite_stonecutting" + ] + }, + "criteria": { + "has_paved_andesite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_andesite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_andesite_slab_from_paved_andesite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_paved_andesite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_andesite_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_andesite_stairs.json new file mode 100644 index 000000000..3dbf0fa7d --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_andesite_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_andesite_stairs" + ] + }, + "criteria": { + "has_paved_andesite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_andesite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_andesite_stairs" + } + } + }, + "requirements": [ + [ + "has_paved_andesite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_andesite_stairs_from_paved_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_andesite_stairs_from_paved_andesite_stonecutting.json new file mode 100644 index 000000000..919a22057 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_andesite_stairs_from_paved_andesite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_andesite_stairs_from_paved_andesite_stonecutting" + ] + }, + "criteria": { + "has_paved_andesite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_andesite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_andesite_stairs_from_paved_andesite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_paved_andesite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_andesite_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_andesite_wall.json new file mode 100644 index 000000000..e0c13fe4e --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_andesite_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_andesite_wall" + ] + }, + "criteria": { + "has_paved_andesite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_andesite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_andesite_wall" + } + } + }, + "requirements": [ + [ + "has_paved_andesite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_andesite_wall_from_paved_andesite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_andesite_wall_from_paved_andesite_stonecutting.json new file mode 100644 index 000000000..903262c6c --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_andesite_wall_from_paved_andesite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_andesite_wall_from_paved_andesite_stonecutting" + ] + }, + "criteria": { + "has_paved_andesite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_andesite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_andesite_wall_from_paved_andesite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_paved_andesite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dark_scoria_from_dark_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dark_scoria_from_dark_scoria_stonecutting.json new file mode 100644 index 000000000..20a486f16 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dark_scoria_from_dark_scoria_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_dark_scoria_from_dark_scoria_stonecutting" + ] + }, + "criteria": { + "has_dark_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dark_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_dark_scoria_from_dark_scoria_stonecutting" + } + } + }, + "requirements": [ + [ + "has_dark_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dark_scoria_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dark_scoria_slab.json new file mode 100644 index 000000000..0035aa0a9 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dark_scoria_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_dark_scoria_slab" + ] + }, + "criteria": { + "has_paved_dark_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_dark_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_dark_scoria_slab" + } + } + }, + "requirements": [ + [ + "has_paved_dark_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dark_scoria_slab_from_paved_dark_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dark_scoria_slab_from_paved_dark_scoria_stonecutting.json new file mode 100644 index 000000000..91641098b --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dark_scoria_slab_from_paved_dark_scoria_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_dark_scoria_slab_from_paved_dark_scoria_stonecutting" + ] + }, + "criteria": { + "has_paved_dark_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_dark_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_dark_scoria_slab_from_paved_dark_scoria_stonecutting" + } + } + }, + "requirements": [ + [ + "has_paved_dark_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dark_scoria_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dark_scoria_stairs.json new file mode 100644 index 000000000..4176fb089 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dark_scoria_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_dark_scoria_stairs" + ] + }, + "criteria": { + "has_paved_dark_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_dark_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_dark_scoria_stairs" + } + } + }, + "requirements": [ + [ + "has_paved_dark_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dark_scoria_stairs_from_paved_dark_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dark_scoria_stairs_from_paved_dark_scoria_stonecutting.json new file mode 100644 index 000000000..8f57480e2 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dark_scoria_stairs_from_paved_dark_scoria_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_dark_scoria_stairs_from_paved_dark_scoria_stonecutting" + ] + }, + "criteria": { + "has_paved_dark_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_dark_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_dark_scoria_stairs_from_paved_dark_scoria_stonecutting" + } + } + }, + "requirements": [ + [ + "has_paved_dark_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dark_scoria_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dark_scoria_wall.json new file mode 100644 index 000000000..3416e05c0 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dark_scoria_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_dark_scoria_wall" + ] + }, + "criteria": { + "has_paved_dark_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_dark_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_dark_scoria_wall" + } + } + }, + "requirements": [ + [ + "has_paved_dark_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dark_scoria_wall_from_paved_dark_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dark_scoria_wall_from_paved_dark_scoria_stonecutting.json new file mode 100644 index 000000000..d6e8a2229 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dark_scoria_wall_from_paved_dark_scoria_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_dark_scoria_wall_from_paved_dark_scoria_stonecutting" + ] + }, + "criteria": { + "has_paved_dark_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_dark_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_dark_scoria_wall_from_paved_dark_scoria_stonecutting" + } + } + }, + "requirements": [ + [ + "has_paved_dark_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_diorite_from_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_diorite_from_diorite_stonecutting.json new file mode 100644 index 000000000..6cd70f7d8 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_diorite_from_diorite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_diorite_from_diorite_stonecutting" + ] + }, + "criteria": { + "has_diorite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:diorite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_diorite_from_diorite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_diorite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_diorite_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_diorite_slab.json new file mode 100644 index 000000000..e36609757 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_diorite_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_diorite_slab" + ] + }, + "criteria": { + "has_paved_diorite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_diorite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_diorite_slab" + } + } + }, + "requirements": [ + [ + "has_paved_diorite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_diorite_slab_from_paved_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_diorite_slab_from_paved_diorite_stonecutting.json new file mode 100644 index 000000000..e4724693a --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_diorite_slab_from_paved_diorite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_diorite_slab_from_paved_diorite_stonecutting" + ] + }, + "criteria": { + "has_paved_diorite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_diorite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_diorite_slab_from_paved_diorite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_paved_diorite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_diorite_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_diorite_stairs.json new file mode 100644 index 000000000..277fc99ef --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_diorite_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_diorite_stairs" + ] + }, + "criteria": { + "has_paved_diorite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_diorite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_diorite_stairs" + } + } + }, + "requirements": [ + [ + "has_paved_diorite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_diorite_stairs_from_paved_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_diorite_stairs_from_paved_diorite_stonecutting.json new file mode 100644 index 000000000..b2142b3e9 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_diorite_stairs_from_paved_diorite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_diorite_stairs_from_paved_diorite_stonecutting" + ] + }, + "criteria": { + "has_paved_diorite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_diorite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_diorite_stairs_from_paved_diorite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_paved_diorite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_diorite_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_diorite_wall.json new file mode 100644 index 000000000..4e641f903 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_diorite_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_diorite_wall" + ] + }, + "criteria": { + "has_paved_diorite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_diorite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_diorite_wall" + } + } + }, + "requirements": [ + [ + "has_paved_diorite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_diorite_wall_from_paved_diorite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_diorite_wall_from_paved_diorite_stonecutting.json new file mode 100644 index 000000000..20db42d43 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_diorite_wall_from_paved_diorite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_diorite_wall_from_paved_diorite_stonecutting" + ] + }, + "criteria": { + "has_paved_diorite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_diorite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_diorite_wall_from_paved_diorite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_paved_diorite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dolomite_from_dolomite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dolomite_from_dolomite_stonecutting.json new file mode 100644 index 000000000..953456a0f --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dolomite_from_dolomite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_dolomite_from_dolomite_stonecutting" + ] + }, + "criteria": { + "has_dolomite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dolomite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_dolomite_from_dolomite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_dolomite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dolomite_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dolomite_slab.json new file mode 100644 index 000000000..ed6b09aad --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dolomite_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_dolomite_slab" + ] + }, + "criteria": { + "has_paved_dolomite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_dolomite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_dolomite_slab" + } + } + }, + "requirements": [ + [ + "has_paved_dolomite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dolomite_slab_from_paved_dolomite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dolomite_slab_from_paved_dolomite_stonecutting.json new file mode 100644 index 000000000..2d5ba55d7 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dolomite_slab_from_paved_dolomite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_dolomite_slab_from_paved_dolomite_stonecutting" + ] + }, + "criteria": { + "has_paved_dolomite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_dolomite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_dolomite_slab_from_paved_dolomite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_paved_dolomite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dolomite_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dolomite_stairs.json new file mode 100644 index 000000000..65bd0948b --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dolomite_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_dolomite_stairs" + ] + }, + "criteria": { + "has_paved_dolomite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_dolomite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_dolomite_stairs" + } + } + }, + "requirements": [ + [ + "has_paved_dolomite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dolomite_stairs_from_paved_dolomite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dolomite_stairs_from_paved_dolomite_stonecutting.json new file mode 100644 index 000000000..e1aef2125 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dolomite_stairs_from_paved_dolomite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_dolomite_stairs_from_paved_dolomite_stonecutting" + ] + }, + "criteria": { + "has_paved_dolomite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_dolomite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_dolomite_stairs_from_paved_dolomite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_paved_dolomite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dolomite_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dolomite_wall.json new file mode 100644 index 000000000..9675ef9bb --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dolomite_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_dolomite_wall" + ] + }, + "criteria": { + "has_paved_dolomite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_dolomite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_dolomite_wall" + } + } + }, + "requirements": [ + [ + "has_paved_dolomite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dolomite_wall_from_paved_dolomite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dolomite_wall_from_paved_dolomite_stonecutting.json new file mode 100644 index 000000000..25ec1bf4e --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_dolomite_wall_from_paved_dolomite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_dolomite_wall_from_paved_dolomite_stonecutting" + ] + }, + "criteria": { + "has_paved_dolomite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_dolomite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_dolomite_wall_from_paved_dolomite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_paved_dolomite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_gabbro_from_gabbro_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_gabbro_from_gabbro_stonecutting.json new file mode 100644 index 000000000..18f941ce7 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_gabbro_from_gabbro_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_gabbro_from_gabbro_stonecutting" + ] + }, + "criteria": { + "has_gabbro": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:gabbro" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_gabbro_from_gabbro_stonecutting" + } + } + }, + "requirements": [ + [ + "has_gabbro", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_gabbro_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_gabbro_slab.json new file mode 100644 index 000000000..180bb575f --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_gabbro_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_gabbro_slab" + ] + }, + "criteria": { + "has_paved_gabbro": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_gabbro" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_gabbro_slab" + } + } + }, + "requirements": [ + [ + "has_paved_gabbro", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_gabbro_slab_from_paved_gabbro_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_gabbro_slab_from_paved_gabbro_stonecutting.json new file mode 100644 index 000000000..4db0035fe --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_gabbro_slab_from_paved_gabbro_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_gabbro_slab_from_paved_gabbro_stonecutting" + ] + }, + "criteria": { + "has_paved_gabbro": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_gabbro" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_gabbro_slab_from_paved_gabbro_stonecutting" + } + } + }, + "requirements": [ + [ + "has_paved_gabbro", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_gabbro_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_gabbro_stairs.json new file mode 100644 index 000000000..8179d7f50 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_gabbro_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_gabbro_stairs" + ] + }, + "criteria": { + "has_paved_gabbro": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_gabbro" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_gabbro_stairs" + } + } + }, + "requirements": [ + [ + "has_paved_gabbro", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_gabbro_stairs_from_paved_gabbro_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_gabbro_stairs_from_paved_gabbro_stonecutting.json new file mode 100644 index 000000000..b6d84ffc2 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_gabbro_stairs_from_paved_gabbro_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_gabbro_stairs_from_paved_gabbro_stonecutting" + ] + }, + "criteria": { + "has_paved_gabbro": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_gabbro" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_gabbro_stairs_from_paved_gabbro_stonecutting" + } + } + }, + "requirements": [ + [ + "has_paved_gabbro", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_gabbro_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_gabbro_wall.json new file mode 100644 index 000000000..293df0407 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_gabbro_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_gabbro_wall" + ] + }, + "criteria": { + "has_paved_gabbro": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_gabbro" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_gabbro_wall" + } + } + }, + "requirements": [ + [ + "has_paved_gabbro", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_gabbro_wall_from_paved_gabbro_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_gabbro_wall_from_paved_gabbro_stonecutting.json new file mode 100644 index 000000000..efe1205a4 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_gabbro_wall_from_paved_gabbro_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_gabbro_wall_from_paved_gabbro_stonecutting" + ] + }, + "criteria": { + "has_paved_gabbro": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_gabbro" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_gabbro_wall_from_paved_gabbro_stonecutting" + } + } + }, + "requirements": [ + [ + "has_paved_gabbro", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_granite_from_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_granite_from_granite_stonecutting.json new file mode 100644 index 000000000..96f0ca666 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_granite_from_granite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_granite_from_granite_stonecutting" + ] + }, + "criteria": { + "has_granite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "minecraft:granite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_granite_from_granite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_granite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_granite_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_granite_slab.json new file mode 100644 index 000000000..773546f8f --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_granite_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_granite_slab" + ] + }, + "criteria": { + "has_paved_granite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_granite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_granite_slab" + } + } + }, + "requirements": [ + [ + "has_paved_granite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_granite_slab_from_paved_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_granite_slab_from_paved_granite_stonecutting.json new file mode 100644 index 000000000..4595f85b4 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_granite_slab_from_paved_granite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_granite_slab_from_paved_granite_stonecutting" + ] + }, + "criteria": { + "has_paved_granite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_granite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_granite_slab_from_paved_granite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_paved_granite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_granite_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_granite_stairs.json new file mode 100644 index 000000000..968086350 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_granite_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_granite_stairs" + ] + }, + "criteria": { + "has_paved_granite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_granite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_granite_stairs" + } + } + }, + "requirements": [ + [ + "has_paved_granite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_granite_stairs_from_paved_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_granite_stairs_from_paved_granite_stonecutting.json new file mode 100644 index 000000000..b14b62fe0 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_granite_stairs_from_paved_granite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_granite_stairs_from_paved_granite_stonecutting" + ] + }, + "criteria": { + "has_paved_granite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_granite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_granite_stairs_from_paved_granite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_paved_granite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_granite_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_granite_wall.json new file mode 100644 index 000000000..712608472 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_granite_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_granite_wall" + ] + }, + "criteria": { + "has_paved_granite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_granite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_granite_wall" + } + } + }, + "requirements": [ + [ + "has_paved_granite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_granite_wall_from_paved_granite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_granite_wall_from_paved_granite_stonecutting.json new file mode 100644 index 000000000..57abe36aa --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_granite_wall_from_paved_granite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_granite_wall_from_paved_granite_stonecutting" + ] + }, + "criteria": { + "has_paved_granite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_granite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_granite_wall_from_paved_granite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_paved_granite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_limestone_from_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_limestone_from_limestone_stonecutting.json new file mode 100644 index 000000000..2a78e2928 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_limestone_from_limestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_limestone_from_limestone_stonecutting" + ] + }, + "criteria": { + "has_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_limestone_from_limestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_limestone_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_limestone_slab.json new file mode 100644 index 000000000..c79ec163b --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_limestone_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_limestone_slab" + ] + }, + "criteria": { + "has_paved_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_limestone_slab" + } + } + }, + "requirements": [ + [ + "has_paved_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_limestone_slab_from_paved_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_limestone_slab_from_paved_limestone_stonecutting.json new file mode 100644 index 000000000..904be56b9 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_limestone_slab_from_paved_limestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_limestone_slab_from_paved_limestone_stonecutting" + ] + }, + "criteria": { + "has_paved_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_limestone_slab_from_paved_limestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_paved_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_limestone_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_limestone_stairs.json new file mode 100644 index 000000000..ef01d4a51 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_limestone_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_limestone_stairs" + ] + }, + "criteria": { + "has_paved_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_limestone_stairs" + } + } + }, + "requirements": [ + [ + "has_paved_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_limestone_stairs_from_paved_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_limestone_stairs_from_paved_limestone_stonecutting.json new file mode 100644 index 000000000..72c9adf7d --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_limestone_stairs_from_paved_limestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_limestone_stairs_from_paved_limestone_stonecutting" + ] + }, + "criteria": { + "has_paved_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_limestone_stairs_from_paved_limestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_paved_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_limestone_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_limestone_wall.json new file mode 100644 index 000000000..e796d8670 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_limestone_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_limestone_wall" + ] + }, + "criteria": { + "has_paved_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_limestone_wall" + } + } + }, + "requirements": [ + [ + "has_paved_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_limestone_wall_from_paved_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_limestone_wall_from_paved_limestone_stonecutting.json new file mode 100644 index 000000000..64787a175 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_limestone_wall_from_paved_limestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_limestone_wall_from_paved_limestone_stonecutting" + ] + }, + "criteria": { + "has_paved_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_limestone_wall_from_paved_limestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_paved_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_scoria_from_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_scoria_from_scoria_stonecutting.json new file mode 100644 index 000000000..09d8fca65 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_scoria_from_scoria_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_scoria_from_scoria_stonecutting" + ] + }, + "criteria": { + "has_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_scoria_from_scoria_stonecutting" + } + } + }, + "requirements": [ + [ + "has_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_scoria_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_scoria_slab.json new file mode 100644 index 000000000..0f8484cb0 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_scoria_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_scoria_slab" + ] + }, + "criteria": { + "has_paved_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_scoria_slab" + } + } + }, + "requirements": [ + [ + "has_paved_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_scoria_slab_from_paved_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_scoria_slab_from_paved_scoria_stonecutting.json new file mode 100644 index 000000000..c05f2e313 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_scoria_slab_from_paved_scoria_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_scoria_slab_from_paved_scoria_stonecutting" + ] + }, + "criteria": { + "has_paved_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_scoria_slab_from_paved_scoria_stonecutting" + } + } + }, + "requirements": [ + [ + "has_paved_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_scoria_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_scoria_stairs.json new file mode 100644 index 000000000..c580c9470 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_scoria_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_scoria_stairs" + ] + }, + "criteria": { + "has_paved_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_scoria_stairs" + } + } + }, + "requirements": [ + [ + "has_paved_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_scoria_stairs_from_paved_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_scoria_stairs_from_paved_scoria_stonecutting.json new file mode 100644 index 000000000..dd900d51b --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_scoria_stairs_from_paved_scoria_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_scoria_stairs_from_paved_scoria_stonecutting" + ] + }, + "criteria": { + "has_paved_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_scoria_stairs_from_paved_scoria_stonecutting" + } + } + }, + "requirements": [ + [ + "has_paved_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_scoria_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_scoria_wall.json new file mode 100644 index 000000000..d4947a02d --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_scoria_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_scoria_wall" + ] + }, + "criteria": { + "has_paved_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_scoria_wall" + } + } + }, + "requirements": [ + [ + "has_paved_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_scoria_wall_from_paved_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_scoria_wall_from_paved_scoria_stonecutting.json new file mode 100644 index 000000000..1888a7ec9 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_scoria_wall_from_paved_scoria_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_scoria_wall_from_paved_scoria_stonecutting" + ] + }, + "criteria": { + "has_paved_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_scoria_wall_from_paved_scoria_stonecutting" + } + } + }, + "requirements": [ + [ + "has_paved_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_weathered_limestone_from_weathered_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_weathered_limestone_from_weathered_limestone_stonecutting.json new file mode 100644 index 000000000..e06266ea9 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_weathered_limestone_from_weathered_limestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_weathered_limestone_from_weathered_limestone_stonecutting" + ] + }, + "criteria": { + "has_weathered_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:weathered_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_weathered_limestone_from_weathered_limestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_weathered_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_weathered_limestone_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_weathered_limestone_slab.json new file mode 100644 index 000000000..4272e766c --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_weathered_limestone_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_weathered_limestone_slab" + ] + }, + "criteria": { + "has_paved_weathered_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_weathered_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_weathered_limestone_slab" + } + } + }, + "requirements": [ + [ + "has_paved_weathered_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_weathered_limestone_slab_from_paved_weathered_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_weathered_limestone_slab_from_paved_weathered_limestone_stonecutting.json new file mode 100644 index 000000000..cfeb6e329 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_weathered_limestone_slab_from_paved_weathered_limestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_weathered_limestone_slab_from_paved_weathered_limestone_stonecutting" + ] + }, + "criteria": { + "has_paved_weathered_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_weathered_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_weathered_limestone_slab_from_paved_weathered_limestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_paved_weathered_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_weathered_limestone_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_weathered_limestone_stairs.json new file mode 100644 index 000000000..04f2c4f5f --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_weathered_limestone_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_weathered_limestone_stairs" + ] + }, + "criteria": { + "has_paved_weathered_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_weathered_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_weathered_limestone_stairs" + } + } + }, + "requirements": [ + [ + "has_paved_weathered_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_weathered_limestone_stairs_from_paved_weathered_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_weathered_limestone_stairs_from_paved_weathered_limestone_stonecutting.json new file mode 100644 index 000000000..afb8a2d6e --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_weathered_limestone_stairs_from_paved_weathered_limestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_weathered_limestone_stairs_from_paved_weathered_limestone_stonecutting" + ] + }, + "criteria": { + "has_paved_weathered_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_weathered_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_weathered_limestone_stairs_from_paved_weathered_limestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_paved_weathered_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_weathered_limestone_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_weathered_limestone_wall.json new file mode 100644 index 000000000..cc3a98ae8 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_weathered_limestone_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_weathered_limestone_wall" + ] + }, + "criteria": { + "has_paved_weathered_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_weathered_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_weathered_limestone_wall" + } + } + }, + "requirements": [ + [ + "has_paved_weathered_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_weathered_limestone_wall_from_paved_weathered_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_weathered_limestone_wall_from_paved_weathered_limestone_stonecutting.json new file mode 100644 index 000000000..1abb4c9df --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/paved_weathered_limestone_wall_from_paved_weathered_limestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:paved_weathered_limestone_wall_from_paved_weathered_limestone_stonecutting" + ] + }, + "criteria": { + "has_paved_weathered_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:paved_weathered_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:paved_weathered_limestone_wall_from_paved_weathered_limestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_paved_weathered_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dark_scoria.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dark_scoria.json new file mode 100644 index 000000000..fce73c84e --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dark_scoria.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_dark_scoria" + ] + }, + "criteria": { + "has_dark_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dark_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_dark_scoria" + } + } + }, + "requirements": [ + [ + "has_dark_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dark_scoria_from_dark_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dark_scoria_from_dark_scoria_stonecutting.json new file mode 100644 index 000000000..613d98f91 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dark_scoria_from_dark_scoria_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_dark_scoria_from_dark_scoria_stonecutting" + ] + }, + "criteria": { + "has_dark_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dark_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_dark_scoria_from_dark_scoria_stonecutting" + } + } + }, + "requirements": [ + [ + "has_dark_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dark_scoria_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dark_scoria_slab.json new file mode 100644 index 000000000..2525eddbb --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dark_scoria_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_dark_scoria_slab" + ] + }, + "criteria": { + "has_polished_dark_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_dark_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_dark_scoria_slab" + } + } + }, + "requirements": [ + [ + "has_polished_dark_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dark_scoria_slab_from_polished_dark_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dark_scoria_slab_from_polished_dark_scoria_stonecutting.json new file mode 100644 index 000000000..02e33546e --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dark_scoria_slab_from_polished_dark_scoria_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_dark_scoria_slab_from_polished_dark_scoria_stonecutting" + ] + }, + "criteria": { + "has_polished_dark_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_dark_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_dark_scoria_slab_from_polished_dark_scoria_stonecutting" + } + } + }, + "requirements": [ + [ + "has_polished_dark_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dark_scoria_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dark_scoria_stairs.json new file mode 100644 index 000000000..259ae8653 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dark_scoria_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_dark_scoria_stairs" + ] + }, + "criteria": { + "has_polished_dark_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_dark_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_dark_scoria_stairs" + } + } + }, + "requirements": [ + [ + "has_polished_dark_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dark_scoria_stairs_from_polished_dark_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dark_scoria_stairs_from_polished_dark_scoria_stonecutting.json new file mode 100644 index 000000000..13aff99ad --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dark_scoria_stairs_from_polished_dark_scoria_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_dark_scoria_stairs_from_polished_dark_scoria_stonecutting" + ] + }, + "criteria": { + "has_polished_dark_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_dark_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_dark_scoria_stairs_from_polished_dark_scoria_stonecutting" + } + } + }, + "requirements": [ + [ + "has_polished_dark_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dark_scoria_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dark_scoria_wall.json new file mode 100644 index 000000000..6ef874703 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dark_scoria_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_dark_scoria_wall" + ] + }, + "criteria": { + "has_polished_dark_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_dark_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_dark_scoria_wall" + } + } + }, + "requirements": [ + [ + "has_polished_dark_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dark_scoria_wall_from_polished_dark_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dark_scoria_wall_from_polished_dark_scoria_stonecutting.json new file mode 100644 index 000000000..e3badb955 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dark_scoria_wall_from_polished_dark_scoria_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_dark_scoria_wall_from_polished_dark_scoria_stonecutting" + ] + }, + "criteria": { + "has_polished_dark_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_dark_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_dark_scoria_wall_from_polished_dark_scoria_stonecutting" + } + } + }, + "requirements": [ + [ + "has_polished_dark_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dolomite.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dolomite.json new file mode 100644 index 000000000..555c58937 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dolomite.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_dolomite" + ] + }, + "criteria": { + "has_dolomite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dolomite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_dolomite" + } + } + }, + "requirements": [ + [ + "has_dolomite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dolomite_from_dolomite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dolomite_from_dolomite_stonecutting.json new file mode 100644 index 000000000..44bb70c05 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dolomite_from_dolomite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_dolomite_from_dolomite_stonecutting" + ] + }, + "criteria": { + "has_dolomite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:dolomite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_dolomite_from_dolomite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_dolomite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dolomite_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dolomite_slab.json new file mode 100644 index 000000000..87e3bb462 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dolomite_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_dolomite_slab" + ] + }, + "criteria": { + "has_polished_dolomite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_dolomite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_dolomite_slab" + } + } + }, + "requirements": [ + [ + "has_polished_dolomite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dolomite_slab_from_polished_dolomite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dolomite_slab_from_polished_dolomite_stonecutting.json new file mode 100644 index 000000000..309f1fd01 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dolomite_slab_from_polished_dolomite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_dolomite_slab_from_polished_dolomite_stonecutting" + ] + }, + "criteria": { + "has_polished_dolomite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_dolomite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_dolomite_slab_from_polished_dolomite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_polished_dolomite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dolomite_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dolomite_stairs.json new file mode 100644 index 000000000..32541c984 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dolomite_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_dolomite_stairs" + ] + }, + "criteria": { + "has_polished_dolomite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_dolomite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_dolomite_stairs" + } + } + }, + "requirements": [ + [ + "has_polished_dolomite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dolomite_stairs_from_polished_dolomite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dolomite_stairs_from_polished_dolomite_stonecutting.json new file mode 100644 index 000000000..d70b60987 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dolomite_stairs_from_polished_dolomite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_dolomite_stairs_from_polished_dolomite_stonecutting" + ] + }, + "criteria": { + "has_polished_dolomite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_dolomite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_dolomite_stairs_from_polished_dolomite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_polished_dolomite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dolomite_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dolomite_wall.json new file mode 100644 index 000000000..ca806136e --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dolomite_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_dolomite_wall" + ] + }, + "criteria": { + "has_polished_dolomite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_dolomite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_dolomite_wall" + } + } + }, + "requirements": [ + [ + "has_polished_dolomite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dolomite_wall_from_polished_dolomite_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dolomite_wall_from_polished_dolomite_stonecutting.json new file mode 100644 index 000000000..de02f8266 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_dolomite_wall_from_polished_dolomite_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_dolomite_wall_from_polished_dolomite_stonecutting" + ] + }, + "criteria": { + "has_polished_dolomite": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_dolomite" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_dolomite_wall_from_polished_dolomite_stonecutting" + } + } + }, + "requirements": [ + [ + "has_polished_dolomite", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_gabbro.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_gabbro.json new file mode 100644 index 000000000..ae89bff88 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_gabbro.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_gabbro" + ] + }, + "criteria": { + "has_gabbro": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:gabbro" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_gabbro" + } + } + }, + "requirements": [ + [ + "has_gabbro", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_gabbro_from_gabbro_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_gabbro_from_gabbro_stonecutting.json new file mode 100644 index 000000000..6ff8a49cc --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_gabbro_from_gabbro_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_gabbro_from_gabbro_stonecutting" + ] + }, + "criteria": { + "has_gabbro": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:gabbro" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_gabbro_from_gabbro_stonecutting" + } + } + }, + "requirements": [ + [ + "has_gabbro", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_gabbro_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_gabbro_slab.json new file mode 100644 index 000000000..507c8dfd3 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_gabbro_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_gabbro_slab" + ] + }, + "criteria": { + "has_polished_gabbro": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_gabbro" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_gabbro_slab" + } + } + }, + "requirements": [ + [ + "has_polished_gabbro", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_gabbro_slab_from_polished_gabbro_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_gabbro_slab_from_polished_gabbro_stonecutting.json new file mode 100644 index 000000000..3eae1f6bf --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_gabbro_slab_from_polished_gabbro_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_gabbro_slab_from_polished_gabbro_stonecutting" + ] + }, + "criteria": { + "has_polished_gabbro": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_gabbro" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_gabbro_slab_from_polished_gabbro_stonecutting" + } + } + }, + "requirements": [ + [ + "has_polished_gabbro", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_gabbro_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_gabbro_stairs.json new file mode 100644 index 000000000..ffefa3742 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_gabbro_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_gabbro_stairs" + ] + }, + "criteria": { + "has_polished_gabbro": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_gabbro" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_gabbro_stairs" + } + } + }, + "requirements": [ + [ + "has_polished_gabbro", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_gabbro_stairs_from_polished_gabbro_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_gabbro_stairs_from_polished_gabbro_stonecutting.json new file mode 100644 index 000000000..5ebb01a18 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_gabbro_stairs_from_polished_gabbro_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_gabbro_stairs_from_polished_gabbro_stonecutting" + ] + }, + "criteria": { + "has_polished_gabbro": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_gabbro" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_gabbro_stairs_from_polished_gabbro_stonecutting" + } + } + }, + "requirements": [ + [ + "has_polished_gabbro", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_gabbro_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_gabbro_wall.json new file mode 100644 index 000000000..a6f7d1a4f --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_gabbro_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_gabbro_wall" + ] + }, + "criteria": { + "has_polished_gabbro": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_gabbro" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_gabbro_wall" + } + } + }, + "requirements": [ + [ + "has_polished_gabbro", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_gabbro_wall_from_polished_gabbro_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_gabbro_wall_from_polished_gabbro_stonecutting.json new file mode 100644 index 000000000..dd2daf41f --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_gabbro_wall_from_polished_gabbro_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_gabbro_wall_from_polished_gabbro_stonecutting" + ] + }, + "criteria": { + "has_polished_gabbro": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_gabbro" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_gabbro_wall_from_polished_gabbro_stonecutting" + } + } + }, + "requirements": [ + [ + "has_polished_gabbro", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_limestone.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_limestone.json new file mode 100644 index 000000000..031316c12 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_limestone.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_limestone" + ] + }, + "criteria": { + "has_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_limestone" + } + } + }, + "requirements": [ + [ + "has_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_limestone_from_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_limestone_from_limestone_stonecutting.json new file mode 100644 index 000000000..1b5c6de54 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_limestone_from_limestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_limestone_from_limestone_stonecutting" + ] + }, + "criteria": { + "has_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_limestone_from_limestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_limestone_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_limestone_slab.json new file mode 100644 index 000000000..9a969a4b5 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_limestone_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_limestone_slab" + ] + }, + "criteria": { + "has_polished_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_limestone_slab" + } + } + }, + "requirements": [ + [ + "has_polished_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_limestone_slab_from_polished_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_limestone_slab_from_polished_limestone_stonecutting.json new file mode 100644 index 000000000..4f509979a --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_limestone_slab_from_polished_limestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_limestone_slab_from_polished_limestone_stonecutting" + ] + }, + "criteria": { + "has_polished_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_limestone_slab_from_polished_limestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_polished_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_limestone_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_limestone_stairs.json new file mode 100644 index 000000000..2e8b11cf6 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_limestone_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_limestone_stairs" + ] + }, + "criteria": { + "has_polished_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_limestone_stairs" + } + } + }, + "requirements": [ + [ + "has_polished_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_limestone_stairs_from_polished_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_limestone_stairs_from_polished_limestone_stonecutting.json new file mode 100644 index 000000000..d561c2da0 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_limestone_stairs_from_polished_limestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_limestone_stairs_from_polished_limestone_stonecutting" + ] + }, + "criteria": { + "has_polished_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_limestone_stairs_from_polished_limestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_polished_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_limestone_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_limestone_wall.json new file mode 100644 index 000000000..a69887469 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_limestone_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_limestone_wall" + ] + }, + "criteria": { + "has_polished_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_limestone_wall" + } + } + }, + "requirements": [ + [ + "has_polished_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_limestone_wall_from_polished_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_limestone_wall_from_polished_limestone_stonecutting.json new file mode 100644 index 000000000..def75b99c --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_limestone_wall_from_polished_limestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_limestone_wall_from_polished_limestone_stonecutting" + ] + }, + "criteria": { + "has_polished_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_limestone_wall_from_polished_limestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_polished_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_scoria.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_scoria.json new file mode 100644 index 000000000..a9e4098f8 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_scoria.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_scoria" + ] + }, + "criteria": { + "has_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_scoria" + } + } + }, + "requirements": [ + [ + "has_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_scoria_from_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_scoria_from_scoria_stonecutting.json new file mode 100644 index 000000000..91058595f --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_scoria_from_scoria_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_scoria_from_scoria_stonecutting" + ] + }, + "criteria": { + "has_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_scoria_from_scoria_stonecutting" + } + } + }, + "requirements": [ + [ + "has_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_scoria_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_scoria_slab.json new file mode 100644 index 000000000..0ce64ec29 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_scoria_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_scoria_slab" + ] + }, + "criteria": { + "has_polished_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_scoria_slab" + } + } + }, + "requirements": [ + [ + "has_polished_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_scoria_slab_from_polished_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_scoria_slab_from_polished_scoria_stonecutting.json new file mode 100644 index 000000000..1069c767f --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_scoria_slab_from_polished_scoria_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_scoria_slab_from_polished_scoria_stonecutting" + ] + }, + "criteria": { + "has_polished_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_scoria_slab_from_polished_scoria_stonecutting" + } + } + }, + "requirements": [ + [ + "has_polished_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_scoria_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_scoria_stairs.json new file mode 100644 index 000000000..c8a140a53 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_scoria_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_scoria_stairs" + ] + }, + "criteria": { + "has_polished_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_scoria_stairs" + } + } + }, + "requirements": [ + [ + "has_polished_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_scoria_stairs_from_polished_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_scoria_stairs_from_polished_scoria_stonecutting.json new file mode 100644 index 000000000..2119834e7 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_scoria_stairs_from_polished_scoria_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_scoria_stairs_from_polished_scoria_stonecutting" + ] + }, + "criteria": { + "has_polished_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_scoria_stairs_from_polished_scoria_stonecutting" + } + } + }, + "requirements": [ + [ + "has_polished_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_scoria_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_scoria_wall.json new file mode 100644 index 000000000..1db4623a1 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_scoria_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_scoria_wall" + ] + }, + "criteria": { + "has_polished_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_scoria_wall" + } + } + }, + "requirements": [ + [ + "has_polished_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_scoria_wall_from_polished_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_scoria_wall_from_polished_scoria_stonecutting.json new file mode 100644 index 000000000..21567805d --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_scoria_wall_from_polished_scoria_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_scoria_wall_from_polished_scoria_stonecutting" + ] + }, + "criteria": { + "has_polished_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_scoria_wall_from_polished_scoria_stonecutting" + } + } + }, + "requirements": [ + [ + "has_polished_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_weathered_limestone.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_weathered_limestone.json new file mode 100644 index 000000000..f91ecfab1 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_weathered_limestone.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_weathered_limestone" + ] + }, + "criteria": { + "has_weathered_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:weathered_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_weathered_limestone" + } + } + }, + "requirements": [ + [ + "has_weathered_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_weathered_limestone_from_weathered_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_weathered_limestone_from_weathered_limestone_stonecutting.json new file mode 100644 index 000000000..8d5990b5f --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_weathered_limestone_from_weathered_limestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_weathered_limestone_from_weathered_limestone_stonecutting" + ] + }, + "criteria": { + "has_weathered_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:weathered_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_weathered_limestone_from_weathered_limestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_weathered_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_weathered_limestone_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_weathered_limestone_slab.json new file mode 100644 index 000000000..a0101025f --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_weathered_limestone_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_weathered_limestone_slab" + ] + }, + "criteria": { + "has_polished_weathered_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_weathered_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_weathered_limestone_slab" + } + } + }, + "requirements": [ + [ + "has_polished_weathered_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_weathered_limestone_slab_from_polished_weathered_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_weathered_limestone_slab_from_polished_weathered_limestone_stonecutting.json new file mode 100644 index 000000000..6dff3962e --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_weathered_limestone_slab_from_polished_weathered_limestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_weathered_limestone_slab_from_polished_weathered_limestone_stonecutting" + ] + }, + "criteria": { + "has_polished_weathered_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_weathered_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_weathered_limestone_slab_from_polished_weathered_limestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_polished_weathered_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_weathered_limestone_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_weathered_limestone_stairs.json new file mode 100644 index 000000000..ed5e9ec5e --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_weathered_limestone_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_weathered_limestone_stairs" + ] + }, + "criteria": { + "has_polished_weathered_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_weathered_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_weathered_limestone_stairs" + } + } + }, + "requirements": [ + [ + "has_polished_weathered_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_weathered_limestone_stairs_from_polished_weathered_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_weathered_limestone_stairs_from_polished_weathered_limestone_stonecutting.json new file mode 100644 index 000000000..1f4d00f20 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_weathered_limestone_stairs_from_polished_weathered_limestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_weathered_limestone_stairs_from_polished_weathered_limestone_stonecutting" + ] + }, + "criteria": { + "has_polished_weathered_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_weathered_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_weathered_limestone_stairs_from_polished_weathered_limestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_polished_weathered_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_weathered_limestone_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_weathered_limestone_wall.json new file mode 100644 index 000000000..bc7c02fad --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_weathered_limestone_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_weathered_limestone_wall" + ] + }, + "criteria": { + "has_polished_weathered_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_weathered_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_weathered_limestone_wall" + } + } + }, + "requirements": [ + [ + "has_polished_weathered_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_weathered_limestone_wall_from_polished_weathered_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_weathered_limestone_wall_from_polished_weathered_limestone_stonecutting.json new file mode 100644 index 000000000..ccc8fc528 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/polished_weathered_limestone_wall_from_polished_weathered_limestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:polished_weathered_limestone_wall_from_polished_weathered_limestone_stonecutting" + ] + }, + "criteria": { + "has_polished_weathered_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:polished_weathered_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:polished_weathered_limestone_wall_from_polished_weathered_limestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_polished_weathered_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_bricks_from_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_bricks_from_scoria_stonecutting.json new file mode 100644 index 000000000..d43801cf6 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_bricks_from_scoria_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:scoria_bricks_from_scoria_stonecutting" + ] + }, + "criteria": { + "has_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:scoria_bricks_from_scoria_stonecutting" + } + } + }, + "requirements": [ + [ + "has_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_bricks_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_bricks_slab.json new file mode 100644 index 000000000..91f34600b --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_bricks_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:scoria_bricks_slab" + ] + }, + "criteria": { + "has_scoria_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:scoria_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:scoria_bricks_slab" + } + } + }, + "requirements": [ + [ + "has_scoria_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_bricks_slab_from_scoria_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_bricks_slab_from_scoria_bricks_stonecutting.json new file mode 100644 index 000000000..166b1e120 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_bricks_slab_from_scoria_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:scoria_bricks_slab_from_scoria_bricks_stonecutting" + ] + }, + "criteria": { + "has_scoria_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:scoria_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:scoria_bricks_slab_from_scoria_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_scoria_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_bricks_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_bricks_stairs.json new file mode 100644 index 000000000..1ee20fb46 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_bricks_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:scoria_bricks_stairs" + ] + }, + "criteria": { + "has_scoria_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:scoria_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:scoria_bricks_stairs" + } + } + }, + "requirements": [ + [ + "has_scoria_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_bricks_stairs_from_scoria_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_bricks_stairs_from_scoria_bricks_stonecutting.json new file mode 100644 index 000000000..8848e0a88 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_bricks_stairs_from_scoria_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:scoria_bricks_stairs_from_scoria_bricks_stonecutting" + ] + }, + "criteria": { + "has_scoria_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:scoria_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:scoria_bricks_stairs_from_scoria_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_scoria_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_bricks_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_bricks_wall.json new file mode 100644 index 000000000..f439fde82 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_bricks_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:scoria_bricks_wall" + ] + }, + "criteria": { + "has_scoria_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:scoria_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:scoria_bricks_wall" + } + } + }, + "requirements": [ + [ + "has_scoria_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_bricks_wall_from_scoria_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_bricks_wall_from_scoria_bricks_stonecutting.json new file mode 100644 index 000000000..6975444d3 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_bricks_wall_from_scoria_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:scoria_bricks_wall_from_scoria_bricks_stonecutting" + ] + }, + "criteria": { + "has_scoria_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:scoria_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:scoria_bricks_wall_from_scoria_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_scoria_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_cobblestone_from_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_cobblestone_from_scoria_stonecutting.json new file mode 100644 index 000000000..06e2f6ccb --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_cobblestone_from_scoria_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:scoria_cobblestone_from_scoria_stonecutting" + ] + }, + "criteria": { + "has_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:scoria_cobblestone_from_scoria_stonecutting" + } + } + }, + "requirements": [ + [ + "has_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_cobblestone_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_cobblestone_slab.json new file mode 100644 index 000000000..7451a3f52 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_cobblestone_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:scoria_cobblestone_slab" + ] + }, + "criteria": { + "has_scoria_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:scoria_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:scoria_cobblestone_slab" + } + } + }, + "requirements": [ + [ + "has_scoria_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_cobblestone_slab_from_scoria_cobblestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_cobblestone_slab_from_scoria_cobblestone_stonecutting.json new file mode 100644 index 000000000..b8fa53235 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_cobblestone_slab_from_scoria_cobblestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:scoria_cobblestone_slab_from_scoria_cobblestone_stonecutting" + ] + }, + "criteria": { + "has_scoria_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:scoria_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:scoria_cobblestone_slab_from_scoria_cobblestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_scoria_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_cobblestone_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_cobblestone_stairs.json new file mode 100644 index 000000000..41d314b09 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_cobblestone_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:scoria_cobblestone_stairs" + ] + }, + "criteria": { + "has_scoria_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:scoria_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:scoria_cobblestone_stairs" + } + } + }, + "requirements": [ + [ + "has_scoria_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_cobblestone_stairs_from_scoria_cobblestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_cobblestone_stairs_from_scoria_cobblestone_stonecutting.json new file mode 100644 index 000000000..25615d1ad --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_cobblestone_stairs_from_scoria_cobblestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:scoria_cobblestone_stairs_from_scoria_cobblestone_stonecutting" + ] + }, + "criteria": { + "has_scoria_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:scoria_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:scoria_cobblestone_stairs_from_scoria_cobblestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_scoria_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_cobblestone_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_cobblestone_wall.json new file mode 100644 index 000000000..16bd6116a --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_cobblestone_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:scoria_cobblestone_wall" + ] + }, + "criteria": { + "has_scoria_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:scoria_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:scoria_cobblestone_wall" + } + } + }, + "requirements": [ + [ + "has_scoria_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_cobblestone_wall_from_scoria_cobblestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_cobblestone_wall_from_scoria_cobblestone_stonecutting.json new file mode 100644 index 000000000..b0150a4fb --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_cobblestone_wall_from_scoria_cobblestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:scoria_cobblestone_wall_from_scoria_cobblestone_stonecutting" + ] + }, + "criteria": { + "has_scoria_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:scoria_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:scoria_cobblestone_wall_from_scoria_cobblestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_scoria_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_pillar.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_pillar.json new file mode 100644 index 000000000..7d8e33863 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_pillar.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:scoria_pillar" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:scoria_pillar" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_pillar_from_scoria_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_pillar_from_scoria_stonecutting.json new file mode 100644 index 000000000..b19e575d8 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/scoria_pillar_from_scoria_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:scoria_pillar_from_scoria_stonecutting" + ] + }, + "criteria": { + "has_scoria": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:scoria" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:scoria_pillar_from_scoria_stonecutting" + } + } + }, + "requirements": [ + [ + "has_scoria", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_bricks_from_weathered_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_bricks_from_weathered_limestone_stonecutting.json new file mode 100644 index 000000000..525da1a36 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_bricks_from_weathered_limestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:weathered_limestone_bricks_from_weathered_limestone_stonecutting" + ] + }, + "criteria": { + "has_weathered_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:weathered_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:weathered_limestone_bricks_from_weathered_limestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_weathered_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_bricks_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_bricks_slab.json new file mode 100644 index 000000000..1e9fdff8a --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_bricks_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:weathered_limestone_bricks_slab" + ] + }, + "criteria": { + "has_weathered_limestone_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:weathered_limestone_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:weathered_limestone_bricks_slab" + } + } + }, + "requirements": [ + [ + "has_weathered_limestone_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_bricks_slab_from_weathered_limestone_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_bricks_slab_from_weathered_limestone_bricks_stonecutting.json new file mode 100644 index 000000000..1498f1628 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_bricks_slab_from_weathered_limestone_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:weathered_limestone_bricks_slab_from_weathered_limestone_bricks_stonecutting" + ] + }, + "criteria": { + "has_weathered_limestone_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:weathered_limestone_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:weathered_limestone_bricks_slab_from_weathered_limestone_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_weathered_limestone_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_bricks_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_bricks_stairs.json new file mode 100644 index 000000000..e909e6126 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_bricks_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:weathered_limestone_bricks_stairs" + ] + }, + "criteria": { + "has_weathered_limestone_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:weathered_limestone_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:weathered_limestone_bricks_stairs" + } + } + }, + "requirements": [ + [ + "has_weathered_limestone_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_bricks_stairs_from_weathered_limestone_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_bricks_stairs_from_weathered_limestone_bricks_stonecutting.json new file mode 100644 index 000000000..d72520511 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_bricks_stairs_from_weathered_limestone_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:weathered_limestone_bricks_stairs_from_weathered_limestone_bricks_stonecutting" + ] + }, + "criteria": { + "has_weathered_limestone_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:weathered_limestone_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:weathered_limestone_bricks_stairs_from_weathered_limestone_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_weathered_limestone_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_bricks_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_bricks_wall.json new file mode 100644 index 000000000..c65ad4c28 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_bricks_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:weathered_limestone_bricks_wall" + ] + }, + "criteria": { + "has_weathered_limestone_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:weathered_limestone_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:weathered_limestone_bricks_wall" + } + } + }, + "requirements": [ + [ + "has_weathered_limestone_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_bricks_wall_from_weathered_limestone_bricks_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_bricks_wall_from_weathered_limestone_bricks_stonecutting.json new file mode 100644 index 000000000..7ae6b578b --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_bricks_wall_from_weathered_limestone_bricks_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:weathered_limestone_bricks_wall_from_weathered_limestone_bricks_stonecutting" + ] + }, + "criteria": { + "has_weathered_limestone_bricks": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:weathered_limestone_bricks" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:weathered_limestone_bricks_wall_from_weathered_limestone_bricks_stonecutting" + } + } + }, + "requirements": [ + [ + "has_weathered_limestone_bricks", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_cobblestone_from_weathered_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_cobblestone_from_weathered_limestone_stonecutting.json new file mode 100644 index 000000000..439a6d44f --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_cobblestone_from_weathered_limestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:weathered_limestone_cobblestone_from_weathered_limestone_stonecutting" + ] + }, + "criteria": { + "has_weathered_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:weathered_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:weathered_limestone_cobblestone_from_weathered_limestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_weathered_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_cobblestone_slab.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_cobblestone_slab.json new file mode 100644 index 000000000..c78998cd5 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_cobblestone_slab.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:weathered_limestone_cobblestone_slab" + ] + }, + "criteria": { + "has_weathered_limestone_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:weathered_limestone_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:weathered_limestone_cobblestone_slab" + } + } + }, + "requirements": [ + [ + "has_weathered_limestone_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_cobblestone_slab_from_weathered_limestone_cobblestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_cobblestone_slab_from_weathered_limestone_cobblestone_stonecutting.json new file mode 100644 index 000000000..a2d1566d6 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_cobblestone_slab_from_weathered_limestone_cobblestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:weathered_limestone_cobblestone_slab_from_weathered_limestone_cobblestone_stonecutting" + ] + }, + "criteria": { + "has_weathered_limestone_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:weathered_limestone_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:weathered_limestone_cobblestone_slab_from_weathered_limestone_cobblestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_weathered_limestone_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_cobblestone_stairs.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_cobblestone_stairs.json new file mode 100644 index 000000000..b626d618b --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_cobblestone_stairs.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:weathered_limestone_cobblestone_stairs" + ] + }, + "criteria": { + "has_weathered_limestone_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:weathered_limestone_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:weathered_limestone_cobblestone_stairs" + } + } + }, + "requirements": [ + [ + "has_weathered_limestone_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_cobblestone_stairs_from_weathered_limestone_cobblestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_cobblestone_stairs_from_weathered_limestone_cobblestone_stonecutting.json new file mode 100644 index 000000000..815a8a74b --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_cobblestone_stairs_from_weathered_limestone_cobblestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:weathered_limestone_cobblestone_stairs_from_weathered_limestone_cobblestone_stonecutting" + ] + }, + "criteria": { + "has_weathered_limestone_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:weathered_limestone_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:weathered_limestone_cobblestone_stairs_from_weathered_limestone_cobblestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_weathered_limestone_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_cobblestone_wall.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_cobblestone_wall.json new file mode 100644 index 000000000..e7b710836 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_cobblestone_wall.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:weathered_limestone_cobblestone_wall" + ] + }, + "criteria": { + "has_weathered_limestone_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:weathered_limestone_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:weathered_limestone_cobblestone_wall" + } + } + }, + "requirements": [ + [ + "has_weathered_limestone_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_cobblestone_wall_from_weathered_limestone_cobblestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_cobblestone_wall_from_weathered_limestone_cobblestone_stonecutting.json new file mode 100644 index 000000000..b5b898940 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_cobblestone_wall_from_weathered_limestone_cobblestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:weathered_limestone_cobblestone_wall_from_weathered_limestone_cobblestone_stonecutting" + ] + }, + "criteria": { + "has_weathered_limestone_cobblestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:weathered_limestone_cobblestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:weathered_limestone_cobblestone_wall_from_weathered_limestone_cobblestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_weathered_limestone_cobblestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_pillar.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_pillar.json new file mode 100644 index 000000000..e9b129e93 --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_pillar.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:weathered_limestone_pillar" + ] + }, + "criteria": { + "has_ingredient": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:weathered_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:weathered_limestone_pillar" + } + } + }, + "requirements": [ + [ + "has_ingredient", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_pillar_from_weathered_limestone_stonecutting.json b/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_pillar_from_weathered_limestone_stonecutting.json new file mode 100644 index 000000000..b81de1a1e --- /dev/null +++ b/src/generated/resources/data/create/advancements/recipes/create.palettes/weathered_limestone_pillar_from_weathered_limestone_stonecutting.json @@ -0,0 +1,32 @@ +{ + "parent": "minecraft:recipes/root", + "rewards": { + "recipes": [ + "create:weathered_limestone_pillar_from_weathered_limestone_stonecutting" + ] + }, + "criteria": { + "has_weathered_limestone": { + "trigger": "minecraft:inventory_changed", + "conditions": { + "items": [ + { + "item": "create:weathered_limestone" + } + ] + } + }, + "has_the_recipe": { + "trigger": "minecraft:recipe_unlocked", + "conditions": { + "recipe": "create:weathered_limestone_pillar_from_weathered_limestone_stonecutting" + } + } + }, + "requirements": [ + [ + "has_weathered_limestone", + "has_the_recipe" + ] + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/advancements/saw.json b/src/generated/resources/data/create/advancements/saw.json index 575553fc8..a4f2210f2 100644 --- a/src/generated/resources/data/create/advancements/saw.json +++ b/src/generated/resources/data/create/advancements/saw.json @@ -2,7 +2,7 @@ "parent": "create:press", "display": { "icon": { - "item": "create:saw" + "item": "create:mechanical_saw" }, "title": { "translate": "advancement.create.saw" @@ -19,13 +19,13 @@ "0": { "trigger": "minecraft:placed_block", "conditions": { - "block": "create:saw" + "block": "create:mechanical_saw" } }, "1": { "trigger": "create:kinetic_block", "conditions": { - "block": "create:saw" + "block": "create:mechanical_saw" } } }, diff --git a/src/generated/resources/data/create/loot_tables/blocks/drill.json b/src/generated/resources/data/create/loot_tables/blocks/linear_chassis.json similarity index 86% rename from src/generated/resources/data/create/loot_tables/blocks/drill.json rename to src/generated/resources/data/create/loot_tables/blocks/linear_chassis.json index 985b1c174..f5cbdac03 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/drill.json +++ b/src/generated/resources/data/create/loot_tables/blocks/linear_chassis.json @@ -6,7 +6,7 @@ "entries": [ { "type": "minecraft:item", - "name": "create:drill" + "name": "create:linear_chassis" } ], "conditions": [ diff --git a/src/generated/resources/data/create/loot_tables/blocks/rotation_chassis.json b/src/generated/resources/data/create/loot_tables/blocks/mechanical_drill.json similarity index 85% rename from src/generated/resources/data/create/loot_tables/blocks/rotation_chassis.json rename to src/generated/resources/data/create/loot_tables/blocks/mechanical_drill.json index fef56e10e..4b11a6854 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/rotation_chassis.json +++ b/src/generated/resources/data/create/loot_tables/blocks/mechanical_drill.json @@ -6,7 +6,7 @@ "entries": [ { "type": "minecraft:item", - "name": "create:rotation_chassis" + "name": "create:mechanical_drill" } ], "conditions": [ diff --git a/src/generated/resources/data/create/loot_tables/blocks/mechanical_harvester.json b/src/generated/resources/data/create/loot_tables/blocks/mechanical_harvester.json new file mode 100644 index 000000000..043243182 --- /dev/null +++ b/src/generated/resources/data/create/loot_tables/blocks/mechanical_harvester.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "create:mechanical_harvester" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/mechanical_plough.json b/src/generated/resources/data/create/loot_tables/blocks/mechanical_plough.json new file mode 100644 index 000000000..becedd150 --- /dev/null +++ b/src/generated/resources/data/create/loot_tables/blocks/mechanical_plough.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "create:mechanical_plough" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/mechanical_saw.json b/src/generated/resources/data/create/loot_tables/blocks/mechanical_saw.json new file mode 100644 index 000000000..279a2be14 --- /dev/null +++ b/src/generated/resources/data/create/loot_tables/blocks/mechanical_saw.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "create:mechanical_saw" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/radial_chassis.json b/src/generated/resources/data/create/loot_tables/blocks/radial_chassis.json new file mode 100644 index 000000000..7fe93b221 --- /dev/null +++ b/src/generated/resources/data/create/loot_tables/blocks/radial_chassis.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "create:radial_chassis" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/secondary_linear_chassis.json b/src/generated/resources/data/create/loot_tables/blocks/secondary_linear_chassis.json new file mode 100644 index 000000000..eef030a7d --- /dev/null +++ b/src/generated/resources/data/create/loot_tables/blocks/secondary_linear_chassis.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "create:secondary_linear_chassis" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/translation_chassis.json b/src/generated/resources/data/create/loot_tables/blocks/translation_chassis.json deleted file mode 100644 index ab5328d59..000000000 --- a/src/generated/resources/data/create/loot_tables/blocks/translation_chassis.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:translation_chassis" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/translation_chassis_secondary.json b/src/generated/resources/data/create/loot_tables/blocks/translation_chassis_secondary.json deleted file mode 100644 index 2c25fe45c..000000000 --- a/src/generated/resources/data/create/loot_tables/blocks/translation_chassis_secondary.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "create:translation_chassis_secondary" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/harvester.json b/src/generated/resources/data/create/loot_tables/blocks/vertical_extractor.json similarity index 87% rename from src/generated/resources/data/create/loot_tables/blocks/harvester.json rename to src/generated/resources/data/create/loot_tables/blocks/vertical_extractor.json index 28cde5728..3a44e834b 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/harvester.json +++ b/src/generated/resources/data/create/loot_tables/blocks/vertical_extractor.json @@ -6,7 +6,7 @@ "entries": [ { "type": "minecraft:item", - "name": "create:harvester" + "name": "create:extractor" } ], "conditions": [ diff --git a/src/generated/resources/data/create/loot_tables/blocks/plough.json b/src/generated/resources/data/create/loot_tables/blocks/vertical_funnel.json similarity index 88% rename from src/generated/resources/data/create/loot_tables/blocks/plough.json rename to src/generated/resources/data/create/loot_tables/blocks/vertical_funnel.json index 3714a2487..34ac7539d 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/plough.json +++ b/src/generated/resources/data/create/loot_tables/blocks/vertical_funnel.json @@ -6,7 +6,7 @@ "entries": [ { "type": "minecraft:item", - "name": "create:plough" + "name": "create:funnel" } ], "conditions": [ diff --git a/src/generated/resources/data/create/loot_tables/blocks/vertical_linked_extractor.json b/src/generated/resources/data/create/loot_tables/blocks/vertical_linked_extractor.json new file mode 100644 index 000000000..3faa7e519 --- /dev/null +++ b/src/generated/resources/data/create/loot_tables/blocks/vertical_linked_extractor.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "create:linked_extractor" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/vertical_linked_transposer.json b/src/generated/resources/data/create/loot_tables/blocks/vertical_linked_transposer.json new file mode 100644 index 000000000..31ecac893 --- /dev/null +++ b/src/generated/resources/data/create/loot_tables/blocks/vertical_linked_transposer.json @@ -0,0 +1,19 @@ +{ + "type": "minecraft:block", + "pools": [ + { + "rolls": 1, + "entries": [ + { + "type": "minecraft:item", + "name": "create:linked_transposer" + } + ], + "conditions": [ + { + "condition": "minecraft:survives_explosion" + } + ] + } + ] +} \ No newline at end of file diff --git a/src/generated/resources/data/create/loot_tables/blocks/saw.json b/src/generated/resources/data/create/loot_tables/blocks/vertical_transposer.json similarity index 87% rename from src/generated/resources/data/create/loot_tables/blocks/saw.json rename to src/generated/resources/data/create/loot_tables/blocks/vertical_transposer.json index 909ce575f..846ecd381 100644 --- a/src/generated/resources/data/create/loot_tables/blocks/saw.json +++ b/src/generated/resources/data/create/loot_tables/blocks/vertical_transposer.json @@ -6,7 +6,7 @@ "entries": [ { "type": "minecraft:item", - "name": "create:saw" + "name": "create:transposer" } ], "conditions": [ diff --git a/src/generated/resources/data/create/recipes/andesite_bricks_from_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/andesite_bricks_from_andesite_stonecutting.json new file mode 100644 index 000000000..f379c7df2 --- /dev/null +++ b/src/generated/resources/data/create/recipes/andesite_bricks_from_andesite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:andesite" + }, + "result": "create:andesite_bricks", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/andesite_bricks_slab.json b/src/generated/resources/data/create/recipes/andesite_bricks_slab.json new file mode 100644 index 000000000..9b0cccec7 --- /dev/null +++ b/src/generated/resources/data/create/recipes/andesite_bricks_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "andesite_bricks_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:andesite_bricks" + } + }, + "result": { + "item": "create:andesite_bricks_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/andesite_bricks_slab_from_andesite_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/andesite_bricks_slab_from_andesite_bricks_stonecutting.json new file mode 100644 index 000000000..0d1085b90 --- /dev/null +++ b/src/generated/resources/data/create/recipes/andesite_bricks_slab_from_andesite_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:andesite_bricks" + }, + "result": "create:andesite_bricks_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/andesite_bricks_stairs.json b/src/generated/resources/data/create/recipes/andesite_bricks_stairs.json new file mode 100644 index 000000000..407facaa1 --- /dev/null +++ b/src/generated/resources/data/create/recipes/andesite_bricks_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "andesite_bricks_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:andesite_bricks" + } + }, + "result": { + "item": "create:andesite_bricks_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/andesite_bricks_stairs_from_andesite_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/andesite_bricks_stairs_from_andesite_bricks_stonecutting.json new file mode 100644 index 000000000..8820d643b --- /dev/null +++ b/src/generated/resources/data/create/recipes/andesite_bricks_stairs_from_andesite_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:andesite_bricks" + }, + "result": "create:andesite_bricks_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/andesite_bricks_wall.json b/src/generated/resources/data/create/recipes/andesite_bricks_wall.json new file mode 100644 index 000000000..d7e2dbe8e --- /dev/null +++ b/src/generated/resources/data/create/recipes/andesite_bricks_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:andesite_bricks" + } + }, + "result": { + "item": "create:andesite_bricks_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/andesite_bricks_wall_from_andesite_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/andesite_bricks_wall_from_andesite_bricks_stonecutting.json new file mode 100644 index 000000000..a9c1a58bf --- /dev/null +++ b/src/generated/resources/data/create/recipes/andesite_bricks_wall_from_andesite_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:andesite_bricks" + }, + "result": "create:andesite_bricks_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/andesite_cobblestone_from_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/andesite_cobblestone_from_andesite_stonecutting.json new file mode 100644 index 000000000..4c0bd00e4 --- /dev/null +++ b/src/generated/resources/data/create/recipes/andesite_cobblestone_from_andesite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:andesite" + }, + "result": "create:andesite_cobblestone", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/andesite_cobblestone_slab.json b/src/generated/resources/data/create/recipes/andesite_cobblestone_slab.json new file mode 100644 index 000000000..f1c8a9467 --- /dev/null +++ b/src/generated/resources/data/create/recipes/andesite_cobblestone_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "andesite_cobblestone_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:andesite_cobblestone" + } + }, + "result": { + "item": "create:andesite_cobblestone_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/andesite_cobblestone_slab_from_andesite_cobblestone_stonecutting.json b/src/generated/resources/data/create/recipes/andesite_cobblestone_slab_from_andesite_cobblestone_stonecutting.json new file mode 100644 index 000000000..2cf2a1672 --- /dev/null +++ b/src/generated/resources/data/create/recipes/andesite_cobblestone_slab_from_andesite_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:andesite_cobblestone" + }, + "result": "create:andesite_cobblestone_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/andesite_cobblestone_stairs.json b/src/generated/resources/data/create/recipes/andesite_cobblestone_stairs.json new file mode 100644 index 000000000..205b4a2c1 --- /dev/null +++ b/src/generated/resources/data/create/recipes/andesite_cobblestone_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "andesite_cobblestone_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:andesite_cobblestone" + } + }, + "result": { + "item": "create:andesite_cobblestone_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/andesite_cobblestone_stairs_from_andesite_cobblestone_stonecutting.json b/src/generated/resources/data/create/recipes/andesite_cobblestone_stairs_from_andesite_cobblestone_stonecutting.json new file mode 100644 index 000000000..589ba78d1 --- /dev/null +++ b/src/generated/resources/data/create/recipes/andesite_cobblestone_stairs_from_andesite_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:andesite_cobblestone" + }, + "result": "create:andesite_cobblestone_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/andesite_cobblestone_wall.json b/src/generated/resources/data/create/recipes/andesite_cobblestone_wall.json new file mode 100644 index 000000000..133aabe8a --- /dev/null +++ b/src/generated/resources/data/create/recipes/andesite_cobblestone_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:andesite_cobblestone" + } + }, + "result": { + "item": "create:andesite_cobblestone_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/andesite_cobblestone_wall_from_andesite_cobblestone_stonecutting.json b/src/generated/resources/data/create/recipes/andesite_cobblestone_wall_from_andesite_cobblestone_stonecutting.json new file mode 100644 index 000000000..5cdf8f26e --- /dev/null +++ b/src/generated/resources/data/create/recipes/andesite_cobblestone_wall_from_andesite_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:andesite_cobblestone" + }, + "result": "create:andesite_cobblestone_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/andesite_pillar.json b/src/generated/resources/data/create/recipes/andesite_pillar.json new file mode 100644 index 000000000..29a9ad55b --- /dev/null +++ b/src/generated/resources/data/create/recipes/andesite_pillar.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "#", + "#" + ], + "key": { + "#": { + "item": "minecraft:andesite" + } + }, + "result": { + "item": "create:andesite_pillar", + "count": 2 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/andesite_pillar_from_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/andesite_pillar_from_andesite_stonecutting.json new file mode 100644 index 000000000..44da5f560 --- /dev/null +++ b/src/generated/resources/data/create/recipes/andesite_pillar_from_andesite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:andesite" + }, + "result": "create:andesite_pillar", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/chiseled_dark_scoria_from_dark_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/chiseled_dark_scoria_from_dark_scoria_stonecutting.json new file mode 100644 index 000000000..090d48d1f --- /dev/null +++ b/src/generated/resources/data/create/recipes/chiseled_dark_scoria_from_dark_scoria_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dark_scoria" + }, + "result": "create:chiseled_dark_scoria", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/chiseled_dolomite_from_dolomite_stonecutting.json b/src/generated/resources/data/create/recipes/chiseled_dolomite_from_dolomite_stonecutting.json new file mode 100644 index 000000000..a0642caad --- /dev/null +++ b/src/generated/resources/data/create/recipes/chiseled_dolomite_from_dolomite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dolomite" + }, + "result": "create:chiseled_dolomite", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/chiseled_gabbro_from_gabbro_stonecutting.json b/src/generated/resources/data/create/recipes/chiseled_gabbro_from_gabbro_stonecutting.json new file mode 100644 index 000000000..6a2ec7b8e --- /dev/null +++ b/src/generated/resources/data/create/recipes/chiseled_gabbro_from_gabbro_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:gabbro" + }, + "result": "create:chiseled_gabbro", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/chiseled_limestone_from_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/chiseled_limestone_from_limestone_stonecutting.json new file mode 100644 index 000000000..3bd8d15fa --- /dev/null +++ b/src/generated/resources/data/create/recipes/chiseled_limestone_from_limestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:limestone" + }, + "result": "create:chiseled_limestone", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/chiseled_scoria_from_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/chiseled_scoria_from_scoria_stonecutting.json new file mode 100644 index 000000000..c93b67d22 --- /dev/null +++ b/src/generated/resources/data/create/recipes/chiseled_scoria_from_scoria_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:scoria" + }, + "result": "create:chiseled_scoria", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/chiseled_weathered_limestone_from_weathered_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/chiseled_weathered_limestone_from_weathered_limestone_stonecutting.json new file mode 100644 index 000000000..b90208216 --- /dev/null +++ b/src/generated/resources/data/create/recipes/chiseled_weathered_limestone_from_weathered_limestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:weathered_limestone" + }, + "result": "create:chiseled_weathered_limestone", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dark_scoria_bricks_from_dark_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/dark_scoria_bricks_from_dark_scoria_stonecutting.json new file mode 100644 index 000000000..19e0ca529 --- /dev/null +++ b/src/generated/resources/data/create/recipes/dark_scoria_bricks_from_dark_scoria_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dark_scoria" + }, + "result": "create:dark_scoria_bricks", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dark_scoria_bricks_slab.json b/src/generated/resources/data/create/recipes/dark_scoria_bricks_slab.json new file mode 100644 index 000000000..13e21f764 --- /dev/null +++ b/src/generated/resources/data/create/recipes/dark_scoria_bricks_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "dark_scoria_bricks_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:dark_scoria_bricks" + } + }, + "result": { + "item": "create:dark_scoria_bricks_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dark_scoria_bricks_slab_from_dark_scoria_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/dark_scoria_bricks_slab_from_dark_scoria_bricks_stonecutting.json new file mode 100644 index 000000000..1fbab0565 --- /dev/null +++ b/src/generated/resources/data/create/recipes/dark_scoria_bricks_slab_from_dark_scoria_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dark_scoria_bricks" + }, + "result": "create:dark_scoria_bricks_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dark_scoria_bricks_stairs.json b/src/generated/resources/data/create/recipes/dark_scoria_bricks_stairs.json new file mode 100644 index 000000000..ece6842f1 --- /dev/null +++ b/src/generated/resources/data/create/recipes/dark_scoria_bricks_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "dark_scoria_bricks_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:dark_scoria_bricks" + } + }, + "result": { + "item": "create:dark_scoria_bricks_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dark_scoria_bricks_stairs_from_dark_scoria_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/dark_scoria_bricks_stairs_from_dark_scoria_bricks_stonecutting.json new file mode 100644 index 000000000..6539354e5 --- /dev/null +++ b/src/generated/resources/data/create/recipes/dark_scoria_bricks_stairs_from_dark_scoria_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dark_scoria_bricks" + }, + "result": "create:dark_scoria_bricks_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dark_scoria_bricks_wall.json b/src/generated/resources/data/create/recipes/dark_scoria_bricks_wall.json new file mode 100644 index 000000000..fc105a6a5 --- /dev/null +++ b/src/generated/resources/data/create/recipes/dark_scoria_bricks_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:dark_scoria_bricks" + } + }, + "result": { + "item": "create:dark_scoria_bricks_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dark_scoria_bricks_wall_from_dark_scoria_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/dark_scoria_bricks_wall_from_dark_scoria_bricks_stonecutting.json new file mode 100644 index 000000000..6d6c04b43 --- /dev/null +++ b/src/generated/resources/data/create/recipes/dark_scoria_bricks_wall_from_dark_scoria_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dark_scoria_bricks" + }, + "result": "create:dark_scoria_bricks_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dark_scoria_cobblestone_from_dark_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/dark_scoria_cobblestone_from_dark_scoria_stonecutting.json new file mode 100644 index 000000000..7d7f84fd0 --- /dev/null +++ b/src/generated/resources/data/create/recipes/dark_scoria_cobblestone_from_dark_scoria_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dark_scoria" + }, + "result": "create:dark_scoria_cobblestone", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dark_scoria_cobblestone_slab.json b/src/generated/resources/data/create/recipes/dark_scoria_cobblestone_slab.json new file mode 100644 index 000000000..8d5380022 --- /dev/null +++ b/src/generated/resources/data/create/recipes/dark_scoria_cobblestone_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "dark_scoria_cobblestone_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:dark_scoria_cobblestone" + } + }, + "result": { + "item": "create:dark_scoria_cobblestone_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dark_scoria_cobblestone_slab_from_dark_scoria_cobblestone_stonecutting.json b/src/generated/resources/data/create/recipes/dark_scoria_cobblestone_slab_from_dark_scoria_cobblestone_stonecutting.json new file mode 100644 index 000000000..6a998f093 --- /dev/null +++ b/src/generated/resources/data/create/recipes/dark_scoria_cobblestone_slab_from_dark_scoria_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dark_scoria_cobblestone" + }, + "result": "create:dark_scoria_cobblestone_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dark_scoria_cobblestone_stairs.json b/src/generated/resources/data/create/recipes/dark_scoria_cobblestone_stairs.json new file mode 100644 index 000000000..dfe3ea127 --- /dev/null +++ b/src/generated/resources/data/create/recipes/dark_scoria_cobblestone_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "dark_scoria_cobblestone_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:dark_scoria_cobblestone" + } + }, + "result": { + "item": "create:dark_scoria_cobblestone_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dark_scoria_cobblestone_stairs_from_dark_scoria_cobblestone_stonecutting.json b/src/generated/resources/data/create/recipes/dark_scoria_cobblestone_stairs_from_dark_scoria_cobblestone_stonecutting.json new file mode 100644 index 000000000..bd21cc327 --- /dev/null +++ b/src/generated/resources/data/create/recipes/dark_scoria_cobblestone_stairs_from_dark_scoria_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dark_scoria_cobblestone" + }, + "result": "create:dark_scoria_cobblestone_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dark_scoria_cobblestone_wall.json b/src/generated/resources/data/create/recipes/dark_scoria_cobblestone_wall.json new file mode 100644 index 000000000..73263b269 --- /dev/null +++ b/src/generated/resources/data/create/recipes/dark_scoria_cobblestone_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:dark_scoria_cobblestone" + } + }, + "result": { + "item": "create:dark_scoria_cobblestone_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dark_scoria_cobblestone_wall_from_dark_scoria_cobblestone_stonecutting.json b/src/generated/resources/data/create/recipes/dark_scoria_cobblestone_wall_from_dark_scoria_cobblestone_stonecutting.json new file mode 100644 index 000000000..44e0acc8b --- /dev/null +++ b/src/generated/resources/data/create/recipes/dark_scoria_cobblestone_wall_from_dark_scoria_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dark_scoria_cobblestone" + }, + "result": "create:dark_scoria_cobblestone_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dark_scoria_pillar.json b/src/generated/resources/data/create/recipes/dark_scoria_pillar.json new file mode 100644 index 000000000..0ee3cdf40 --- /dev/null +++ b/src/generated/resources/data/create/recipes/dark_scoria_pillar.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "#", + "#" + ], + "key": { + "#": { + "item": "create:dark_scoria" + } + }, + "result": { + "item": "create:dark_scoria_pillar", + "count": 2 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dark_scoria_pillar_from_dark_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/dark_scoria_pillar_from_dark_scoria_stonecutting.json new file mode 100644 index 000000000..16b4deaeb --- /dev/null +++ b/src/generated/resources/data/create/recipes/dark_scoria_pillar_from_dark_scoria_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dark_scoria" + }, + "result": "create:dark_scoria_pillar", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/diorite_bricks_from_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/diorite_bricks_from_diorite_stonecutting.json new file mode 100644 index 000000000..d7d98e4bd --- /dev/null +++ b/src/generated/resources/data/create/recipes/diorite_bricks_from_diorite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:diorite" + }, + "result": "create:diorite_bricks", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/diorite_bricks_slab.json b/src/generated/resources/data/create/recipes/diorite_bricks_slab.json new file mode 100644 index 000000000..a766397ed --- /dev/null +++ b/src/generated/resources/data/create/recipes/diorite_bricks_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "diorite_bricks_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:diorite_bricks" + } + }, + "result": { + "item": "create:diorite_bricks_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/diorite_bricks_slab_from_diorite_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/diorite_bricks_slab_from_diorite_bricks_stonecutting.json new file mode 100644 index 000000000..a6ae10f06 --- /dev/null +++ b/src/generated/resources/data/create/recipes/diorite_bricks_slab_from_diorite_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:diorite_bricks" + }, + "result": "create:diorite_bricks_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/diorite_bricks_stairs.json b/src/generated/resources/data/create/recipes/diorite_bricks_stairs.json new file mode 100644 index 000000000..078b4c08c --- /dev/null +++ b/src/generated/resources/data/create/recipes/diorite_bricks_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "diorite_bricks_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:diorite_bricks" + } + }, + "result": { + "item": "create:diorite_bricks_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/diorite_bricks_stairs_from_diorite_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/diorite_bricks_stairs_from_diorite_bricks_stonecutting.json new file mode 100644 index 000000000..7b7db5d3f --- /dev/null +++ b/src/generated/resources/data/create/recipes/diorite_bricks_stairs_from_diorite_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:diorite_bricks" + }, + "result": "create:diorite_bricks_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/diorite_bricks_wall.json b/src/generated/resources/data/create/recipes/diorite_bricks_wall.json new file mode 100644 index 000000000..f8d8bf426 --- /dev/null +++ b/src/generated/resources/data/create/recipes/diorite_bricks_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:diorite_bricks" + } + }, + "result": { + "item": "create:diorite_bricks_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/diorite_bricks_wall_from_diorite_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/diorite_bricks_wall_from_diorite_bricks_stonecutting.json new file mode 100644 index 000000000..db3834b45 --- /dev/null +++ b/src/generated/resources/data/create/recipes/diorite_bricks_wall_from_diorite_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:diorite_bricks" + }, + "result": "create:diorite_bricks_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/diorite_cobblestone_from_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/diorite_cobblestone_from_diorite_stonecutting.json new file mode 100644 index 000000000..d39bb302c --- /dev/null +++ b/src/generated/resources/data/create/recipes/diorite_cobblestone_from_diorite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:diorite" + }, + "result": "create:diorite_cobblestone", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/diorite_cobblestone_slab.json b/src/generated/resources/data/create/recipes/diorite_cobblestone_slab.json new file mode 100644 index 000000000..b944a8e5f --- /dev/null +++ b/src/generated/resources/data/create/recipes/diorite_cobblestone_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "diorite_cobblestone_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:diorite_cobblestone" + } + }, + "result": { + "item": "create:diorite_cobblestone_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/diorite_cobblestone_slab_from_diorite_cobblestone_stonecutting.json b/src/generated/resources/data/create/recipes/diorite_cobblestone_slab_from_diorite_cobblestone_stonecutting.json new file mode 100644 index 000000000..ee8d9f224 --- /dev/null +++ b/src/generated/resources/data/create/recipes/diorite_cobblestone_slab_from_diorite_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:diorite_cobblestone" + }, + "result": "create:diorite_cobblestone_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/diorite_cobblestone_stairs.json b/src/generated/resources/data/create/recipes/diorite_cobblestone_stairs.json new file mode 100644 index 000000000..d86fcda70 --- /dev/null +++ b/src/generated/resources/data/create/recipes/diorite_cobblestone_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "diorite_cobblestone_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:diorite_cobblestone" + } + }, + "result": { + "item": "create:diorite_cobblestone_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/diorite_cobblestone_stairs_from_diorite_cobblestone_stonecutting.json b/src/generated/resources/data/create/recipes/diorite_cobblestone_stairs_from_diorite_cobblestone_stonecutting.json new file mode 100644 index 000000000..29db9f4cc --- /dev/null +++ b/src/generated/resources/data/create/recipes/diorite_cobblestone_stairs_from_diorite_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:diorite_cobblestone" + }, + "result": "create:diorite_cobblestone_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/diorite_cobblestone_wall.json b/src/generated/resources/data/create/recipes/diorite_cobblestone_wall.json new file mode 100644 index 000000000..f0783c442 --- /dev/null +++ b/src/generated/resources/data/create/recipes/diorite_cobblestone_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:diorite_cobblestone" + } + }, + "result": { + "item": "create:diorite_cobblestone_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/diorite_cobblestone_wall_from_diorite_cobblestone_stonecutting.json b/src/generated/resources/data/create/recipes/diorite_cobblestone_wall_from_diorite_cobblestone_stonecutting.json new file mode 100644 index 000000000..a2108aaa6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/diorite_cobblestone_wall_from_diorite_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:diorite_cobblestone" + }, + "result": "create:diorite_cobblestone_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/diorite_pillar.json b/src/generated/resources/data/create/recipes/diorite_pillar.json new file mode 100644 index 000000000..1ca8f05d0 --- /dev/null +++ b/src/generated/resources/data/create/recipes/diorite_pillar.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "#", + "#" + ], + "key": { + "#": { + "item": "minecraft:diorite" + } + }, + "result": { + "item": "create:diorite_pillar", + "count": 2 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/diorite_pillar_from_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/diorite_pillar_from_diorite_stonecutting.json new file mode 100644 index 000000000..081b88e5c --- /dev/null +++ b/src/generated/resources/data/create/recipes/diorite_pillar_from_diorite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:diorite" + }, + "result": "create:diorite_pillar", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dolomite_bricks_from_dolomite_stonecutting.json b/src/generated/resources/data/create/recipes/dolomite_bricks_from_dolomite_stonecutting.json new file mode 100644 index 000000000..27293be51 --- /dev/null +++ b/src/generated/resources/data/create/recipes/dolomite_bricks_from_dolomite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dolomite" + }, + "result": "create:dolomite_bricks", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dolomite_bricks_slab.json b/src/generated/resources/data/create/recipes/dolomite_bricks_slab.json new file mode 100644 index 000000000..6b6e83d28 --- /dev/null +++ b/src/generated/resources/data/create/recipes/dolomite_bricks_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "dolomite_bricks_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:dolomite_bricks" + } + }, + "result": { + "item": "create:dolomite_bricks_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dolomite_bricks_slab_from_dolomite_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/dolomite_bricks_slab_from_dolomite_bricks_stonecutting.json new file mode 100644 index 000000000..2dfb3ee7c --- /dev/null +++ b/src/generated/resources/data/create/recipes/dolomite_bricks_slab_from_dolomite_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dolomite_bricks" + }, + "result": "create:dolomite_bricks_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dolomite_bricks_stairs.json b/src/generated/resources/data/create/recipes/dolomite_bricks_stairs.json new file mode 100644 index 000000000..5ae1fd666 --- /dev/null +++ b/src/generated/resources/data/create/recipes/dolomite_bricks_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "dolomite_bricks_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:dolomite_bricks" + } + }, + "result": { + "item": "create:dolomite_bricks_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dolomite_bricks_stairs_from_dolomite_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/dolomite_bricks_stairs_from_dolomite_bricks_stonecutting.json new file mode 100644 index 000000000..1969198c3 --- /dev/null +++ b/src/generated/resources/data/create/recipes/dolomite_bricks_stairs_from_dolomite_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dolomite_bricks" + }, + "result": "create:dolomite_bricks_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dolomite_bricks_wall.json b/src/generated/resources/data/create/recipes/dolomite_bricks_wall.json new file mode 100644 index 000000000..efb7cedeb --- /dev/null +++ b/src/generated/resources/data/create/recipes/dolomite_bricks_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:dolomite_bricks" + } + }, + "result": { + "item": "create:dolomite_bricks_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dolomite_bricks_wall_from_dolomite_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/dolomite_bricks_wall_from_dolomite_bricks_stonecutting.json new file mode 100644 index 000000000..685f912cc --- /dev/null +++ b/src/generated/resources/data/create/recipes/dolomite_bricks_wall_from_dolomite_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dolomite_bricks" + }, + "result": "create:dolomite_bricks_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dolomite_cobblestone_from_dolomite_stonecutting.json b/src/generated/resources/data/create/recipes/dolomite_cobblestone_from_dolomite_stonecutting.json new file mode 100644 index 000000000..eb04ac93e --- /dev/null +++ b/src/generated/resources/data/create/recipes/dolomite_cobblestone_from_dolomite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dolomite" + }, + "result": "create:dolomite_cobblestone", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dolomite_cobblestone_slab.json b/src/generated/resources/data/create/recipes/dolomite_cobblestone_slab.json new file mode 100644 index 000000000..12b8c6120 --- /dev/null +++ b/src/generated/resources/data/create/recipes/dolomite_cobblestone_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "dolomite_cobblestone_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:dolomite_cobblestone" + } + }, + "result": { + "item": "create:dolomite_cobblestone_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dolomite_cobblestone_slab_from_dolomite_cobblestone_stonecutting.json b/src/generated/resources/data/create/recipes/dolomite_cobblestone_slab_from_dolomite_cobblestone_stonecutting.json new file mode 100644 index 000000000..432d0d101 --- /dev/null +++ b/src/generated/resources/data/create/recipes/dolomite_cobblestone_slab_from_dolomite_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dolomite_cobblestone" + }, + "result": "create:dolomite_cobblestone_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dolomite_cobblestone_stairs.json b/src/generated/resources/data/create/recipes/dolomite_cobblestone_stairs.json new file mode 100644 index 000000000..a6d09f292 --- /dev/null +++ b/src/generated/resources/data/create/recipes/dolomite_cobblestone_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "dolomite_cobblestone_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:dolomite_cobblestone" + } + }, + "result": { + "item": "create:dolomite_cobblestone_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dolomite_cobblestone_stairs_from_dolomite_cobblestone_stonecutting.json b/src/generated/resources/data/create/recipes/dolomite_cobblestone_stairs_from_dolomite_cobblestone_stonecutting.json new file mode 100644 index 000000000..cb33ce4d3 --- /dev/null +++ b/src/generated/resources/data/create/recipes/dolomite_cobblestone_stairs_from_dolomite_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dolomite_cobblestone" + }, + "result": "create:dolomite_cobblestone_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dolomite_cobblestone_wall.json b/src/generated/resources/data/create/recipes/dolomite_cobblestone_wall.json new file mode 100644 index 000000000..d765fb6c8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/dolomite_cobblestone_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:dolomite_cobblestone" + } + }, + "result": { + "item": "create:dolomite_cobblestone_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dolomite_cobblestone_wall_from_dolomite_cobblestone_stonecutting.json b/src/generated/resources/data/create/recipes/dolomite_cobblestone_wall_from_dolomite_cobblestone_stonecutting.json new file mode 100644 index 000000000..52aa41523 --- /dev/null +++ b/src/generated/resources/data/create/recipes/dolomite_cobblestone_wall_from_dolomite_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dolomite_cobblestone" + }, + "result": "create:dolomite_cobblestone_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dolomite_pillar.json b/src/generated/resources/data/create/recipes/dolomite_pillar.json new file mode 100644 index 000000000..7aac976b5 --- /dev/null +++ b/src/generated/resources/data/create/recipes/dolomite_pillar.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "#", + "#" + ], + "key": { + "#": { + "item": "create:dolomite" + } + }, + "result": { + "item": "create:dolomite_pillar", + "count": 2 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/dolomite_pillar_from_dolomite_stonecutting.json b/src/generated/resources/data/create/recipes/dolomite_pillar_from_dolomite_stonecutting.json new file mode 100644 index 000000000..9dd46828a --- /dev/null +++ b/src/generated/resources/data/create/recipes/dolomite_pillar_from_dolomite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dolomite" + }, + "result": "create:dolomite_pillar", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_andesite_bricks_from_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_andesite_bricks_from_andesite_stonecutting.json new file mode 100644 index 000000000..57a13a478 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_andesite_bricks_from_andesite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:andesite" + }, + "result": "create:fancy_andesite_bricks", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_andesite_bricks_slab.json b/src/generated/resources/data/create/recipes/fancy_andesite_bricks_slab.json new file mode 100644 index 000000000..d050535dc --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_andesite_bricks_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "fancy_andesite_bricks_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:fancy_andesite_bricks" + } + }, + "result": { + "item": "create:fancy_andesite_bricks_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_andesite_bricks_slab_from_fancy_andesite_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_andesite_bricks_slab_from_fancy_andesite_bricks_stonecutting.json new file mode 100644 index 000000000..a0965a5ea --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_andesite_bricks_slab_from_fancy_andesite_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:fancy_andesite_bricks" + }, + "result": "create:fancy_andesite_bricks_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_andesite_bricks_stairs.json b/src/generated/resources/data/create/recipes/fancy_andesite_bricks_stairs.json new file mode 100644 index 000000000..892986493 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_andesite_bricks_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "fancy_andesite_bricks_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:fancy_andesite_bricks" + } + }, + "result": { + "item": "create:fancy_andesite_bricks_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_andesite_bricks_stairs_from_fancy_andesite_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_andesite_bricks_stairs_from_fancy_andesite_bricks_stonecutting.json new file mode 100644 index 000000000..67343d21a --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_andesite_bricks_stairs_from_fancy_andesite_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:fancy_andesite_bricks" + }, + "result": "create:fancy_andesite_bricks_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_andesite_bricks_wall.json b/src/generated/resources/data/create/recipes/fancy_andesite_bricks_wall.json new file mode 100644 index 000000000..9ed0183fe --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_andesite_bricks_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:fancy_andesite_bricks" + } + }, + "result": { + "item": "create:fancy_andesite_bricks_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_andesite_bricks_wall_from_fancy_andesite_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_andesite_bricks_wall_from_fancy_andesite_bricks_stonecutting.json new file mode 100644 index 000000000..aed725cc9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_andesite_bricks_wall_from_fancy_andesite_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:fancy_andesite_bricks" + }, + "result": "create:fancy_andesite_bricks_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_dark_scoria_bricks_from_dark_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_dark_scoria_bricks_from_dark_scoria_stonecutting.json new file mode 100644 index 000000000..b6293e4a8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_dark_scoria_bricks_from_dark_scoria_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dark_scoria" + }, + "result": "create:fancy_dark_scoria_bricks", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_dark_scoria_bricks_slab.json b/src/generated/resources/data/create/recipes/fancy_dark_scoria_bricks_slab.json new file mode 100644 index 000000000..33efbec4b --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_dark_scoria_bricks_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "fancy_dark_scoria_bricks_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:fancy_dark_scoria_bricks" + } + }, + "result": { + "item": "create:fancy_dark_scoria_bricks_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_dark_scoria_bricks_slab_from_fancy_dark_scoria_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_dark_scoria_bricks_slab_from_fancy_dark_scoria_bricks_stonecutting.json new file mode 100644 index 000000000..e7057f5b7 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_dark_scoria_bricks_slab_from_fancy_dark_scoria_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:fancy_dark_scoria_bricks" + }, + "result": "create:fancy_dark_scoria_bricks_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_dark_scoria_bricks_stairs.json b/src/generated/resources/data/create/recipes/fancy_dark_scoria_bricks_stairs.json new file mode 100644 index 000000000..54ad6a678 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_dark_scoria_bricks_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "fancy_dark_scoria_bricks_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:fancy_dark_scoria_bricks" + } + }, + "result": { + "item": "create:fancy_dark_scoria_bricks_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_dark_scoria_bricks_stairs_from_fancy_dark_scoria_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_dark_scoria_bricks_stairs_from_fancy_dark_scoria_bricks_stonecutting.json new file mode 100644 index 000000000..63f8b79c5 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_dark_scoria_bricks_stairs_from_fancy_dark_scoria_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:fancy_dark_scoria_bricks" + }, + "result": "create:fancy_dark_scoria_bricks_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_dark_scoria_bricks_wall.json b/src/generated/resources/data/create/recipes/fancy_dark_scoria_bricks_wall.json new file mode 100644 index 000000000..dca9216d1 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_dark_scoria_bricks_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:fancy_dark_scoria_bricks" + } + }, + "result": { + "item": "create:fancy_dark_scoria_bricks_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_dark_scoria_bricks_wall_from_fancy_dark_scoria_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_dark_scoria_bricks_wall_from_fancy_dark_scoria_bricks_stonecutting.json new file mode 100644 index 000000000..5bcec91b3 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_dark_scoria_bricks_wall_from_fancy_dark_scoria_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:fancy_dark_scoria_bricks" + }, + "result": "create:fancy_dark_scoria_bricks_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_diorite_bricks_from_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_diorite_bricks_from_diorite_stonecutting.json new file mode 100644 index 000000000..6808bbb9b --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_diorite_bricks_from_diorite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:diorite" + }, + "result": "create:fancy_diorite_bricks", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_diorite_bricks_slab.json b/src/generated/resources/data/create/recipes/fancy_diorite_bricks_slab.json new file mode 100644 index 000000000..cc9230940 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_diorite_bricks_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "fancy_diorite_bricks_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:fancy_diorite_bricks" + } + }, + "result": { + "item": "create:fancy_diorite_bricks_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_diorite_bricks_slab_from_fancy_diorite_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_diorite_bricks_slab_from_fancy_diorite_bricks_stonecutting.json new file mode 100644 index 000000000..5a341d738 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_diorite_bricks_slab_from_fancy_diorite_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:fancy_diorite_bricks" + }, + "result": "create:fancy_diorite_bricks_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_diorite_bricks_stairs.json b/src/generated/resources/data/create/recipes/fancy_diorite_bricks_stairs.json new file mode 100644 index 000000000..33c338989 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_diorite_bricks_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "fancy_diorite_bricks_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:fancy_diorite_bricks" + } + }, + "result": { + "item": "create:fancy_diorite_bricks_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_diorite_bricks_stairs_from_fancy_diorite_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_diorite_bricks_stairs_from_fancy_diorite_bricks_stonecutting.json new file mode 100644 index 000000000..f4de1fbae --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_diorite_bricks_stairs_from_fancy_diorite_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:fancy_diorite_bricks" + }, + "result": "create:fancy_diorite_bricks_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_diorite_bricks_wall.json b/src/generated/resources/data/create/recipes/fancy_diorite_bricks_wall.json new file mode 100644 index 000000000..4d3c7b993 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_diorite_bricks_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:fancy_diorite_bricks" + } + }, + "result": { + "item": "create:fancy_diorite_bricks_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_diorite_bricks_wall_from_fancy_diorite_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_diorite_bricks_wall_from_fancy_diorite_bricks_stonecutting.json new file mode 100644 index 000000000..dcba63bcc --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_diorite_bricks_wall_from_fancy_diorite_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:fancy_diorite_bricks" + }, + "result": "create:fancy_diorite_bricks_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_dolomite_bricks_from_dolomite_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_dolomite_bricks_from_dolomite_stonecutting.json new file mode 100644 index 000000000..008a822d9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_dolomite_bricks_from_dolomite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dolomite" + }, + "result": "create:fancy_dolomite_bricks", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_dolomite_bricks_slab.json b/src/generated/resources/data/create/recipes/fancy_dolomite_bricks_slab.json new file mode 100644 index 000000000..d7a3254fa --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_dolomite_bricks_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "fancy_dolomite_bricks_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:fancy_dolomite_bricks" + } + }, + "result": { + "item": "create:fancy_dolomite_bricks_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_dolomite_bricks_slab_from_fancy_dolomite_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_dolomite_bricks_slab_from_fancy_dolomite_bricks_stonecutting.json new file mode 100644 index 000000000..901a72a41 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_dolomite_bricks_slab_from_fancy_dolomite_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:fancy_dolomite_bricks" + }, + "result": "create:fancy_dolomite_bricks_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_dolomite_bricks_stairs.json b/src/generated/resources/data/create/recipes/fancy_dolomite_bricks_stairs.json new file mode 100644 index 000000000..4ff479693 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_dolomite_bricks_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "fancy_dolomite_bricks_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:fancy_dolomite_bricks" + } + }, + "result": { + "item": "create:fancy_dolomite_bricks_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_dolomite_bricks_stairs_from_fancy_dolomite_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_dolomite_bricks_stairs_from_fancy_dolomite_bricks_stonecutting.json new file mode 100644 index 000000000..0f7ddca5a --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_dolomite_bricks_stairs_from_fancy_dolomite_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:fancy_dolomite_bricks" + }, + "result": "create:fancy_dolomite_bricks_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_dolomite_bricks_wall.json b/src/generated/resources/data/create/recipes/fancy_dolomite_bricks_wall.json new file mode 100644 index 000000000..4b0971422 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_dolomite_bricks_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:fancy_dolomite_bricks" + } + }, + "result": { + "item": "create:fancy_dolomite_bricks_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_dolomite_bricks_wall_from_fancy_dolomite_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_dolomite_bricks_wall_from_fancy_dolomite_bricks_stonecutting.json new file mode 100644 index 000000000..04a7e0f37 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_dolomite_bricks_wall_from_fancy_dolomite_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:fancy_dolomite_bricks" + }, + "result": "create:fancy_dolomite_bricks_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_gabbro_bricks_from_gabbro_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_gabbro_bricks_from_gabbro_stonecutting.json new file mode 100644 index 000000000..351e3c9ca --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_gabbro_bricks_from_gabbro_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:gabbro" + }, + "result": "create:fancy_gabbro_bricks", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_gabbro_bricks_slab.json b/src/generated/resources/data/create/recipes/fancy_gabbro_bricks_slab.json new file mode 100644 index 000000000..33f0fe950 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_gabbro_bricks_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "fancy_gabbro_bricks_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:fancy_gabbro_bricks" + } + }, + "result": { + "item": "create:fancy_gabbro_bricks_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_gabbro_bricks_slab_from_fancy_gabbro_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_gabbro_bricks_slab_from_fancy_gabbro_bricks_stonecutting.json new file mode 100644 index 000000000..3b7d9ffe7 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_gabbro_bricks_slab_from_fancy_gabbro_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:fancy_gabbro_bricks" + }, + "result": "create:fancy_gabbro_bricks_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_gabbro_bricks_stairs.json b/src/generated/resources/data/create/recipes/fancy_gabbro_bricks_stairs.json new file mode 100644 index 000000000..b65c6fcd7 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_gabbro_bricks_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "fancy_gabbro_bricks_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:fancy_gabbro_bricks" + } + }, + "result": { + "item": "create:fancy_gabbro_bricks_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_gabbro_bricks_stairs_from_fancy_gabbro_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_gabbro_bricks_stairs_from_fancy_gabbro_bricks_stonecutting.json new file mode 100644 index 000000000..3996ec4d6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_gabbro_bricks_stairs_from_fancy_gabbro_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:fancy_gabbro_bricks" + }, + "result": "create:fancy_gabbro_bricks_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_gabbro_bricks_wall.json b/src/generated/resources/data/create/recipes/fancy_gabbro_bricks_wall.json new file mode 100644 index 000000000..9afb5cdcb --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_gabbro_bricks_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:fancy_gabbro_bricks" + } + }, + "result": { + "item": "create:fancy_gabbro_bricks_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_gabbro_bricks_wall_from_fancy_gabbro_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_gabbro_bricks_wall_from_fancy_gabbro_bricks_stonecutting.json new file mode 100644 index 000000000..0aaac5f92 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_gabbro_bricks_wall_from_fancy_gabbro_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:fancy_gabbro_bricks" + }, + "result": "create:fancy_gabbro_bricks_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_granite_bricks_from_granite_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_granite_bricks_from_granite_stonecutting.json new file mode 100644 index 000000000..3fb566c63 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_granite_bricks_from_granite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:granite" + }, + "result": "create:fancy_granite_bricks", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_granite_bricks_slab.json b/src/generated/resources/data/create/recipes/fancy_granite_bricks_slab.json new file mode 100644 index 000000000..7ea77a9e6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_granite_bricks_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "fancy_granite_bricks_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:fancy_granite_bricks" + } + }, + "result": { + "item": "create:fancy_granite_bricks_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_granite_bricks_slab_from_fancy_granite_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_granite_bricks_slab_from_fancy_granite_bricks_stonecutting.json new file mode 100644 index 000000000..dbe8e70d6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_granite_bricks_slab_from_fancy_granite_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:fancy_granite_bricks" + }, + "result": "create:fancy_granite_bricks_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_granite_bricks_stairs.json b/src/generated/resources/data/create/recipes/fancy_granite_bricks_stairs.json new file mode 100644 index 000000000..d184411da --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_granite_bricks_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "fancy_granite_bricks_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:fancy_granite_bricks" + } + }, + "result": { + "item": "create:fancy_granite_bricks_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_granite_bricks_stairs_from_fancy_granite_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_granite_bricks_stairs_from_fancy_granite_bricks_stonecutting.json new file mode 100644 index 000000000..1557eac14 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_granite_bricks_stairs_from_fancy_granite_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:fancy_granite_bricks" + }, + "result": "create:fancy_granite_bricks_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_granite_bricks_wall.json b/src/generated/resources/data/create/recipes/fancy_granite_bricks_wall.json new file mode 100644 index 000000000..f438553c6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_granite_bricks_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:fancy_granite_bricks" + } + }, + "result": { + "item": "create:fancy_granite_bricks_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_granite_bricks_wall_from_fancy_granite_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_granite_bricks_wall_from_fancy_granite_bricks_stonecutting.json new file mode 100644 index 000000000..77814687f --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_granite_bricks_wall_from_fancy_granite_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:fancy_granite_bricks" + }, + "result": "create:fancy_granite_bricks_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_limestone_bricks_from_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_limestone_bricks_from_limestone_stonecutting.json new file mode 100644 index 000000000..4841a7644 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_limestone_bricks_from_limestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:limestone" + }, + "result": "create:fancy_limestone_bricks", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_limestone_bricks_slab.json b/src/generated/resources/data/create/recipes/fancy_limestone_bricks_slab.json new file mode 100644 index 000000000..7cbf9f931 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_limestone_bricks_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "fancy_limestone_bricks_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:fancy_limestone_bricks" + } + }, + "result": { + "item": "create:fancy_limestone_bricks_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_limestone_bricks_slab_from_fancy_limestone_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_limestone_bricks_slab_from_fancy_limestone_bricks_stonecutting.json new file mode 100644 index 000000000..60d2924fb --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_limestone_bricks_slab_from_fancy_limestone_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:fancy_limestone_bricks" + }, + "result": "create:fancy_limestone_bricks_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_limestone_bricks_stairs.json b/src/generated/resources/data/create/recipes/fancy_limestone_bricks_stairs.json new file mode 100644 index 000000000..a37e94142 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_limestone_bricks_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "fancy_limestone_bricks_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:fancy_limestone_bricks" + } + }, + "result": { + "item": "create:fancy_limestone_bricks_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_limestone_bricks_stairs_from_fancy_limestone_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_limestone_bricks_stairs_from_fancy_limestone_bricks_stonecutting.json new file mode 100644 index 000000000..f35796413 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_limestone_bricks_stairs_from_fancy_limestone_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:fancy_limestone_bricks" + }, + "result": "create:fancy_limestone_bricks_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_limestone_bricks_wall.json b/src/generated/resources/data/create/recipes/fancy_limestone_bricks_wall.json new file mode 100644 index 000000000..fb3154e60 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_limestone_bricks_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:fancy_limestone_bricks" + } + }, + "result": { + "item": "create:fancy_limestone_bricks_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_limestone_bricks_wall_from_fancy_limestone_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_limestone_bricks_wall_from_fancy_limestone_bricks_stonecutting.json new file mode 100644 index 000000000..07204ef78 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_limestone_bricks_wall_from_fancy_limestone_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:fancy_limestone_bricks" + }, + "result": "create:fancy_limestone_bricks_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_scoria_bricks_from_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_scoria_bricks_from_scoria_stonecutting.json new file mode 100644 index 000000000..f739b0428 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_scoria_bricks_from_scoria_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:scoria" + }, + "result": "create:fancy_scoria_bricks", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_scoria_bricks_slab.json b/src/generated/resources/data/create/recipes/fancy_scoria_bricks_slab.json new file mode 100644 index 000000000..6bdc83341 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_scoria_bricks_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "fancy_scoria_bricks_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:fancy_scoria_bricks" + } + }, + "result": { + "item": "create:fancy_scoria_bricks_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_scoria_bricks_slab_from_fancy_scoria_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_scoria_bricks_slab_from_fancy_scoria_bricks_stonecutting.json new file mode 100644 index 000000000..de0d1ce2b --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_scoria_bricks_slab_from_fancy_scoria_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:fancy_scoria_bricks" + }, + "result": "create:fancy_scoria_bricks_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_scoria_bricks_stairs.json b/src/generated/resources/data/create/recipes/fancy_scoria_bricks_stairs.json new file mode 100644 index 000000000..6478df183 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_scoria_bricks_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "fancy_scoria_bricks_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:fancy_scoria_bricks" + } + }, + "result": { + "item": "create:fancy_scoria_bricks_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_scoria_bricks_stairs_from_fancy_scoria_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_scoria_bricks_stairs_from_fancy_scoria_bricks_stonecutting.json new file mode 100644 index 000000000..d8335f85b --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_scoria_bricks_stairs_from_fancy_scoria_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:fancy_scoria_bricks" + }, + "result": "create:fancy_scoria_bricks_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_scoria_bricks_wall.json b/src/generated/resources/data/create/recipes/fancy_scoria_bricks_wall.json new file mode 100644 index 000000000..89f2eee50 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_scoria_bricks_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:fancy_scoria_bricks" + } + }, + "result": { + "item": "create:fancy_scoria_bricks_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_scoria_bricks_wall_from_fancy_scoria_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_scoria_bricks_wall_from_fancy_scoria_bricks_stonecutting.json new file mode 100644 index 000000000..6db6b2f9f --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_scoria_bricks_wall_from_fancy_scoria_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:fancy_scoria_bricks" + }, + "result": "create:fancy_scoria_bricks_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_weathered_limestone_bricks_from_weathered_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_weathered_limestone_bricks_from_weathered_limestone_stonecutting.json new file mode 100644 index 000000000..009feca0e --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_weathered_limestone_bricks_from_weathered_limestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:weathered_limestone" + }, + "result": "create:fancy_weathered_limestone_bricks", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_weathered_limestone_bricks_slab.json b/src/generated/resources/data/create/recipes/fancy_weathered_limestone_bricks_slab.json new file mode 100644 index 000000000..a8e974ca4 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_weathered_limestone_bricks_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "fancy_weathered_limestone_bricks_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:fancy_weathered_limestone_bricks" + } + }, + "result": { + "item": "create:fancy_weathered_limestone_bricks_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_weathered_limestone_bricks_slab_from_fancy_weathered_limestone_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_weathered_limestone_bricks_slab_from_fancy_weathered_limestone_bricks_stonecutting.json new file mode 100644 index 000000000..73d8a5d42 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_weathered_limestone_bricks_slab_from_fancy_weathered_limestone_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:fancy_weathered_limestone_bricks" + }, + "result": "create:fancy_weathered_limestone_bricks_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_weathered_limestone_bricks_stairs.json b/src/generated/resources/data/create/recipes/fancy_weathered_limestone_bricks_stairs.json new file mode 100644 index 000000000..67b2a4531 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_weathered_limestone_bricks_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "fancy_weathered_limestone_bricks_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:fancy_weathered_limestone_bricks" + } + }, + "result": { + "item": "create:fancy_weathered_limestone_bricks_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_weathered_limestone_bricks_stairs_from_fancy_weathered_limestone_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_weathered_limestone_bricks_stairs_from_fancy_weathered_limestone_bricks_stonecutting.json new file mode 100644 index 000000000..a095fe657 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_weathered_limestone_bricks_stairs_from_fancy_weathered_limestone_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:fancy_weathered_limestone_bricks" + }, + "result": "create:fancy_weathered_limestone_bricks_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_weathered_limestone_bricks_wall.json b/src/generated/resources/data/create/recipes/fancy_weathered_limestone_bricks_wall.json new file mode 100644 index 000000000..cd0e0c738 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_weathered_limestone_bricks_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:fancy_weathered_limestone_bricks" + } + }, + "result": { + "item": "create:fancy_weathered_limestone_bricks_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/fancy_weathered_limestone_bricks_wall_from_fancy_weathered_limestone_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/fancy_weathered_limestone_bricks_wall_from_fancy_weathered_limestone_bricks_stonecutting.json new file mode 100644 index 000000000..68714b0a7 --- /dev/null +++ b/src/generated/resources/data/create/recipes/fancy_weathered_limestone_bricks_wall_from_fancy_weathered_limestone_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:fancy_weathered_limestone_bricks" + }, + "result": "create:fancy_weathered_limestone_bricks_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/gabbro_bricks_from_gabbro_stonecutting.json b/src/generated/resources/data/create/recipes/gabbro_bricks_from_gabbro_stonecutting.json new file mode 100644 index 000000000..db7afd4fd --- /dev/null +++ b/src/generated/resources/data/create/recipes/gabbro_bricks_from_gabbro_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:gabbro" + }, + "result": "create:gabbro_bricks", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/gabbro_bricks_slab.json b/src/generated/resources/data/create/recipes/gabbro_bricks_slab.json new file mode 100644 index 000000000..516ac96e8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/gabbro_bricks_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "gabbro_bricks_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:gabbro_bricks" + } + }, + "result": { + "item": "create:gabbro_bricks_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/gabbro_bricks_slab_from_gabbro_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/gabbro_bricks_slab_from_gabbro_bricks_stonecutting.json new file mode 100644 index 000000000..b5a03e813 --- /dev/null +++ b/src/generated/resources/data/create/recipes/gabbro_bricks_slab_from_gabbro_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:gabbro_bricks" + }, + "result": "create:gabbro_bricks_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/gabbro_bricks_stairs.json b/src/generated/resources/data/create/recipes/gabbro_bricks_stairs.json new file mode 100644 index 000000000..6b32787e1 --- /dev/null +++ b/src/generated/resources/data/create/recipes/gabbro_bricks_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "gabbro_bricks_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:gabbro_bricks" + } + }, + "result": { + "item": "create:gabbro_bricks_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/gabbro_bricks_stairs_from_gabbro_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/gabbro_bricks_stairs_from_gabbro_bricks_stonecutting.json new file mode 100644 index 000000000..c333f57d2 --- /dev/null +++ b/src/generated/resources/data/create/recipes/gabbro_bricks_stairs_from_gabbro_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:gabbro_bricks" + }, + "result": "create:gabbro_bricks_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/gabbro_bricks_wall.json b/src/generated/resources/data/create/recipes/gabbro_bricks_wall.json new file mode 100644 index 000000000..72e28813c --- /dev/null +++ b/src/generated/resources/data/create/recipes/gabbro_bricks_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:gabbro_bricks" + } + }, + "result": { + "item": "create:gabbro_bricks_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/gabbro_bricks_wall_from_gabbro_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/gabbro_bricks_wall_from_gabbro_bricks_stonecutting.json new file mode 100644 index 000000000..2250c4bf3 --- /dev/null +++ b/src/generated/resources/data/create/recipes/gabbro_bricks_wall_from_gabbro_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:gabbro_bricks" + }, + "result": "create:gabbro_bricks_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/gabbro_cobblestone_from_gabbro_stonecutting.json b/src/generated/resources/data/create/recipes/gabbro_cobblestone_from_gabbro_stonecutting.json new file mode 100644 index 000000000..0d5efe1df --- /dev/null +++ b/src/generated/resources/data/create/recipes/gabbro_cobblestone_from_gabbro_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:gabbro" + }, + "result": "create:gabbro_cobblestone", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/gabbro_cobblestone_slab.json b/src/generated/resources/data/create/recipes/gabbro_cobblestone_slab.json new file mode 100644 index 000000000..85122a85c --- /dev/null +++ b/src/generated/resources/data/create/recipes/gabbro_cobblestone_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "gabbro_cobblestone_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:gabbro_cobblestone" + } + }, + "result": { + "item": "create:gabbro_cobblestone_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/gabbro_cobblestone_slab_from_gabbro_cobblestone_stonecutting.json b/src/generated/resources/data/create/recipes/gabbro_cobblestone_slab_from_gabbro_cobblestone_stonecutting.json new file mode 100644 index 000000000..aa2ed36f2 --- /dev/null +++ b/src/generated/resources/data/create/recipes/gabbro_cobblestone_slab_from_gabbro_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:gabbro_cobblestone" + }, + "result": "create:gabbro_cobblestone_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/gabbro_cobblestone_stairs.json b/src/generated/resources/data/create/recipes/gabbro_cobblestone_stairs.json new file mode 100644 index 000000000..c0a0719f1 --- /dev/null +++ b/src/generated/resources/data/create/recipes/gabbro_cobblestone_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "gabbro_cobblestone_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:gabbro_cobblestone" + } + }, + "result": { + "item": "create:gabbro_cobblestone_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/gabbro_cobblestone_stairs_from_gabbro_cobblestone_stonecutting.json b/src/generated/resources/data/create/recipes/gabbro_cobblestone_stairs_from_gabbro_cobblestone_stonecutting.json new file mode 100644 index 000000000..f94fb6d01 --- /dev/null +++ b/src/generated/resources/data/create/recipes/gabbro_cobblestone_stairs_from_gabbro_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:gabbro_cobblestone" + }, + "result": "create:gabbro_cobblestone_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/gabbro_cobblestone_wall.json b/src/generated/resources/data/create/recipes/gabbro_cobblestone_wall.json new file mode 100644 index 000000000..1942b516a --- /dev/null +++ b/src/generated/resources/data/create/recipes/gabbro_cobblestone_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:gabbro_cobblestone" + } + }, + "result": { + "item": "create:gabbro_cobblestone_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/gabbro_cobblestone_wall_from_gabbro_cobblestone_stonecutting.json b/src/generated/resources/data/create/recipes/gabbro_cobblestone_wall_from_gabbro_cobblestone_stonecutting.json new file mode 100644 index 000000000..01fdd91fc --- /dev/null +++ b/src/generated/resources/data/create/recipes/gabbro_cobblestone_wall_from_gabbro_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:gabbro_cobblestone" + }, + "result": "create:gabbro_cobblestone_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/gabbro_pillar.json b/src/generated/resources/data/create/recipes/gabbro_pillar.json new file mode 100644 index 000000000..e8da51e24 --- /dev/null +++ b/src/generated/resources/data/create/recipes/gabbro_pillar.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "#", + "#" + ], + "key": { + "#": { + "item": "create:gabbro" + } + }, + "result": { + "item": "create:gabbro_pillar", + "count": 2 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/gabbro_pillar_from_gabbro_stonecutting.json b/src/generated/resources/data/create/recipes/gabbro_pillar_from_gabbro_stonecutting.json new file mode 100644 index 000000000..cc10726ff --- /dev/null +++ b/src/generated/resources/data/create/recipes/gabbro_pillar_from_gabbro_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:gabbro" + }, + "result": "create:gabbro_pillar", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/granite_bricks_from_granite_stonecutting.json b/src/generated/resources/data/create/recipes/granite_bricks_from_granite_stonecutting.json new file mode 100644 index 000000000..737c1061e --- /dev/null +++ b/src/generated/resources/data/create/recipes/granite_bricks_from_granite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:granite" + }, + "result": "create:granite_bricks", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/granite_bricks_slab.json b/src/generated/resources/data/create/recipes/granite_bricks_slab.json new file mode 100644 index 000000000..b71b2976e --- /dev/null +++ b/src/generated/resources/data/create/recipes/granite_bricks_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "granite_bricks_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:granite_bricks" + } + }, + "result": { + "item": "create:granite_bricks_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/granite_bricks_slab_from_granite_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/granite_bricks_slab_from_granite_bricks_stonecutting.json new file mode 100644 index 000000000..5888f97d8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/granite_bricks_slab_from_granite_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:granite_bricks" + }, + "result": "create:granite_bricks_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/granite_bricks_stairs.json b/src/generated/resources/data/create/recipes/granite_bricks_stairs.json new file mode 100644 index 000000000..729e26378 --- /dev/null +++ b/src/generated/resources/data/create/recipes/granite_bricks_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "granite_bricks_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:granite_bricks" + } + }, + "result": { + "item": "create:granite_bricks_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/granite_bricks_stairs_from_granite_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/granite_bricks_stairs_from_granite_bricks_stonecutting.json new file mode 100644 index 000000000..d1add3d7f --- /dev/null +++ b/src/generated/resources/data/create/recipes/granite_bricks_stairs_from_granite_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:granite_bricks" + }, + "result": "create:granite_bricks_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/granite_bricks_wall.json b/src/generated/resources/data/create/recipes/granite_bricks_wall.json new file mode 100644 index 000000000..77aaf5e76 --- /dev/null +++ b/src/generated/resources/data/create/recipes/granite_bricks_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:granite_bricks" + } + }, + "result": { + "item": "create:granite_bricks_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/granite_bricks_wall_from_granite_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/granite_bricks_wall_from_granite_bricks_stonecutting.json new file mode 100644 index 000000000..e31e838da --- /dev/null +++ b/src/generated/resources/data/create/recipes/granite_bricks_wall_from_granite_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:granite_bricks" + }, + "result": "create:granite_bricks_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/granite_cobblestone_from_granite_stonecutting.json b/src/generated/resources/data/create/recipes/granite_cobblestone_from_granite_stonecutting.json new file mode 100644 index 000000000..fab823031 --- /dev/null +++ b/src/generated/resources/data/create/recipes/granite_cobblestone_from_granite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:granite" + }, + "result": "create:granite_cobblestone", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/granite_cobblestone_slab.json b/src/generated/resources/data/create/recipes/granite_cobblestone_slab.json new file mode 100644 index 000000000..e0f50373e --- /dev/null +++ b/src/generated/resources/data/create/recipes/granite_cobblestone_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "granite_cobblestone_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:granite_cobblestone" + } + }, + "result": { + "item": "create:granite_cobblestone_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/granite_cobblestone_slab_from_granite_cobblestone_stonecutting.json b/src/generated/resources/data/create/recipes/granite_cobblestone_slab_from_granite_cobblestone_stonecutting.json new file mode 100644 index 000000000..61e655d85 --- /dev/null +++ b/src/generated/resources/data/create/recipes/granite_cobblestone_slab_from_granite_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:granite_cobblestone" + }, + "result": "create:granite_cobblestone_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/granite_cobblestone_stairs.json b/src/generated/resources/data/create/recipes/granite_cobblestone_stairs.json new file mode 100644 index 000000000..43bb26b90 --- /dev/null +++ b/src/generated/resources/data/create/recipes/granite_cobblestone_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "granite_cobblestone_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:granite_cobblestone" + } + }, + "result": { + "item": "create:granite_cobblestone_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/granite_cobblestone_stairs_from_granite_cobblestone_stonecutting.json b/src/generated/resources/data/create/recipes/granite_cobblestone_stairs_from_granite_cobblestone_stonecutting.json new file mode 100644 index 000000000..9b434aaf7 --- /dev/null +++ b/src/generated/resources/data/create/recipes/granite_cobblestone_stairs_from_granite_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:granite_cobblestone" + }, + "result": "create:granite_cobblestone_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/granite_cobblestone_wall.json b/src/generated/resources/data/create/recipes/granite_cobblestone_wall.json new file mode 100644 index 000000000..8a456c4d6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/granite_cobblestone_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:granite_cobblestone" + } + }, + "result": { + "item": "create:granite_cobblestone_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/granite_cobblestone_wall_from_granite_cobblestone_stonecutting.json b/src/generated/resources/data/create/recipes/granite_cobblestone_wall_from_granite_cobblestone_stonecutting.json new file mode 100644 index 000000000..4d3e7075b --- /dev/null +++ b/src/generated/resources/data/create/recipes/granite_cobblestone_wall_from_granite_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:granite_cobblestone" + }, + "result": "create:granite_cobblestone_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/granite_pillar.json b/src/generated/resources/data/create/recipes/granite_pillar.json new file mode 100644 index 000000000..9c1863348 --- /dev/null +++ b/src/generated/resources/data/create/recipes/granite_pillar.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "#", + "#" + ], + "key": { + "#": { + "item": "minecraft:granite" + } + }, + "result": { + "item": "create:granite_pillar", + "count": 2 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/granite_pillar_from_granite_stonecutting.json b/src/generated/resources/data/create/recipes/granite_pillar_from_granite_stonecutting.json new file mode 100644 index 000000000..7df1313ef --- /dev/null +++ b/src/generated/resources/data/create/recipes/granite_pillar_from_granite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:granite" + }, + "result": "create:granite_pillar", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_andesite_from_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/layered_andesite_from_andesite_stonecutting.json new file mode 100644 index 000000000..c7fefccfc --- /dev/null +++ b/src/generated/resources/data/create/recipes/layered_andesite_from_andesite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:andesite" + }, + "result": "create:layered_andesite", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_dark_scoria_from_dark_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/layered_dark_scoria_from_dark_scoria_stonecutting.json new file mode 100644 index 000000000..3f86866cc --- /dev/null +++ b/src/generated/resources/data/create/recipes/layered_dark_scoria_from_dark_scoria_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dark_scoria" + }, + "result": "create:layered_dark_scoria", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_diorite_from_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/layered_diorite_from_diorite_stonecutting.json new file mode 100644 index 000000000..9f290ccc5 --- /dev/null +++ b/src/generated/resources/data/create/recipes/layered_diorite_from_diorite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:diorite" + }, + "result": "create:layered_diorite", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_dolomite_from_dolomite_stonecutting.json b/src/generated/resources/data/create/recipes/layered_dolomite_from_dolomite_stonecutting.json new file mode 100644 index 000000000..512c67747 --- /dev/null +++ b/src/generated/resources/data/create/recipes/layered_dolomite_from_dolomite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dolomite" + }, + "result": "create:layered_dolomite", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_gabbro_from_gabbro_stonecutting.json b/src/generated/resources/data/create/recipes/layered_gabbro_from_gabbro_stonecutting.json new file mode 100644 index 000000000..db447fb19 --- /dev/null +++ b/src/generated/resources/data/create/recipes/layered_gabbro_from_gabbro_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:gabbro" + }, + "result": "create:layered_gabbro", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_granite_from_granite_stonecutting.json b/src/generated/resources/data/create/recipes/layered_granite_from_granite_stonecutting.json new file mode 100644 index 000000000..384c7912e --- /dev/null +++ b/src/generated/resources/data/create/recipes/layered_granite_from_granite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:granite" + }, + "result": "create:layered_granite", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_limestone_from_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/layered_limestone_from_limestone_stonecutting.json new file mode 100644 index 000000000..bfec0ef44 --- /dev/null +++ b/src/generated/resources/data/create/recipes/layered_limestone_from_limestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:limestone" + }, + "result": "create:layered_limestone", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_scoria_from_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/layered_scoria_from_scoria_stonecutting.json new file mode 100644 index 000000000..e6b6c0e56 --- /dev/null +++ b/src/generated/resources/data/create/recipes/layered_scoria_from_scoria_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:scoria" + }, + "result": "create:layered_scoria", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/layered_weathered_limestone_from_weathered_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/layered_weathered_limestone_from_weathered_limestone_stonecutting.json new file mode 100644 index 000000000..54943f874 --- /dev/null +++ b/src/generated/resources/data/create/recipes/layered_weathered_limestone_from_weathered_limestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:weathered_limestone" + }, + "result": "create:layered_weathered_limestone", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/limestone_bricks_from_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/limestone_bricks_from_limestone_stonecutting.json new file mode 100644 index 000000000..abb1d975c --- /dev/null +++ b/src/generated/resources/data/create/recipes/limestone_bricks_from_limestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:limestone" + }, + "result": "create:limestone_bricks", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/limestone_bricks_slab.json b/src/generated/resources/data/create/recipes/limestone_bricks_slab.json new file mode 100644 index 000000000..e02fa8541 --- /dev/null +++ b/src/generated/resources/data/create/recipes/limestone_bricks_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "limestone_bricks_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:limestone_bricks" + } + }, + "result": { + "item": "create:limestone_bricks_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/limestone_bricks_slab_from_limestone_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/limestone_bricks_slab_from_limestone_bricks_stonecutting.json new file mode 100644 index 000000000..52e335b87 --- /dev/null +++ b/src/generated/resources/data/create/recipes/limestone_bricks_slab_from_limestone_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:limestone_bricks" + }, + "result": "create:limestone_bricks_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/limestone_bricks_stairs.json b/src/generated/resources/data/create/recipes/limestone_bricks_stairs.json new file mode 100644 index 000000000..2a8cf86a4 --- /dev/null +++ b/src/generated/resources/data/create/recipes/limestone_bricks_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "limestone_bricks_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:limestone_bricks" + } + }, + "result": { + "item": "create:limestone_bricks_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/limestone_bricks_stairs_from_limestone_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/limestone_bricks_stairs_from_limestone_bricks_stonecutting.json new file mode 100644 index 000000000..2329b41d0 --- /dev/null +++ b/src/generated/resources/data/create/recipes/limestone_bricks_stairs_from_limestone_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:limestone_bricks" + }, + "result": "create:limestone_bricks_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/limestone_bricks_wall.json b/src/generated/resources/data/create/recipes/limestone_bricks_wall.json new file mode 100644 index 000000000..8b3075046 --- /dev/null +++ b/src/generated/resources/data/create/recipes/limestone_bricks_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:limestone_bricks" + } + }, + "result": { + "item": "create:limestone_bricks_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/limestone_bricks_wall_from_limestone_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/limestone_bricks_wall_from_limestone_bricks_stonecutting.json new file mode 100644 index 000000000..2c658fcb0 --- /dev/null +++ b/src/generated/resources/data/create/recipes/limestone_bricks_wall_from_limestone_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:limestone_bricks" + }, + "result": "create:limestone_bricks_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/limestone_cobblestone_from_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/limestone_cobblestone_from_limestone_stonecutting.json new file mode 100644 index 000000000..cdc5224e9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/limestone_cobblestone_from_limestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:limestone" + }, + "result": "create:limestone_cobblestone", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/limestone_cobblestone_slab.json b/src/generated/resources/data/create/recipes/limestone_cobblestone_slab.json new file mode 100644 index 000000000..d207bbec5 --- /dev/null +++ b/src/generated/resources/data/create/recipes/limestone_cobblestone_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "limestone_cobblestone_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:limestone_cobblestone" + } + }, + "result": { + "item": "create:limestone_cobblestone_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/limestone_cobblestone_slab_from_limestone_cobblestone_stonecutting.json b/src/generated/resources/data/create/recipes/limestone_cobblestone_slab_from_limestone_cobblestone_stonecutting.json new file mode 100644 index 000000000..998a454a2 --- /dev/null +++ b/src/generated/resources/data/create/recipes/limestone_cobblestone_slab_from_limestone_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:limestone_cobblestone" + }, + "result": "create:limestone_cobblestone_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/limestone_cobblestone_stairs.json b/src/generated/resources/data/create/recipes/limestone_cobblestone_stairs.json new file mode 100644 index 000000000..dbf25c4a7 --- /dev/null +++ b/src/generated/resources/data/create/recipes/limestone_cobblestone_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "limestone_cobblestone_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:limestone_cobblestone" + } + }, + "result": { + "item": "create:limestone_cobblestone_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/limestone_cobblestone_stairs_from_limestone_cobblestone_stonecutting.json b/src/generated/resources/data/create/recipes/limestone_cobblestone_stairs_from_limestone_cobblestone_stonecutting.json new file mode 100644 index 000000000..ff574a1aa --- /dev/null +++ b/src/generated/resources/data/create/recipes/limestone_cobblestone_stairs_from_limestone_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:limestone_cobblestone" + }, + "result": "create:limestone_cobblestone_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/limestone_cobblestone_wall.json b/src/generated/resources/data/create/recipes/limestone_cobblestone_wall.json new file mode 100644 index 000000000..f5c301e74 --- /dev/null +++ b/src/generated/resources/data/create/recipes/limestone_cobblestone_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:limestone_cobblestone" + } + }, + "result": { + "item": "create:limestone_cobblestone_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/limestone_cobblestone_wall_from_limestone_cobblestone_stonecutting.json b/src/generated/resources/data/create/recipes/limestone_cobblestone_wall_from_limestone_cobblestone_stonecutting.json new file mode 100644 index 000000000..937c7d167 --- /dev/null +++ b/src/generated/resources/data/create/recipes/limestone_cobblestone_wall_from_limestone_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:limestone_cobblestone" + }, + "result": "create:limestone_cobblestone_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/limestone_pillar.json b/src/generated/resources/data/create/recipes/limestone_pillar.json new file mode 100644 index 000000000..2aebbe3be --- /dev/null +++ b/src/generated/resources/data/create/recipes/limestone_pillar.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "#", + "#" + ], + "key": { + "#": { + "item": "create:limestone" + } + }, + "result": { + "item": "create:limestone_pillar", + "count": 2 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/limestone_pillar_from_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/limestone_pillar_from_limestone_stonecutting.json new file mode 100644 index 000000000..b1bb3e877 --- /dev/null +++ b/src/generated/resources/data/create/recipes/limestone_pillar_from_limestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:limestone" + }, + "result": "create:limestone_pillar", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mossy_andesite_from_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/mossy_andesite_from_andesite_stonecutting.json new file mode 100644 index 000000000..5d0ce26f7 --- /dev/null +++ b/src/generated/resources/data/create/recipes/mossy_andesite_from_andesite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:andesite" + }, + "result": "create:mossy_andesite", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mossy_dark_scoria_from_dark_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/mossy_dark_scoria_from_dark_scoria_stonecutting.json new file mode 100644 index 000000000..d1c54255f --- /dev/null +++ b/src/generated/resources/data/create/recipes/mossy_dark_scoria_from_dark_scoria_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dark_scoria" + }, + "result": "create:mossy_dark_scoria", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mossy_diorite_from_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/mossy_diorite_from_diorite_stonecutting.json new file mode 100644 index 000000000..5d677bdb3 --- /dev/null +++ b/src/generated/resources/data/create/recipes/mossy_diorite_from_diorite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:diorite" + }, + "result": "create:mossy_diorite", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mossy_dolomite_from_dolomite_stonecutting.json b/src/generated/resources/data/create/recipes/mossy_dolomite_from_dolomite_stonecutting.json new file mode 100644 index 000000000..64fc749ca --- /dev/null +++ b/src/generated/resources/data/create/recipes/mossy_dolomite_from_dolomite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dolomite" + }, + "result": "create:mossy_dolomite", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mossy_gabbro_from_gabbro_stonecutting.json b/src/generated/resources/data/create/recipes/mossy_gabbro_from_gabbro_stonecutting.json new file mode 100644 index 000000000..f3d1272fb --- /dev/null +++ b/src/generated/resources/data/create/recipes/mossy_gabbro_from_gabbro_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:gabbro" + }, + "result": "create:mossy_gabbro", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mossy_granite_from_granite_stonecutting.json b/src/generated/resources/data/create/recipes/mossy_granite_from_granite_stonecutting.json new file mode 100644 index 000000000..c874a25c1 --- /dev/null +++ b/src/generated/resources/data/create/recipes/mossy_granite_from_granite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:granite" + }, + "result": "create:mossy_granite", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mossy_limestone_from_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/mossy_limestone_from_limestone_stonecutting.json new file mode 100644 index 000000000..34a6bc2e8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/mossy_limestone_from_limestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:limestone" + }, + "result": "create:mossy_limestone", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mossy_scoria_from_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/mossy_scoria_from_scoria_stonecutting.json new file mode 100644 index 000000000..a40d7af05 --- /dev/null +++ b/src/generated/resources/data/create/recipes/mossy_scoria_from_scoria_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:scoria" + }, + "result": "create:mossy_scoria", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/mossy_weathered_limestone_from_weathered_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/mossy_weathered_limestone_from_weathered_limestone_stonecutting.json new file mode 100644 index 000000000..a35a3b88b --- /dev/null +++ b/src/generated/resources/data/create/recipes/mossy_weathered_limestone_from_weathered_limestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:weathered_limestone" + }, + "result": "create:mossy_weathered_limestone", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/overgrown_andesite_from_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/overgrown_andesite_from_andesite_stonecutting.json new file mode 100644 index 000000000..e76702418 --- /dev/null +++ b/src/generated/resources/data/create/recipes/overgrown_andesite_from_andesite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:andesite" + }, + "result": "create:overgrown_andesite", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/overgrown_dark_scoria_from_dark_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/overgrown_dark_scoria_from_dark_scoria_stonecutting.json new file mode 100644 index 000000000..99abee030 --- /dev/null +++ b/src/generated/resources/data/create/recipes/overgrown_dark_scoria_from_dark_scoria_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dark_scoria" + }, + "result": "create:overgrown_dark_scoria", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/overgrown_diorite_from_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/overgrown_diorite_from_diorite_stonecutting.json new file mode 100644 index 000000000..aec48767e --- /dev/null +++ b/src/generated/resources/data/create/recipes/overgrown_diorite_from_diorite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:diorite" + }, + "result": "create:overgrown_diorite", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/overgrown_dolomite_from_dolomite_stonecutting.json b/src/generated/resources/data/create/recipes/overgrown_dolomite_from_dolomite_stonecutting.json new file mode 100644 index 000000000..0a5124ed7 --- /dev/null +++ b/src/generated/resources/data/create/recipes/overgrown_dolomite_from_dolomite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dolomite" + }, + "result": "create:overgrown_dolomite", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/overgrown_gabbro_from_gabbro_stonecutting.json b/src/generated/resources/data/create/recipes/overgrown_gabbro_from_gabbro_stonecutting.json new file mode 100644 index 000000000..c8c601b5c --- /dev/null +++ b/src/generated/resources/data/create/recipes/overgrown_gabbro_from_gabbro_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:gabbro" + }, + "result": "create:overgrown_gabbro", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/overgrown_granite_from_granite_stonecutting.json b/src/generated/resources/data/create/recipes/overgrown_granite_from_granite_stonecutting.json new file mode 100644 index 000000000..c56b70b13 --- /dev/null +++ b/src/generated/resources/data/create/recipes/overgrown_granite_from_granite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:granite" + }, + "result": "create:overgrown_granite", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/overgrown_limestone_from_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/overgrown_limestone_from_limestone_stonecutting.json new file mode 100644 index 000000000..ba584374c --- /dev/null +++ b/src/generated/resources/data/create/recipes/overgrown_limestone_from_limestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:limestone" + }, + "result": "create:overgrown_limestone", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/overgrown_scoria_from_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/overgrown_scoria_from_scoria_stonecutting.json new file mode 100644 index 000000000..9a7c50fa8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/overgrown_scoria_from_scoria_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:scoria" + }, + "result": "create:overgrown_scoria", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/overgrown_weathered_limestone_from_weathered_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/overgrown_weathered_limestone_from_weathered_limestone_stonecutting.json new file mode 100644 index 000000000..794b6874d --- /dev/null +++ b/src/generated/resources/data/create/recipes/overgrown_weathered_limestone_from_weathered_limestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:weathered_limestone" + }, + "result": "create:overgrown_weathered_limestone", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_andesite_from_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/paved_andesite_from_andesite_stonecutting.json new file mode 100644 index 000000000..b54697f2e --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_andesite_from_andesite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:andesite" + }, + "result": "create:paved_andesite", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_andesite_slab.json b/src/generated/resources/data/create/recipes/paved_andesite_slab.json new file mode 100644 index 000000000..0a2004651 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_andesite_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "paved_andesite_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:paved_andesite" + } + }, + "result": { + "item": "create:paved_andesite_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_andesite_slab_from_paved_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/paved_andesite_slab_from_paved_andesite_stonecutting.json new file mode 100644 index 000000000..0fb26d971 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_andesite_slab_from_paved_andesite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:paved_andesite" + }, + "result": "create:paved_andesite_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_andesite_stairs.json b/src/generated/resources/data/create/recipes/paved_andesite_stairs.json new file mode 100644 index 000000000..9cbb6eb68 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_andesite_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "paved_andesite_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:paved_andesite" + } + }, + "result": { + "item": "create:paved_andesite_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_andesite_stairs_from_paved_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/paved_andesite_stairs_from_paved_andesite_stonecutting.json new file mode 100644 index 000000000..02e3d7c26 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_andesite_stairs_from_paved_andesite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:paved_andesite" + }, + "result": "create:paved_andesite_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_andesite_wall.json b/src/generated/resources/data/create/recipes/paved_andesite_wall.json new file mode 100644 index 000000000..3a8eba852 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_andesite_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:paved_andesite" + } + }, + "result": { + "item": "create:paved_andesite_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_andesite_wall_from_paved_andesite_stonecutting.json b/src/generated/resources/data/create/recipes/paved_andesite_wall_from_paved_andesite_stonecutting.json new file mode 100644 index 000000000..7612b48f5 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_andesite_wall_from_paved_andesite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:paved_andesite" + }, + "result": "create:paved_andesite_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_dark_scoria_from_dark_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/paved_dark_scoria_from_dark_scoria_stonecutting.json new file mode 100644 index 000000000..8de11c2a8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_dark_scoria_from_dark_scoria_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dark_scoria" + }, + "result": "create:paved_dark_scoria", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_dark_scoria_slab.json b/src/generated/resources/data/create/recipes/paved_dark_scoria_slab.json new file mode 100644 index 000000000..ce894734d --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_dark_scoria_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "paved_dark_scoria_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:paved_dark_scoria" + } + }, + "result": { + "item": "create:paved_dark_scoria_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_dark_scoria_slab_from_paved_dark_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/paved_dark_scoria_slab_from_paved_dark_scoria_stonecutting.json new file mode 100644 index 000000000..e9cddc760 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_dark_scoria_slab_from_paved_dark_scoria_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:paved_dark_scoria" + }, + "result": "create:paved_dark_scoria_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_dark_scoria_stairs.json b/src/generated/resources/data/create/recipes/paved_dark_scoria_stairs.json new file mode 100644 index 000000000..a32b02782 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_dark_scoria_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "paved_dark_scoria_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:paved_dark_scoria" + } + }, + "result": { + "item": "create:paved_dark_scoria_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_dark_scoria_stairs_from_paved_dark_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/paved_dark_scoria_stairs_from_paved_dark_scoria_stonecutting.json new file mode 100644 index 000000000..8839203a9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_dark_scoria_stairs_from_paved_dark_scoria_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:paved_dark_scoria" + }, + "result": "create:paved_dark_scoria_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_dark_scoria_wall.json b/src/generated/resources/data/create/recipes/paved_dark_scoria_wall.json new file mode 100644 index 000000000..e4217f1b9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_dark_scoria_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:paved_dark_scoria" + } + }, + "result": { + "item": "create:paved_dark_scoria_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_dark_scoria_wall_from_paved_dark_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/paved_dark_scoria_wall_from_paved_dark_scoria_stonecutting.json new file mode 100644 index 000000000..06d379655 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_dark_scoria_wall_from_paved_dark_scoria_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:paved_dark_scoria" + }, + "result": "create:paved_dark_scoria_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_diorite_from_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/paved_diorite_from_diorite_stonecutting.json new file mode 100644 index 000000000..11d9fb62a --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_diorite_from_diorite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:diorite" + }, + "result": "create:paved_diorite", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_diorite_slab.json b/src/generated/resources/data/create/recipes/paved_diorite_slab.json new file mode 100644 index 000000000..df8c488e5 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_diorite_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "paved_diorite_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:paved_diorite" + } + }, + "result": { + "item": "create:paved_diorite_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_diorite_slab_from_paved_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/paved_diorite_slab_from_paved_diorite_stonecutting.json new file mode 100644 index 000000000..ecc8b6d5a --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_diorite_slab_from_paved_diorite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:paved_diorite" + }, + "result": "create:paved_diorite_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_diorite_stairs.json b/src/generated/resources/data/create/recipes/paved_diorite_stairs.json new file mode 100644 index 000000000..1b8fc3f1a --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_diorite_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "paved_diorite_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:paved_diorite" + } + }, + "result": { + "item": "create:paved_diorite_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_diorite_stairs_from_paved_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/paved_diorite_stairs_from_paved_diorite_stonecutting.json new file mode 100644 index 000000000..10a8e9081 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_diorite_stairs_from_paved_diorite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:paved_diorite" + }, + "result": "create:paved_diorite_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_diorite_wall.json b/src/generated/resources/data/create/recipes/paved_diorite_wall.json new file mode 100644 index 000000000..fa8c4aae4 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_diorite_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:paved_diorite" + } + }, + "result": { + "item": "create:paved_diorite_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_diorite_wall_from_paved_diorite_stonecutting.json b/src/generated/resources/data/create/recipes/paved_diorite_wall_from_paved_diorite_stonecutting.json new file mode 100644 index 000000000..f007648f1 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_diorite_wall_from_paved_diorite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:paved_diorite" + }, + "result": "create:paved_diorite_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_dolomite_from_dolomite_stonecutting.json b/src/generated/resources/data/create/recipes/paved_dolomite_from_dolomite_stonecutting.json new file mode 100644 index 000000000..0f9eb2a96 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_dolomite_from_dolomite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dolomite" + }, + "result": "create:paved_dolomite", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_dolomite_slab.json b/src/generated/resources/data/create/recipes/paved_dolomite_slab.json new file mode 100644 index 000000000..a00f2ac8e --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_dolomite_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "paved_dolomite_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:paved_dolomite" + } + }, + "result": { + "item": "create:paved_dolomite_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_dolomite_slab_from_paved_dolomite_stonecutting.json b/src/generated/resources/data/create/recipes/paved_dolomite_slab_from_paved_dolomite_stonecutting.json new file mode 100644 index 000000000..932123f0f --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_dolomite_slab_from_paved_dolomite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:paved_dolomite" + }, + "result": "create:paved_dolomite_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_dolomite_stairs.json b/src/generated/resources/data/create/recipes/paved_dolomite_stairs.json new file mode 100644 index 000000000..296369ac6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_dolomite_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "paved_dolomite_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:paved_dolomite" + } + }, + "result": { + "item": "create:paved_dolomite_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_dolomite_stairs_from_paved_dolomite_stonecutting.json b/src/generated/resources/data/create/recipes/paved_dolomite_stairs_from_paved_dolomite_stonecutting.json new file mode 100644 index 000000000..a9b6b342b --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_dolomite_stairs_from_paved_dolomite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:paved_dolomite" + }, + "result": "create:paved_dolomite_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_dolomite_wall.json b/src/generated/resources/data/create/recipes/paved_dolomite_wall.json new file mode 100644 index 000000000..25a81ac2f --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_dolomite_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:paved_dolomite" + } + }, + "result": { + "item": "create:paved_dolomite_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_dolomite_wall_from_paved_dolomite_stonecutting.json b/src/generated/resources/data/create/recipes/paved_dolomite_wall_from_paved_dolomite_stonecutting.json new file mode 100644 index 000000000..f485d5940 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_dolomite_wall_from_paved_dolomite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:paved_dolomite" + }, + "result": "create:paved_dolomite_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_gabbro_from_gabbro_stonecutting.json b/src/generated/resources/data/create/recipes/paved_gabbro_from_gabbro_stonecutting.json new file mode 100644 index 000000000..95c07933a --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_gabbro_from_gabbro_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:gabbro" + }, + "result": "create:paved_gabbro", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_gabbro_slab.json b/src/generated/resources/data/create/recipes/paved_gabbro_slab.json new file mode 100644 index 000000000..9c987a5fc --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_gabbro_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "paved_gabbro_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:paved_gabbro" + } + }, + "result": { + "item": "create:paved_gabbro_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_gabbro_slab_from_paved_gabbro_stonecutting.json b/src/generated/resources/data/create/recipes/paved_gabbro_slab_from_paved_gabbro_stonecutting.json new file mode 100644 index 000000000..232fb7700 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_gabbro_slab_from_paved_gabbro_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:paved_gabbro" + }, + "result": "create:paved_gabbro_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_gabbro_stairs.json b/src/generated/resources/data/create/recipes/paved_gabbro_stairs.json new file mode 100644 index 000000000..e2cc80b30 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_gabbro_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "paved_gabbro_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:paved_gabbro" + } + }, + "result": { + "item": "create:paved_gabbro_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_gabbro_stairs_from_paved_gabbro_stonecutting.json b/src/generated/resources/data/create/recipes/paved_gabbro_stairs_from_paved_gabbro_stonecutting.json new file mode 100644 index 000000000..978acad13 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_gabbro_stairs_from_paved_gabbro_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:paved_gabbro" + }, + "result": "create:paved_gabbro_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_gabbro_wall.json b/src/generated/resources/data/create/recipes/paved_gabbro_wall.json new file mode 100644 index 000000000..643c7cfe1 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_gabbro_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:paved_gabbro" + } + }, + "result": { + "item": "create:paved_gabbro_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_gabbro_wall_from_paved_gabbro_stonecutting.json b/src/generated/resources/data/create/recipes/paved_gabbro_wall_from_paved_gabbro_stonecutting.json new file mode 100644 index 000000000..3def3f297 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_gabbro_wall_from_paved_gabbro_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:paved_gabbro" + }, + "result": "create:paved_gabbro_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_granite_from_granite_stonecutting.json b/src/generated/resources/data/create/recipes/paved_granite_from_granite_stonecutting.json new file mode 100644 index 000000000..b54b66496 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_granite_from_granite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "minecraft:granite" + }, + "result": "create:paved_granite", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_granite_slab.json b/src/generated/resources/data/create/recipes/paved_granite_slab.json new file mode 100644 index 000000000..cd90dacab --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_granite_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "paved_granite_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:paved_granite" + } + }, + "result": { + "item": "create:paved_granite_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_granite_slab_from_paved_granite_stonecutting.json b/src/generated/resources/data/create/recipes/paved_granite_slab_from_paved_granite_stonecutting.json new file mode 100644 index 000000000..659d321af --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_granite_slab_from_paved_granite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:paved_granite" + }, + "result": "create:paved_granite_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_granite_stairs.json b/src/generated/resources/data/create/recipes/paved_granite_stairs.json new file mode 100644 index 000000000..1bebb4fbf --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_granite_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "paved_granite_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:paved_granite" + } + }, + "result": { + "item": "create:paved_granite_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_granite_stairs_from_paved_granite_stonecutting.json b/src/generated/resources/data/create/recipes/paved_granite_stairs_from_paved_granite_stonecutting.json new file mode 100644 index 000000000..2df75d19c --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_granite_stairs_from_paved_granite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:paved_granite" + }, + "result": "create:paved_granite_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_granite_wall.json b/src/generated/resources/data/create/recipes/paved_granite_wall.json new file mode 100644 index 000000000..4df01b13f --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_granite_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:paved_granite" + } + }, + "result": { + "item": "create:paved_granite_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_granite_wall_from_paved_granite_stonecutting.json b/src/generated/resources/data/create/recipes/paved_granite_wall_from_paved_granite_stonecutting.json new file mode 100644 index 000000000..99d1bb731 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_granite_wall_from_paved_granite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:paved_granite" + }, + "result": "create:paved_granite_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_limestone_from_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/paved_limestone_from_limestone_stonecutting.json new file mode 100644 index 000000000..0c1e57d30 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_limestone_from_limestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:limestone" + }, + "result": "create:paved_limestone", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_limestone_slab.json b/src/generated/resources/data/create/recipes/paved_limestone_slab.json new file mode 100644 index 000000000..c364a8dc9 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_limestone_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "paved_limestone_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:paved_limestone" + } + }, + "result": { + "item": "create:paved_limestone_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_limestone_slab_from_paved_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/paved_limestone_slab_from_paved_limestone_stonecutting.json new file mode 100644 index 000000000..c0294c04b --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_limestone_slab_from_paved_limestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:paved_limestone" + }, + "result": "create:paved_limestone_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_limestone_stairs.json b/src/generated/resources/data/create/recipes/paved_limestone_stairs.json new file mode 100644 index 000000000..73e732d46 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_limestone_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "paved_limestone_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:paved_limestone" + } + }, + "result": { + "item": "create:paved_limestone_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_limestone_stairs_from_paved_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/paved_limestone_stairs_from_paved_limestone_stonecutting.json new file mode 100644 index 000000000..5d4c306ed --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_limestone_stairs_from_paved_limestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:paved_limestone" + }, + "result": "create:paved_limestone_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_limestone_wall.json b/src/generated/resources/data/create/recipes/paved_limestone_wall.json new file mode 100644 index 000000000..81a4f7fb6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_limestone_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:paved_limestone" + } + }, + "result": { + "item": "create:paved_limestone_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_limestone_wall_from_paved_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/paved_limestone_wall_from_paved_limestone_stonecutting.json new file mode 100644 index 000000000..8b9322b80 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_limestone_wall_from_paved_limestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:paved_limestone" + }, + "result": "create:paved_limestone_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_scoria_from_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/paved_scoria_from_scoria_stonecutting.json new file mode 100644 index 000000000..08fb061a6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_scoria_from_scoria_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:scoria" + }, + "result": "create:paved_scoria", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_scoria_slab.json b/src/generated/resources/data/create/recipes/paved_scoria_slab.json new file mode 100644 index 000000000..a5e40ca92 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_scoria_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "paved_scoria_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:paved_scoria" + } + }, + "result": { + "item": "create:paved_scoria_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_scoria_slab_from_paved_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/paved_scoria_slab_from_paved_scoria_stonecutting.json new file mode 100644 index 000000000..f9bd082d7 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_scoria_slab_from_paved_scoria_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:paved_scoria" + }, + "result": "create:paved_scoria_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_scoria_stairs.json b/src/generated/resources/data/create/recipes/paved_scoria_stairs.json new file mode 100644 index 000000000..bc4ac042e --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_scoria_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "paved_scoria_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:paved_scoria" + } + }, + "result": { + "item": "create:paved_scoria_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_scoria_stairs_from_paved_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/paved_scoria_stairs_from_paved_scoria_stonecutting.json new file mode 100644 index 000000000..92eb0a48d --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_scoria_stairs_from_paved_scoria_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:paved_scoria" + }, + "result": "create:paved_scoria_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_scoria_wall.json b/src/generated/resources/data/create/recipes/paved_scoria_wall.json new file mode 100644 index 000000000..dd33f6068 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_scoria_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:paved_scoria" + } + }, + "result": { + "item": "create:paved_scoria_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_scoria_wall_from_paved_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/paved_scoria_wall_from_paved_scoria_stonecutting.json new file mode 100644 index 000000000..2eb754a6e --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_scoria_wall_from_paved_scoria_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:paved_scoria" + }, + "result": "create:paved_scoria_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_weathered_limestone_from_weathered_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/paved_weathered_limestone_from_weathered_limestone_stonecutting.json new file mode 100644 index 000000000..3e2296266 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_weathered_limestone_from_weathered_limestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:weathered_limestone" + }, + "result": "create:paved_weathered_limestone", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_weathered_limestone_slab.json b/src/generated/resources/data/create/recipes/paved_weathered_limestone_slab.json new file mode 100644 index 000000000..9d5f38862 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_weathered_limestone_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "paved_weathered_limestone_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:paved_weathered_limestone" + } + }, + "result": { + "item": "create:paved_weathered_limestone_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_weathered_limestone_slab_from_paved_weathered_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/paved_weathered_limestone_slab_from_paved_weathered_limestone_stonecutting.json new file mode 100644 index 000000000..e6c089eb5 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_weathered_limestone_slab_from_paved_weathered_limestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:paved_weathered_limestone" + }, + "result": "create:paved_weathered_limestone_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_weathered_limestone_stairs.json b/src/generated/resources/data/create/recipes/paved_weathered_limestone_stairs.json new file mode 100644 index 000000000..7686ee8c5 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_weathered_limestone_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "paved_weathered_limestone_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:paved_weathered_limestone" + } + }, + "result": { + "item": "create:paved_weathered_limestone_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_weathered_limestone_stairs_from_paved_weathered_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/paved_weathered_limestone_stairs_from_paved_weathered_limestone_stonecutting.json new file mode 100644 index 000000000..e8e75e444 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_weathered_limestone_stairs_from_paved_weathered_limestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:paved_weathered_limestone" + }, + "result": "create:paved_weathered_limestone_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_weathered_limestone_wall.json b/src/generated/resources/data/create/recipes/paved_weathered_limestone_wall.json new file mode 100644 index 000000000..b42cc11ce --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_weathered_limestone_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:paved_weathered_limestone" + } + }, + "result": { + "item": "create:paved_weathered_limestone_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/paved_weathered_limestone_wall_from_paved_weathered_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/paved_weathered_limestone_wall_from_paved_weathered_limestone_stonecutting.json new file mode 100644 index 000000000..674108169 --- /dev/null +++ b/src/generated/resources/data/create/recipes/paved_weathered_limestone_wall_from_paved_weathered_limestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:paved_weathered_limestone" + }, + "result": "create:paved_weathered_limestone_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_dark_scoria.json b/src/generated/resources/data/create/recipes/polished_dark_scoria.json new file mode 100644 index 000000000..e91539b0d --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_dark_scoria.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XX", + "XX" + ], + "key": { + "X": { + "item": "create:dark_scoria" + } + }, + "result": { + "item": "create:polished_dark_scoria" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_dark_scoria_from_dark_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/polished_dark_scoria_from_dark_scoria_stonecutting.json new file mode 100644 index 000000000..e5d28b158 --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_dark_scoria_from_dark_scoria_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dark_scoria" + }, + "result": "create:polished_dark_scoria", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_dark_scoria_slab.json b/src/generated/resources/data/create/recipes/polished_dark_scoria_slab.json new file mode 100644 index 000000000..031c4bebb --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_dark_scoria_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "polished_dark_scoria_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:polished_dark_scoria" + } + }, + "result": { + "item": "create:polished_dark_scoria_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_dark_scoria_slab_from_polished_dark_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/polished_dark_scoria_slab_from_polished_dark_scoria_stonecutting.json new file mode 100644 index 000000000..fbf8f193e --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_dark_scoria_slab_from_polished_dark_scoria_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:polished_dark_scoria" + }, + "result": "create:polished_dark_scoria_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_dark_scoria_stairs.json b/src/generated/resources/data/create/recipes/polished_dark_scoria_stairs.json new file mode 100644 index 000000000..718c7e497 --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_dark_scoria_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "polished_dark_scoria_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:polished_dark_scoria" + } + }, + "result": { + "item": "create:polished_dark_scoria_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_dark_scoria_stairs_from_polished_dark_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/polished_dark_scoria_stairs_from_polished_dark_scoria_stonecutting.json new file mode 100644 index 000000000..f2172e7c0 --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_dark_scoria_stairs_from_polished_dark_scoria_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:polished_dark_scoria" + }, + "result": "create:polished_dark_scoria_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_dark_scoria_wall.json b/src/generated/resources/data/create/recipes/polished_dark_scoria_wall.json new file mode 100644 index 000000000..7b0732c81 --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_dark_scoria_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:polished_dark_scoria" + } + }, + "result": { + "item": "create:polished_dark_scoria_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_dark_scoria_wall_from_polished_dark_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/polished_dark_scoria_wall_from_polished_dark_scoria_stonecutting.json new file mode 100644 index 000000000..d56d65f37 --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_dark_scoria_wall_from_polished_dark_scoria_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:polished_dark_scoria" + }, + "result": "create:polished_dark_scoria_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_dolomite.json b/src/generated/resources/data/create/recipes/polished_dolomite.json new file mode 100644 index 000000000..59e9329c2 --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_dolomite.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XX", + "XX" + ], + "key": { + "X": { + "item": "create:dolomite" + } + }, + "result": { + "item": "create:polished_dolomite" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_dolomite_from_dolomite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_dolomite_from_dolomite_stonecutting.json new file mode 100644 index 000000000..833af3e91 --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_dolomite_from_dolomite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dolomite" + }, + "result": "create:polished_dolomite", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_dolomite_slab.json b/src/generated/resources/data/create/recipes/polished_dolomite_slab.json new file mode 100644 index 000000000..3b5306540 --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_dolomite_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "polished_dolomite_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:polished_dolomite" + } + }, + "result": { + "item": "create:polished_dolomite_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_dolomite_slab_from_polished_dolomite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_dolomite_slab_from_polished_dolomite_stonecutting.json new file mode 100644 index 000000000..856223474 --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_dolomite_slab_from_polished_dolomite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:polished_dolomite" + }, + "result": "create:polished_dolomite_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_dolomite_stairs.json b/src/generated/resources/data/create/recipes/polished_dolomite_stairs.json new file mode 100644 index 000000000..f80dfa906 --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_dolomite_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "polished_dolomite_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:polished_dolomite" + } + }, + "result": { + "item": "create:polished_dolomite_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_dolomite_stairs_from_polished_dolomite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_dolomite_stairs_from_polished_dolomite_stonecutting.json new file mode 100644 index 000000000..293a5876f --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_dolomite_stairs_from_polished_dolomite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:polished_dolomite" + }, + "result": "create:polished_dolomite_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_dolomite_wall.json b/src/generated/resources/data/create/recipes/polished_dolomite_wall.json new file mode 100644 index 000000000..07e392443 --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_dolomite_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:polished_dolomite" + } + }, + "result": { + "item": "create:polished_dolomite_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_dolomite_wall_from_polished_dolomite_stonecutting.json b/src/generated/resources/data/create/recipes/polished_dolomite_wall_from_polished_dolomite_stonecutting.json new file mode 100644 index 000000000..d706e9d9b --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_dolomite_wall_from_polished_dolomite_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:polished_dolomite" + }, + "result": "create:polished_dolomite_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_gabbro.json b/src/generated/resources/data/create/recipes/polished_gabbro.json new file mode 100644 index 000000000..369d8fcd7 --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_gabbro.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XX", + "XX" + ], + "key": { + "X": { + "item": "create:gabbro" + } + }, + "result": { + "item": "create:polished_gabbro" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_gabbro_from_gabbro_stonecutting.json b/src/generated/resources/data/create/recipes/polished_gabbro_from_gabbro_stonecutting.json new file mode 100644 index 000000000..54edb803f --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_gabbro_from_gabbro_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:gabbro" + }, + "result": "create:polished_gabbro", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_gabbro_slab.json b/src/generated/resources/data/create/recipes/polished_gabbro_slab.json new file mode 100644 index 000000000..c3272bd99 --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_gabbro_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "polished_gabbro_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:polished_gabbro" + } + }, + "result": { + "item": "create:polished_gabbro_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_gabbro_slab_from_polished_gabbro_stonecutting.json b/src/generated/resources/data/create/recipes/polished_gabbro_slab_from_polished_gabbro_stonecutting.json new file mode 100644 index 000000000..5d204763d --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_gabbro_slab_from_polished_gabbro_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:polished_gabbro" + }, + "result": "create:polished_gabbro_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_gabbro_stairs.json b/src/generated/resources/data/create/recipes/polished_gabbro_stairs.json new file mode 100644 index 000000000..baf642375 --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_gabbro_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "polished_gabbro_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:polished_gabbro" + } + }, + "result": { + "item": "create:polished_gabbro_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_gabbro_stairs_from_polished_gabbro_stonecutting.json b/src/generated/resources/data/create/recipes/polished_gabbro_stairs_from_polished_gabbro_stonecutting.json new file mode 100644 index 000000000..efcc46247 --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_gabbro_stairs_from_polished_gabbro_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:polished_gabbro" + }, + "result": "create:polished_gabbro_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_gabbro_wall.json b/src/generated/resources/data/create/recipes/polished_gabbro_wall.json new file mode 100644 index 000000000..e0f32f73a --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_gabbro_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:polished_gabbro" + } + }, + "result": { + "item": "create:polished_gabbro_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_gabbro_wall_from_polished_gabbro_stonecutting.json b/src/generated/resources/data/create/recipes/polished_gabbro_wall_from_polished_gabbro_stonecutting.json new file mode 100644 index 000000000..0b8c6947e --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_gabbro_wall_from_polished_gabbro_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:polished_gabbro" + }, + "result": "create:polished_gabbro_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_limestone.json b/src/generated/resources/data/create/recipes/polished_limestone.json new file mode 100644 index 000000000..b88af12cd --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_limestone.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XX", + "XX" + ], + "key": { + "X": { + "item": "create:limestone" + } + }, + "result": { + "item": "create:polished_limestone" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_limestone_from_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/polished_limestone_from_limestone_stonecutting.json new file mode 100644 index 000000000..e5ac1e17a --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_limestone_from_limestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:limestone" + }, + "result": "create:polished_limestone", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_limestone_slab.json b/src/generated/resources/data/create/recipes/polished_limestone_slab.json new file mode 100644 index 000000000..5fc9eb08b --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_limestone_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "polished_limestone_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:polished_limestone" + } + }, + "result": { + "item": "create:polished_limestone_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_limestone_slab_from_polished_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/polished_limestone_slab_from_polished_limestone_stonecutting.json new file mode 100644 index 000000000..d5b582806 --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_limestone_slab_from_polished_limestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:polished_limestone" + }, + "result": "create:polished_limestone_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_limestone_stairs.json b/src/generated/resources/data/create/recipes/polished_limestone_stairs.json new file mode 100644 index 000000000..334f2752f --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_limestone_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "polished_limestone_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:polished_limestone" + } + }, + "result": { + "item": "create:polished_limestone_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_limestone_stairs_from_polished_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/polished_limestone_stairs_from_polished_limestone_stonecutting.json new file mode 100644 index 000000000..d52224194 --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_limestone_stairs_from_polished_limestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:polished_limestone" + }, + "result": "create:polished_limestone_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_limestone_wall.json b/src/generated/resources/data/create/recipes/polished_limestone_wall.json new file mode 100644 index 000000000..a1aa0b3be --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_limestone_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:polished_limestone" + } + }, + "result": { + "item": "create:polished_limestone_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_limestone_wall_from_polished_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/polished_limestone_wall_from_polished_limestone_stonecutting.json new file mode 100644 index 000000000..891dd209b --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_limestone_wall_from_polished_limestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:polished_limestone" + }, + "result": "create:polished_limestone_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_scoria.json b/src/generated/resources/data/create/recipes/polished_scoria.json new file mode 100644 index 000000000..580108c1d --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_scoria.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XX", + "XX" + ], + "key": { + "X": { + "item": "create:scoria" + } + }, + "result": { + "item": "create:polished_scoria" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_scoria_from_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/polished_scoria_from_scoria_stonecutting.json new file mode 100644 index 000000000..b8e1989cd --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_scoria_from_scoria_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:scoria" + }, + "result": "create:polished_scoria", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_scoria_slab.json b/src/generated/resources/data/create/recipes/polished_scoria_slab.json new file mode 100644 index 000000000..7389bcd39 --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_scoria_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "polished_scoria_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:polished_scoria" + } + }, + "result": { + "item": "create:polished_scoria_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_scoria_slab_from_polished_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/polished_scoria_slab_from_polished_scoria_stonecutting.json new file mode 100644 index 000000000..36f392063 --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_scoria_slab_from_polished_scoria_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:polished_scoria" + }, + "result": "create:polished_scoria_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_scoria_stairs.json b/src/generated/resources/data/create/recipes/polished_scoria_stairs.json new file mode 100644 index 000000000..ae07a26e5 --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_scoria_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "polished_scoria_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:polished_scoria" + } + }, + "result": { + "item": "create:polished_scoria_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_scoria_stairs_from_polished_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/polished_scoria_stairs_from_polished_scoria_stonecutting.json new file mode 100644 index 000000000..fdb0ea128 --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_scoria_stairs_from_polished_scoria_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:polished_scoria" + }, + "result": "create:polished_scoria_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_scoria_wall.json b/src/generated/resources/data/create/recipes/polished_scoria_wall.json new file mode 100644 index 000000000..7ec421c9c --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_scoria_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:polished_scoria" + } + }, + "result": { + "item": "create:polished_scoria_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_scoria_wall_from_polished_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/polished_scoria_wall_from_polished_scoria_stonecutting.json new file mode 100644 index 000000000..265352a9c --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_scoria_wall_from_polished_scoria_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:polished_scoria" + }, + "result": "create:polished_scoria_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_weathered_limestone.json b/src/generated/resources/data/create/recipes/polished_weathered_limestone.json new file mode 100644 index 000000000..1953c0216 --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_weathered_limestone.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XX", + "XX" + ], + "key": { + "X": { + "item": "create:weathered_limestone" + } + }, + "result": { + "item": "create:polished_weathered_limestone" + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_weathered_limestone_from_weathered_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/polished_weathered_limestone_from_weathered_limestone_stonecutting.json new file mode 100644 index 000000000..ec13bc0d2 --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_weathered_limestone_from_weathered_limestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:weathered_limestone" + }, + "result": "create:polished_weathered_limestone", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_weathered_limestone_slab.json b/src/generated/resources/data/create/recipes/polished_weathered_limestone_slab.json new file mode 100644 index 000000000..621b568f6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_weathered_limestone_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "polished_weathered_limestone_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:polished_weathered_limestone" + } + }, + "result": { + "item": "create:polished_weathered_limestone_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_weathered_limestone_slab_from_polished_weathered_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/polished_weathered_limestone_slab_from_polished_weathered_limestone_stonecutting.json new file mode 100644 index 000000000..07418cd84 --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_weathered_limestone_slab_from_polished_weathered_limestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:polished_weathered_limestone" + }, + "result": "create:polished_weathered_limestone_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_weathered_limestone_stairs.json b/src/generated/resources/data/create/recipes/polished_weathered_limestone_stairs.json new file mode 100644 index 000000000..bdb2add64 --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_weathered_limestone_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "polished_weathered_limestone_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:polished_weathered_limestone" + } + }, + "result": { + "item": "create:polished_weathered_limestone_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_weathered_limestone_stairs_from_polished_weathered_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/polished_weathered_limestone_stairs_from_polished_weathered_limestone_stonecutting.json new file mode 100644 index 000000000..6c2af56cf --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_weathered_limestone_stairs_from_polished_weathered_limestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:polished_weathered_limestone" + }, + "result": "create:polished_weathered_limestone_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_weathered_limestone_wall.json b/src/generated/resources/data/create/recipes/polished_weathered_limestone_wall.json new file mode 100644 index 000000000..ec9d9777d --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_weathered_limestone_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:polished_weathered_limestone" + } + }, + "result": { + "item": "create:polished_weathered_limestone_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/polished_weathered_limestone_wall_from_polished_weathered_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/polished_weathered_limestone_wall_from_polished_weathered_limestone_stonecutting.json new file mode 100644 index 000000000..44a6e986a --- /dev/null +++ b/src/generated/resources/data/create/recipes/polished_weathered_limestone_wall_from_polished_weathered_limestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:polished_weathered_limestone" + }, + "result": "create:polished_weathered_limestone_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/scoria_bricks_from_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/scoria_bricks_from_scoria_stonecutting.json new file mode 100644 index 000000000..358295d78 --- /dev/null +++ b/src/generated/resources/data/create/recipes/scoria_bricks_from_scoria_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:scoria" + }, + "result": "create:scoria_bricks", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/scoria_bricks_slab.json b/src/generated/resources/data/create/recipes/scoria_bricks_slab.json new file mode 100644 index 000000000..9e68f1910 --- /dev/null +++ b/src/generated/resources/data/create/recipes/scoria_bricks_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "scoria_bricks_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:scoria_bricks" + } + }, + "result": { + "item": "create:scoria_bricks_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/scoria_bricks_slab_from_scoria_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/scoria_bricks_slab_from_scoria_bricks_stonecutting.json new file mode 100644 index 000000000..d5395121d --- /dev/null +++ b/src/generated/resources/data/create/recipes/scoria_bricks_slab_from_scoria_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:scoria_bricks" + }, + "result": "create:scoria_bricks_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/scoria_bricks_stairs.json b/src/generated/resources/data/create/recipes/scoria_bricks_stairs.json new file mode 100644 index 000000000..31e212097 --- /dev/null +++ b/src/generated/resources/data/create/recipes/scoria_bricks_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "scoria_bricks_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:scoria_bricks" + } + }, + "result": { + "item": "create:scoria_bricks_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/scoria_bricks_stairs_from_scoria_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/scoria_bricks_stairs_from_scoria_bricks_stonecutting.json new file mode 100644 index 000000000..614b6448a --- /dev/null +++ b/src/generated/resources/data/create/recipes/scoria_bricks_stairs_from_scoria_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:scoria_bricks" + }, + "result": "create:scoria_bricks_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/scoria_bricks_wall.json b/src/generated/resources/data/create/recipes/scoria_bricks_wall.json new file mode 100644 index 000000000..ab922d0eb --- /dev/null +++ b/src/generated/resources/data/create/recipes/scoria_bricks_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:scoria_bricks" + } + }, + "result": { + "item": "create:scoria_bricks_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/scoria_bricks_wall_from_scoria_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/scoria_bricks_wall_from_scoria_bricks_stonecutting.json new file mode 100644 index 000000000..bbacfe08c --- /dev/null +++ b/src/generated/resources/data/create/recipes/scoria_bricks_wall_from_scoria_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:scoria_bricks" + }, + "result": "create:scoria_bricks_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/scoria_cobblestone_from_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/scoria_cobblestone_from_scoria_stonecutting.json new file mode 100644 index 000000000..6fa0e4ff7 --- /dev/null +++ b/src/generated/resources/data/create/recipes/scoria_cobblestone_from_scoria_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:scoria" + }, + "result": "create:scoria_cobblestone", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/scoria_cobblestone_slab.json b/src/generated/resources/data/create/recipes/scoria_cobblestone_slab.json new file mode 100644 index 000000000..eb62bf310 --- /dev/null +++ b/src/generated/resources/data/create/recipes/scoria_cobblestone_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "scoria_cobblestone_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:scoria_cobblestone" + } + }, + "result": { + "item": "create:scoria_cobblestone_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/scoria_cobblestone_slab_from_scoria_cobblestone_stonecutting.json b/src/generated/resources/data/create/recipes/scoria_cobblestone_slab_from_scoria_cobblestone_stonecutting.json new file mode 100644 index 000000000..1c56f3657 --- /dev/null +++ b/src/generated/resources/data/create/recipes/scoria_cobblestone_slab_from_scoria_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:scoria_cobblestone" + }, + "result": "create:scoria_cobblestone_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/scoria_cobblestone_stairs.json b/src/generated/resources/data/create/recipes/scoria_cobblestone_stairs.json new file mode 100644 index 000000000..bf51f3a81 --- /dev/null +++ b/src/generated/resources/data/create/recipes/scoria_cobblestone_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "scoria_cobblestone_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:scoria_cobblestone" + } + }, + "result": { + "item": "create:scoria_cobblestone_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/scoria_cobblestone_stairs_from_scoria_cobblestone_stonecutting.json b/src/generated/resources/data/create/recipes/scoria_cobblestone_stairs_from_scoria_cobblestone_stonecutting.json new file mode 100644 index 000000000..91db8870f --- /dev/null +++ b/src/generated/resources/data/create/recipes/scoria_cobblestone_stairs_from_scoria_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:scoria_cobblestone" + }, + "result": "create:scoria_cobblestone_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/scoria_cobblestone_wall.json b/src/generated/resources/data/create/recipes/scoria_cobblestone_wall.json new file mode 100644 index 000000000..9d60d2bc3 --- /dev/null +++ b/src/generated/resources/data/create/recipes/scoria_cobblestone_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:scoria_cobblestone" + } + }, + "result": { + "item": "create:scoria_cobblestone_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/scoria_cobblestone_wall_from_scoria_cobblestone_stonecutting.json b/src/generated/resources/data/create/recipes/scoria_cobblestone_wall_from_scoria_cobblestone_stonecutting.json new file mode 100644 index 000000000..739d23dc4 --- /dev/null +++ b/src/generated/resources/data/create/recipes/scoria_cobblestone_wall_from_scoria_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:scoria_cobblestone" + }, + "result": "create:scoria_cobblestone_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/scoria_pillar.json b/src/generated/resources/data/create/recipes/scoria_pillar.json new file mode 100644 index 000000000..c5a6a980f --- /dev/null +++ b/src/generated/resources/data/create/recipes/scoria_pillar.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "#", + "#" + ], + "key": { + "#": { + "item": "create:scoria" + } + }, + "result": { + "item": "create:scoria_pillar", + "count": 2 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/scoria_pillar_from_scoria_stonecutting.json b/src/generated/resources/data/create/recipes/scoria_pillar_from_scoria_stonecutting.json new file mode 100644 index 000000000..4e25cf1d8 --- /dev/null +++ b/src/generated/resources/data/create/recipes/scoria_pillar_from_scoria_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:scoria" + }, + "result": "create:scoria_pillar", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/weathered_limestone_bricks_from_weathered_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/weathered_limestone_bricks_from_weathered_limestone_stonecutting.json new file mode 100644 index 000000000..ab6c5c16e --- /dev/null +++ b/src/generated/resources/data/create/recipes/weathered_limestone_bricks_from_weathered_limestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:weathered_limestone" + }, + "result": "create:weathered_limestone_bricks", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/weathered_limestone_bricks_slab.json b/src/generated/resources/data/create/recipes/weathered_limestone_bricks_slab.json new file mode 100644 index 000000000..2a204f054 --- /dev/null +++ b/src/generated/resources/data/create/recipes/weathered_limestone_bricks_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "weathered_limestone_bricks_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:weathered_limestone_bricks" + } + }, + "result": { + "item": "create:weathered_limestone_bricks_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/weathered_limestone_bricks_slab_from_weathered_limestone_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/weathered_limestone_bricks_slab_from_weathered_limestone_bricks_stonecutting.json new file mode 100644 index 000000000..2019ce0bf --- /dev/null +++ b/src/generated/resources/data/create/recipes/weathered_limestone_bricks_slab_from_weathered_limestone_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:weathered_limestone_bricks" + }, + "result": "create:weathered_limestone_bricks_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/weathered_limestone_bricks_stairs.json b/src/generated/resources/data/create/recipes/weathered_limestone_bricks_stairs.json new file mode 100644 index 000000000..e0aec1e41 --- /dev/null +++ b/src/generated/resources/data/create/recipes/weathered_limestone_bricks_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "weathered_limestone_bricks_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:weathered_limestone_bricks" + } + }, + "result": { + "item": "create:weathered_limestone_bricks_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/weathered_limestone_bricks_stairs_from_weathered_limestone_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/weathered_limestone_bricks_stairs_from_weathered_limestone_bricks_stonecutting.json new file mode 100644 index 000000000..a3f51b00e --- /dev/null +++ b/src/generated/resources/data/create/recipes/weathered_limestone_bricks_stairs_from_weathered_limestone_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:weathered_limestone_bricks" + }, + "result": "create:weathered_limestone_bricks_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/weathered_limestone_bricks_wall.json b/src/generated/resources/data/create/recipes/weathered_limestone_bricks_wall.json new file mode 100644 index 000000000..ef7e78a17 --- /dev/null +++ b/src/generated/resources/data/create/recipes/weathered_limestone_bricks_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:weathered_limestone_bricks" + } + }, + "result": { + "item": "create:weathered_limestone_bricks_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/weathered_limestone_bricks_wall_from_weathered_limestone_bricks_stonecutting.json b/src/generated/resources/data/create/recipes/weathered_limestone_bricks_wall_from_weathered_limestone_bricks_stonecutting.json new file mode 100644 index 000000000..f7dce909d --- /dev/null +++ b/src/generated/resources/data/create/recipes/weathered_limestone_bricks_wall_from_weathered_limestone_bricks_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:weathered_limestone_bricks" + }, + "result": "create:weathered_limestone_bricks_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/weathered_limestone_cobblestone_from_weathered_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/weathered_limestone_cobblestone_from_weathered_limestone_stonecutting.json new file mode 100644 index 000000000..b2e057551 --- /dev/null +++ b/src/generated/resources/data/create/recipes/weathered_limestone_cobblestone_from_weathered_limestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:weathered_limestone" + }, + "result": "create:weathered_limestone_cobblestone", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/weathered_limestone_cobblestone_slab.json b/src/generated/resources/data/create/recipes/weathered_limestone_cobblestone_slab.json new file mode 100644 index 000000000..fe04172bc --- /dev/null +++ b/src/generated/resources/data/create/recipes/weathered_limestone_cobblestone_slab.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "weathered_limestone_cobblestone_slab", + "pattern": [ + "XXX" + ], + "key": { + "X": { + "item": "create:weathered_limestone_cobblestone" + } + }, + "result": { + "item": "create:weathered_limestone_cobblestone_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/weathered_limestone_cobblestone_slab_from_weathered_limestone_cobblestone_stonecutting.json b/src/generated/resources/data/create/recipes/weathered_limestone_cobblestone_slab_from_weathered_limestone_cobblestone_stonecutting.json new file mode 100644 index 000000000..d0d8d39af --- /dev/null +++ b/src/generated/resources/data/create/recipes/weathered_limestone_cobblestone_slab_from_weathered_limestone_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:weathered_limestone_cobblestone" + }, + "result": "create:weathered_limestone_cobblestone_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/weathered_limestone_cobblestone_stairs.json b/src/generated/resources/data/create/recipes/weathered_limestone_cobblestone_stairs.json new file mode 100644 index 000000000..41b5b4a49 --- /dev/null +++ b/src/generated/resources/data/create/recipes/weathered_limestone_cobblestone_stairs.json @@ -0,0 +1,18 @@ +{ + "type": "minecraft:crafting_shaped", + "group": "weathered_limestone_cobblestone_stairs", + "pattern": [ + "X ", + "XX ", + "XXX" + ], + "key": { + "X": { + "item": "create:weathered_limestone_cobblestone" + } + }, + "result": { + "item": "create:weathered_limestone_cobblestone_stairs", + "count": 4 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/weathered_limestone_cobblestone_stairs_from_weathered_limestone_cobblestone_stonecutting.json b/src/generated/resources/data/create/recipes/weathered_limestone_cobblestone_stairs_from_weathered_limestone_cobblestone_stonecutting.json new file mode 100644 index 000000000..e8c273bf6 --- /dev/null +++ b/src/generated/resources/data/create/recipes/weathered_limestone_cobblestone_stairs_from_weathered_limestone_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:weathered_limestone_cobblestone" + }, + "result": "create:weathered_limestone_cobblestone_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/weathered_limestone_cobblestone_wall.json b/src/generated/resources/data/create/recipes/weathered_limestone_cobblestone_wall.json new file mode 100644 index 000000000..0004f9c1d --- /dev/null +++ b/src/generated/resources/data/create/recipes/weathered_limestone_cobblestone_wall.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "XXX", + "XXX" + ], + "key": { + "X": { + "item": "create:weathered_limestone_cobblestone" + } + }, + "result": { + "item": "create:weathered_limestone_cobblestone_wall", + "count": 6 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/weathered_limestone_cobblestone_wall_from_weathered_limestone_cobblestone_stonecutting.json b/src/generated/resources/data/create/recipes/weathered_limestone_cobblestone_wall_from_weathered_limestone_cobblestone_stonecutting.json new file mode 100644 index 000000000..4d2b825d5 --- /dev/null +++ b/src/generated/resources/data/create/recipes/weathered_limestone_cobblestone_wall_from_weathered_limestone_cobblestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:weathered_limestone_cobblestone" + }, + "result": "create:weathered_limestone_cobblestone_wall", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/weathered_limestone_pillar.json b/src/generated/resources/data/create/recipes/weathered_limestone_pillar.json new file mode 100644 index 000000000..d118d6f59 --- /dev/null +++ b/src/generated/resources/data/create/recipes/weathered_limestone_pillar.json @@ -0,0 +1,16 @@ +{ + "type": "minecraft:crafting_shaped", + "pattern": [ + "#", + "#" + ], + "key": { + "#": { + "item": "create:weathered_limestone" + } + }, + "result": { + "item": "create:weathered_limestone_pillar", + "count": 2 + } +} \ No newline at end of file diff --git a/src/generated/resources/data/create/recipes/weathered_limestone_pillar_from_weathered_limestone_stonecutting.json b/src/generated/resources/data/create/recipes/weathered_limestone_pillar_from_weathered_limestone_stonecutting.json new file mode 100644 index 000000000..175624491 --- /dev/null +++ b/src/generated/resources/data/create/recipes/weathered_limestone_pillar_from_weathered_limestone_stonecutting.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:weathered_limestone" + }, + "result": "create:weathered_limestone_pillar", + "count": 1 +} \ No newline at end of file diff --git a/src/generated/resources/data/create/tags/items/crushed_ores.json b/src/generated/resources/data/create/tags/items/crushed_ores.json new file mode 100644 index 000000000..86d103722 --- /dev/null +++ b/src/generated/resources/data/create/tags/items/crushed_ores.json @@ -0,0 +1,10 @@ +{ + "replace": false, + "values": [ + "create:crushed_iron_ore", + "create:crushed_gold_ore", + "create:crushed_copper_ore", + "create:crushed_zinc_ore", + "create:crushed_brass" + ] +} \ No newline at end of file diff --git a/src/main/java/com/simibubi/create/AllBlockPartials.java b/src/main/java/com/simibubi/create/AllBlockPartials.java index 64466715d..469c3e9f7 100644 --- a/src/main/java/com/simibubi/create/AllBlockPartials.java +++ b/src/main/java/com/simibubi/create/AllBlockPartials.java @@ -42,8 +42,8 @@ public enum AllBlockPartials { GAUGE_HEAD_SPEED("gauge/speedometer/head"), GAUGE_HEAD_STRESS("gauge/stressometer/head"), BEARING_TOP("bearing/top"), - DRILL_HEAD("drill/head"), - HARVESTER_BLADE("harvester/blade"), + DRILL_HEAD("mechanical_drill/head"), + HARVESTER_BLADE("mechanical_harvester/blade"), DEPLOYER_POLE("deployer/pole"), DEPLOYER_HAND_POINTING("deployer/hand_pointing"), DEPLOYER_HAND_PUNCHING("deployer/hand_punching"), diff --git a/src/main/java/com/simibubi/create/AllBlocks.java b/src/main/java/com/simibubi/create/AllBlocks.java index da2828b9b..6864f79c5 100644 --- a/src/main/java/com/simibubi/create/AllBlocks.java +++ b/src/main/java/com/simibubi/create/AllBlocks.java @@ -450,7 +450,7 @@ public class AllBlocks { .register(); public static final BlockEntry LINEAR_CHASSIS = - REGISTRATE.block("translation_chassis", LinearChassisBlock::new) + REGISTRATE.block("linear_chassis", LinearChassisBlock::new) .initialProperties(SharedProperties::wooden) .blockstate(BlockStateGen.linearChassis()) .onRegister(connectedTextures(new ChassisCTBehaviour())) @@ -458,20 +458,18 @@ public class AllBlocks { .simpleItem() .register(); - public static final BlockEntry LINEAR_CHASSIS_SECONDARY = - REGISTRATE.block("translation_chassis_secondary", LinearChassisBlock::new) + public static final BlockEntry SECONDARY_LINEAR_CHASSIS = + REGISTRATE.block("secondary_linear_chassis", LinearChassisBlock::new) .initialProperties(SharedProperties::wooden) .blockstate(BlockStateGen.linearChassis()) .onRegister(connectedTextures(new ChassisCTBehaviour())) - .lang("Secondary Linear Chassis") .simpleItem() .register(); public static final BlockEntry RADIAL_CHASSIS = - REGISTRATE.block("rotation_chassis", RadialChassisBlock::new) + REGISTRATE.block("radial_chassis", RadialChassisBlock::new) .initialProperties(SharedProperties::wooden) .blockstate(BlockStateGen.radialChassis()) - .lang("Radial Chassis") .item() .model((c, p) -> { String path = "block/" + c.getName(); @@ -480,21 +478,19 @@ public class AllBlocks { .build() .register(); - public static final BlockEntry DRILL = REGISTRATE.block("drill", DrillBlock::new) + public static final BlockEntry MECHANICAL_DRILL = REGISTRATE.block("mechanical_drill", DrillBlock::new) .initialProperties(SharedProperties::stone) .blockstate(BlockStateGen.directionalBlockProvider(true)) .transform(StressConfigDefaults.setImpact(4.0)) - .lang("Mechanical Drill") .item() .transform(customItemModel()) .register(); - public static final BlockEntry SAW = REGISTRATE.block("saw", SawBlock::new) + public static final BlockEntry MECHANICAL_SAW = REGISTRATE.block("mechanical_saw", SawBlock::new) .initialProperties(SharedProperties::stone) .blockstate(new SawGenerator()::generate) .transform(StressConfigDefaults.setImpact(4.0)) .addLayer(() -> RenderType::getCutoutMipped) - .lang("Mechanical Saw") .item() .model((c, p) -> p.blockItem(() -> c.getEntry() .getBlock(), "/horizontal")) @@ -516,19 +512,17 @@ public class AllBlocks { .simpleItem() .register(); - public static final BlockEntry HARVESTER = REGISTRATE.block("harvester", HarvesterBlock::new) + public static final BlockEntry MECHANICAL_HARVESTER = REGISTRATE.block("mechanical_harvester", HarvesterBlock::new) .initialProperties(SharedProperties::stone) .blockstate(BlockStateGen.horizontalBlockProvider(true)) .addLayer(() -> RenderType::getCutoutMipped) - .lang("Mechanical Harvester") .item() .transform(customItemModel()) .register(); - public static final BlockEntry PLOUGH = REGISTRATE.block("plough", PloughBlock::new) + public static final BlockEntry MECHANICAL_PLOUGH = REGISTRATE.block("mechanical_plough", PloughBlock::new) .initialProperties(SharedProperties::stone) .blockstate(BlockStateGen.horizontalBlockProvider(false)) - .lang("Mechanical Plough") .simpleItem() .register(); @@ -664,6 +658,7 @@ public class AllBlocks { REGISTRATE.block("vertical_extractor", ExtractorBlock.Vertical::new) .initialProperties(SharedProperties::softMetal) .blockstate(new VerticalExtractorGenerator(false)::generate) + .loot((p, b) -> p.registerDropping(b, EXTRACTOR.get())) .register(); public static final BlockEntry LINKED_EXTRACTOR = @@ -680,6 +675,7 @@ public class AllBlocks { REGISTRATE.block("vertical_linked_extractor", LinkedExtractorBlock.Vertical::new) .initialProperties(SharedProperties::softMetal) .blockstate(new VerticalExtractorGenerator(true)::generate) + .loot((p, b) -> p.registerDropping(b, LINKED_EXTRACTOR.get())) .addLayer(() -> RenderType::getCutoutMipped) .register(); @@ -695,6 +691,7 @@ public class AllBlocks { REGISTRATE.block("vertical_funnel", FunnelBlock.Vertical::new) .initialProperties(SharedProperties::softMetal) .blockstate(new VerticalFunnelGenerator()::generate) + .loot((p, b) -> p.registerDropping(b, FUNNEL.get())) .register(); public static final BlockEntry TRANSPOSER = REGISTRATE.block("transposer", TransposerBlock::new) @@ -708,6 +705,7 @@ public class AllBlocks { REGISTRATE.block("vertical_transposer", TransposerBlock.Vertical::new) .initialProperties(SharedProperties::softMetal) .blockstate(new VerticalTransposerGenerator(false)::generate) + .loot((p, b) -> p.registerDropping(b, TRANSPOSER.get())) .register(); public static final BlockEntry LINKED_TRANSPOSER = REGISTRATE @@ -724,6 +722,7 @@ public class AllBlocks { REGISTRATE.block("vertical_linked_transposer", LinkedTransposerBlock.Vertical::new) .initialProperties(SharedProperties::softMetal) .blockstate(new VerticalTransposerGenerator(true)::generate) + .loot((p, b) -> p.registerDropping(b, LINKED_TRANSPOSER.get())) .addLayer(() -> RenderType::getCutoutMipped) .register(); diff --git a/src/main/java/com/simibubi/create/AllItems.java b/src/main/java/com/simibubi/create/AllItems.java index 4a22a4062..c88cd14f1 100644 --- a/src/main/java/com/simibubi/create/AllItems.java +++ b/src/main/java/com/simibubi/create/AllItems.java @@ -7,6 +7,7 @@ import static com.simibubi.create.content.AllSections.LOGISTICS; import static com.simibubi.create.content.AllSections.MATERIALS; import static com.simibubi.create.content.AllSections.SCHEMATICS; +import com.simibubi.create.AllTags.AllItemTags; import com.simibubi.create.content.contraptions.components.structureMovement.glue.SuperGlueItem; import com.simibubi.create.content.contraptions.components.structureMovement.mounted.MinecartContraptionItem; import com.simibubi.create.content.contraptions.goggles.GogglesItem; @@ -63,11 +64,11 @@ public class AllItems { GOLDEN_SHEET = taggedIngredient("golden_sheet", forgeItemTag("plates/gold")), LAPIS_SHEET = ingredient("lapis_sheet"), - CRUSHED_IRON = ingredient("crushed_iron_ore"), - CRUSHED_GOLD = ingredient("crushed_gold_ore"), - CRUSHED_COPPER = ingredient("crushed_copper_ore"), - CRUSHED_ZINC = ingredient("crushed_zinc_ore"), - CRUSHED_BRASS = ingredient("crushed_brass"), + CRUSHED_IRON = taggedIngredient("crushed_iron_ore", AllItemTags.CRUSHED_ORES.tag), + CRUSHED_GOLD = taggedIngredient("crushed_gold_ore", AllItemTags.CRUSHED_ORES.tag), + CRUSHED_COPPER = taggedIngredient("crushed_copper_ore", AllItemTags.CRUSHED_ORES.tag), + CRUSHED_ZINC = taggedIngredient("crushed_zinc_ore", AllItemTags.CRUSHED_ORES.tag), + CRUSHED_BRASS = taggedIngredient("crushed_brass", AllItemTags.CRUSHED_ORES.tag), ANDESITE_ALLOY = ingredient("andesite_alloy"), COPPER_INGOT = taggedIngredient("copper_ingot", forgeItemTag("ingots/copper")), diff --git a/src/main/java/com/simibubi/create/AllSpriteShifts.java b/src/main/java/com/simibubi/create/AllSpriteShifts.java index 807956034..2d1bb9397 100644 --- a/src/main/java/com/simibubi/create/AllSpriteShifts.java +++ b/src/main/java/com/simibubi/create/AllSpriteShifts.java @@ -43,8 +43,8 @@ public class AllSpriteShifts { COPPER_CASING = omni("copper_casing"); public static final CTSpriteShiftEntry - CHASSIS = getCT(CTType.OMNIDIRECTIONAL, "translation_chassis_end"), - CHASSIS_STICKY = getCT(CTType.OMNIDIRECTIONAL, "translation_chassis_end_sticky"); + CHASSIS = getCT(CTType.OMNIDIRECTIONAL, "linear_chassis_end"), + CHASSIS_STICKY = getCT(CTType.OMNIDIRECTIONAL, "linear_chassis_end_sticky"); public static final SpriteShiftEntry BELT = SpriteShifter.get("block/belt", "block/belt_animated"), diff --git a/src/main/java/com/simibubi/create/AllTags.java b/src/main/java/com/simibubi/create/AllTags.java index 8086db7ec..2b48921e0 100644 --- a/src/main/java/com/simibubi/create/AllTags.java +++ b/src/main/java/com/simibubi/create/AllTags.java @@ -9,6 +9,7 @@ import net.minecraft.block.Block; import net.minecraft.block.BlockState; import net.minecraft.item.BlockItem; import net.minecraft.item.Item; +import net.minecraft.item.ItemStack; import net.minecraft.tags.BlockTags; import net.minecraft.tags.ItemTags; import net.minecraft.tags.Tag; @@ -31,7 +32,7 @@ public class AllTags { public static Tag forgeItemTag(String name) { return forgeTag(ItemTags.getCollection(), name); } - + public static Tag forgeTag(TagCollection collection, String name) { return tag(collection, "forge", name); } @@ -41,7 +42,21 @@ public class AllTags { } public static enum AllItemTags { - ; + CRUSHED_ORES; + public Tag tag; + + private AllItemTags() { + this(""); + } + + private AllItemTags(String path) { + tag = new ItemTags.Wrapper( + new ResourceLocation(Create.ID, (path.isEmpty() ? "" : path + "/") + Lang.asId(name()))); + } + + public boolean matches(ItemStack stack) { + return tag.contains(stack.getItem()); + } } public static enum AllBlockTags { diff --git a/src/main/java/com/simibubi/create/AllTileEntities.java b/src/main/java/com/simibubi/create/AllTileEntities.java index 5e2335380..a6683e095 100644 --- a/src/main/java/com/simibubi/create/AllTileEntities.java +++ b/src/main/java/com/simibubi/create/AllTileEntities.java @@ -130,10 +130,10 @@ public enum AllTileEntities { CLOCKWORK_BEARING(ClockworkBearingTileEntity::new, AllBlocks.CLOCKWORK_BEARING), ROPE_PULLEY(PulleyTileEntity::new, AllBlocks.ROPE_PULLEY), CHASSIS(ChassisTileEntity::new, AllBlocks.RADIAL_CHASSIS, AllBlocks.LINEAR_CHASSIS, - AllBlocks.LINEAR_CHASSIS_SECONDARY), - DRILL(DrillTileEntity::new, AllBlocks.DRILL), - SAW(SawTileEntity::new, AllBlocks.SAW), - HARVESTER(HarvesterTileEntity::new, AllBlocks.HARVESTER), + AllBlocks.SECONDARY_LINEAR_CHASSIS), + DRILL(DrillTileEntity::new, AllBlocks.MECHANICAL_DRILL), + SAW(SawTileEntity::new, AllBlocks.MECHANICAL_SAW), + HARVESTER(HarvesterTileEntity::new, AllBlocks.MECHANICAL_HARVESTER), FLYWHEEL(FlywheelTileEntity::new, AllBlocks.FLYWHEEL), FURNACE_ENGINE(FurnaceEngineTileEntity::new, AllBlocks.FURNACE_ENGINE), diff --git a/src/main/java/com/simibubi/create/compat/jei/CreateJEI.java b/src/main/java/com/simibubi/create/compat/jei/CreateJEI.java index 54b594db5..d547d67c5 100644 --- a/src/main/java/com/simibubi/create/compat/jei/CreateJEI.java +++ b/src/main/java/com/simibubi/create/compat/jei/CreateJEI.java @@ -162,8 +162,8 @@ public class CreateJEI implements IModPlugin { registration.addRecipeCatalyst(new ItemStack(AllItems.BLOCKZAPPER.get()), blockzapperCategory.getUid()); registration.addRecipeCatalyst(new ItemStack(AllBlocks.MECHANICAL_MIXER.get()), mixingCategory.getUid()); registration.addRecipeCatalyst(new ItemStack(AllBlocks.BASIN.get()), mixingCategory.getUid()); - registration.addRecipeCatalyst(new ItemStack(AllBlocks.SAW.get()), sawingCategory.getUid()); - registration.addRecipeCatalyst(new ItemStack(AllBlocks.SAW.get()), blockCuttingCategory.getUid()); + registration.addRecipeCatalyst(new ItemStack(AllBlocks.MECHANICAL_SAW.get()), sawingCategory.getUid()); + registration.addRecipeCatalyst(new ItemStack(AllBlocks.MECHANICAL_SAW.get()), blockCuttingCategory.getUid()); registration.addRecipeCatalyst(new ItemStack(Blocks.STONECUTTER), blockCuttingCategory.getUid()); registration.addRecipeCatalyst(new ItemStack(AllBlocks.MECHANICAL_PRESS.get()), packingCategory.getUid()); registration.addRecipeCatalyst(new ItemStack(AllBlocks.BASIN.get()), packingCategory.getUid()); diff --git a/src/main/java/com/simibubi/create/compat/jei/category/BlockCuttingCategory.java b/src/main/java/com/simibubi/create/compat/jei/category/BlockCuttingCategory.java index 90459b418..bb181f51f 100644 --- a/src/main/java/com/simibubi/create/compat/jei/category/BlockCuttingCategory.java +++ b/src/main/java/com/simibubi/create/compat/jei/category/BlockCuttingCategory.java @@ -26,7 +26,7 @@ public class BlockCuttingCategory extends CreateRecipeCategory { private AnimatedSaw saw = new AnimatedSaw(); public SawingCategory() { - super("sawing", doubleItemIcon(AllBlocks.SAW.get(), Items.OAK_LOG), emptyBackground(177, 70)); + super("sawing", doubleItemIcon(AllBlocks.MECHANICAL_SAW.get(), Items.OAK_LOG), emptyBackground(177, 70)); } @Override diff --git a/src/main/java/com/simibubi/create/compat/jei/category/animations/AnimatedSaw.java b/src/main/java/com/simibubi/create/compat/jei/category/animations/AnimatedSaw.java index ad6ed39a2..be4b7a1f3 100644 --- a/src/main/java/com/simibubi/create/compat/jei/category/animations/AnimatedSaw.java +++ b/src/main/java/com/simibubi/create/compat/jei/category/animations/AnimatedSaw.java @@ -28,7 +28,7 @@ public class AnimatedSaw extends AnimatedKinetics { .scale(scale) .render(); - GuiGameElement.of(AllBlocks.SAW.getDefaultState() + GuiGameElement.of(AllBlocks.MECHANICAL_SAW.getDefaultState() .with(SawBlock.FACING, Direction.UP) .with(SawBlock.RUNNING, true)) .rotateBlock(0, 0, 0) diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/saw/SawGenerator.java b/src/main/java/com/simibubi/create/content/contraptions/components/saw/SawGenerator.java index af03a78c4..d369bec96 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/saw/SawGenerator.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/saw/SawGenerator.java @@ -29,7 +29,7 @@ public class SawGenerator extends SpecialBlockStateGen { @Override public ModelFile getModel(DataGenContext ctx, RegistrateBlockstateProvider prov, BlockState state) { - String path = "block/saw/"; + String path = "block/" + ctx.getName() + "/"; String orientation = state.get(SawBlock.FACING) .getAxis() .isVertical() ? "vertical" : "horizontal"; diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/saw/SawTileEntity.java b/src/main/java/com/simibubi/create/content/contraptions/components/saw/SawTileEntity.java index aa60a7f9e..102913130 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/saw/SawTileEntity.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/saw/SawTileEntity.java @@ -171,7 +171,7 @@ public class SawTileEntity extends BlockBreakingKineticTileEntity { } // Try moving items onto next saw - if (AllBlocks.SAW.has(world.getBlockState(nextPos))) { + if (AllBlocks.MECHANICAL_SAW.has(world.getBlockState(nextPos))) { TileEntity te = world.getTileEntity(nextPos); if (te != null && te instanceof SawTileEntity) { SawTileEntity sawTileEntity = (SawTileEntity) te; diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/BlockMovementTraits.java b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/BlockMovementTraits.java index 70649289b..0c045e624 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/BlockMovementTraits.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/BlockMovementTraits.java @@ -221,9 +221,9 @@ public class BlockMovementTraits { * piston */ public static boolean notSupportive(BlockState state, Direction facing) { - if (AllBlocks.DRILL.has(state)) + if (AllBlocks.MECHANICAL_DRILL.has(state)) return state.get(BlockStateProperties.FACING) == facing; - if (AllBlocks.SAW.has(state)) + if (AllBlocks.MECHANICAL_SAW.has(state)) return state.get(BlockStateProperties.FACING) == facing; if (AllBlocks.PORTABLE_STORAGE_INTERFACE.has(state)) return state.get(PortableStorageInterfaceBlock.FACING) == facing; diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/Contraption.java b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/Contraption.java index c1ccd9928..a34df62e1 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/Contraption.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/Contraption.java @@ -318,7 +318,7 @@ public abstract class Contraption { protected Pair capture(World world, BlockPos pos) { BlockState blockstate = world.getBlockState(pos); - if (AllBlocks.SAW.has(blockstate)) + if (AllBlocks.MECHANICAL_SAW.has(blockstate)) blockstate = blockstate.with(SawBlock.RUNNING, true); if (blockstate.getBlock() instanceof ChestBlock) blockstate = blockstate.with(ChestBlock.TYPE, ChestType.SINGLE); @@ -588,7 +588,7 @@ public abstract class Contraption { state = state.updatePostPlacement(face, world.getBlockState(targetPos.offset(face)), world, targetPos, targetPos.offset(face)); - if (AllBlocks.SAW.has(state)) + if (AllBlocks.MECHANICAL_SAW.has(state)) state = state.with(SawBlock.RUNNING, false); BlockState blockState = world.getBlockState(targetPos); diff --git a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/chassis/LinearChassisBlock.java b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/chassis/LinearChassisBlock.java index 77d3ba277..a5ba30186 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/chassis/LinearChassisBlock.java +++ b/src/main/java/com/simibubi/create/content/contraptions/components/structureMovement/chassis/LinearChassisBlock.java @@ -58,7 +58,7 @@ public class LinearChassisBlock extends AbstractChassisBlock { } public static boolean isChassis(BlockState state) { - return AllBlocks.LINEAR_CHASSIS.has(state) || AllBlocks.LINEAR_CHASSIS_SECONDARY.has(state); + return AllBlocks.LINEAR_CHASSIS.has(state) || AllBlocks.SECONDARY_LINEAR_CHASSIS.has(state); } public static boolean sameKind(BlockState state1, BlockState state2) { diff --git a/src/main/java/com/simibubi/create/content/contraptions/relays/belt/transport/BeltInventory.java b/src/main/java/com/simibubi/create/content/contraptions/relays/belt/transport/BeltInventory.java index d26a12417..d362f6672 100644 --- a/src/main/java/com/simibubi/create/content/contraptions/relays/belt/transport/BeltInventory.java +++ b/src/main/java/com/simibubi/create/content/contraptions/relays/belt/transport/BeltInventory.java @@ -221,7 +221,7 @@ public class BeltInventory { BlockState state = world.getBlockState(nextPosition); // next block is a basin or a saw - if (AllBlocks.BASIN.has(state) || AllBlocks.SAW.has(state) + if (AllBlocks.BASIN.has(state) || AllBlocks.MECHANICAL_SAW.has(state) || AllBlocks.CRUSHING_WHEEL_CONTROLLER.has(state)) { TileEntity te = world.getTileEntity(nextPosition); if (te != null) { diff --git a/src/main/java/com/simibubi/create/content/logistics/block/AttachedLogisticalBlock.java b/src/main/java/com/simibubi/create/content/logistics/block/AttachedLogisticalBlock.java index 50aae1757..dc4ea4dc3 100644 --- a/src/main/java/com/simibubi/create/content/logistics/block/AttachedLogisticalBlock.java +++ b/src/main/java/com/simibubi/create/content/logistics/block/AttachedLogisticalBlock.java @@ -17,7 +17,6 @@ import net.minecraft.state.BooleanProperty; import net.minecraft.state.StateContainer.Builder; import net.minecraft.util.ActionResultType; import net.minecraft.util.Direction; -import net.minecraft.util.ResourceLocation; import net.minecraft.util.math.BlockPos; import net.minecraft.util.math.RayTraceResult; import net.minecraft.world.IBlockReader; @@ -57,13 +56,6 @@ public abstract class AttachedLogisticalBlock extends HorizontalBlock implements return state; } - - @Override - public ResourceLocation getLootTable() { - if (isVertical()) - return getHorizontalDefaultState().getBlock().getLootTable(); - return super.getLootTable(); - } @Override public ItemStack getPickBlock(BlockState state, RayTraceResult target, IBlockReader world, BlockPos pos, diff --git a/src/main/java/com/simibubi/create/content/palettes/PaletteBlockPartial.java b/src/main/java/com/simibubi/create/content/palettes/PaletteBlockPartial.java index 2692e972e..04658f84b 100644 --- a/src/main/java/com/simibubi/create/content/palettes/PaletteBlockPartial.java +++ b/src/main/java/com/simibubi/create/content/palettes/PaletteBlockPartial.java @@ -9,6 +9,8 @@ import com.tterrag.registrate.builders.BlockBuilder; import com.tterrag.registrate.builders.ItemBuilder; import com.tterrag.registrate.providers.DataGenContext; import com.tterrag.registrate.providers.RegistrateBlockstateProvider; +import com.tterrag.registrate.providers.RegistrateRecipeProvider; +import com.tterrag.registrate.util.DataIngredient; import com.tterrag.registrate.util.nullness.NonnullType; import net.minecraft.block.Block; @@ -46,7 +48,8 @@ public abstract class PaletteBlockPartial { String blockName = patternName + "_" + this.name; return Create.registrate() .block(blockName, p -> createBlock(block)) - .blockstate((c, p) -> generateData(c, p, variantName, pattern, block)) + .blockstate((c, p) -> generateBlockState(c, p, variantName, pattern, block)) + .recipe((c, p) -> createRecipes(block, c, p)) .transform(b -> transformBlock(b, variantName, pattern)) .item() .transform(b -> transformItem(b, variantName, pattern)) @@ -76,7 +79,10 @@ public abstract class PaletteBlockPartial { protected abstract B createBlock(Supplier block); - protected abstract void generateData(DataGenContext ctx, RegistrateBlockstateProvider prov, + protected abstract void createRecipes(Supplier block, DataGenContext c, + RegistrateRecipeProvider p); + + protected abstract void generateBlockState(DataGenContext ctx, RegistrateBlockstateProvider prov, String variantName, PaletteBlockPatterns pattern, Supplier block); private static class Stairs extends PaletteBlockPartial { @@ -92,7 +98,7 @@ public abstract class PaletteBlockPartial { } @Override - protected void generateData(DataGenContext ctx, RegistrateBlockstateProvider prov, + protected void generateBlockState(DataGenContext ctx, RegistrateBlockstateProvider prov, String variantName, PaletteBlockPatterns pattern, Supplier block) { prov.stairsBlock(ctx.get(), getMainTexture(variantName, pattern)); } @@ -107,6 +113,14 @@ public abstract class PaletteBlockPartial { return Arrays.asList(ItemTags.STAIRS); } + @Override + protected void createRecipes(Supplier block, DataGenContext c, + RegistrateRecipeProvider p) { + DataIngredient source = DataIngredient.items(block.get()); + Supplier result = c::get; + p.stairs(source, result, c.getName(), true); + } + } private static class Slab extends PaletteBlockPartial { @@ -124,7 +138,7 @@ public abstract class PaletteBlockPartial { } @Override - protected void generateData(DataGenContext ctx, RegistrateBlockstateProvider prov, + protected void generateBlockState(DataGenContext ctx, RegistrateBlockstateProvider prov, String variantName, PaletteBlockPatterns pattern, Supplier block) { String name = ctx.getName(); ResourceLocation mainTexture = getMainTexture(variantName, pattern); @@ -159,6 +173,14 @@ public abstract class PaletteBlockPartial { return Arrays.asList(ItemTags.SLABS); } + @Override + protected void createRecipes(Supplier block, DataGenContext c, + RegistrateRecipeProvider p) { + DataIngredient source = DataIngredient.items(block.get()); + Supplier result = c::get; + p.slab(source, result, c.getName(), true); + } + } private static class Wall extends PaletteBlockPartial { @@ -181,7 +203,7 @@ public abstract class PaletteBlockPartial { } @Override - protected void generateData(DataGenContext ctx, RegistrateBlockstateProvider prov, + protected void generateBlockState(DataGenContext ctx, RegistrateBlockstateProvider prov, String variantName, PaletteBlockPatterns pattern, Supplier block) { prov.wallBlock(ctx.get(), pattern.createName(variantName), getMainTexture(variantName, pattern)); } @@ -196,6 +218,14 @@ public abstract class PaletteBlockPartial { return Arrays.asList(ItemTags.WALLS); } + @Override + protected void createRecipes(Supplier block, DataGenContext c, + RegistrateRecipeProvider p) { + DataIngredient source = DataIngredient.items(block.get()); + Supplier result = c::get; + p.wall(source, result); + } + } } diff --git a/src/main/java/com/simibubi/create/content/palettes/PaletteBlockPatterns.java b/src/main/java/com/simibubi/create/content/palettes/PaletteBlockPatterns.java index 998b35543..3fb86b44e 100644 --- a/src/main/java/com/simibubi/create/content/palettes/PaletteBlockPatterns.java +++ b/src/main/java/com/simibubi/create/content/palettes/PaletteBlockPatterns.java @@ -19,6 +19,8 @@ import com.simibubi.create.foundation.data.BlockStateGen; import com.simibubi.create.foundation.data.ModelGen; import com.tterrag.registrate.providers.DataGenContext; import com.tterrag.registrate.providers.RegistrateBlockstateProvider; +import com.tterrag.registrate.providers.RegistrateRecipeProvider; +import com.tterrag.registrate.util.DataIngredient; import com.tterrag.registrate.util.nullness.NonNullBiConsumer; import com.tterrag.registrate.util.nullness.NonNullFunction; @@ -26,18 +28,23 @@ import net.minecraft.block.Block; import net.minecraft.block.Block.Properties; import net.minecraft.block.RotatedPillarBlock; import net.minecraft.client.renderer.RenderType; +import net.minecraft.data.ShapedRecipeBuilder; import net.minecraft.util.ResourceLocation; import net.minecraftforge.api.distmarker.Dist; import net.minecraftforge.api.distmarker.OnlyIn; import net.minecraftforge.client.model.generators.ModelFile; public class PaletteBlockPatterns { - - public static final PaletteBlockPatterns - COBBLESTONE = create("cobblestone", Suffix, AllPartials), - POLISHED = create("polished", Prefix, ForPolished), - BRICKS = create("bricks", Suffix, AllPartials), - FANCY_BRICKS = create("fancy_bricks", Wrap, AllPartials), + + public static final PaletteBlockPatterns + + COBBLESTONE = create("cobblestone", Suffix, AllPartials), + + POLISHED = create("polished", Prefix, ForPolished).addRecipes(v -> (c, + p) -> p.square(DataIngredient.items(v.getBaseBlock() + .get()), c::get, true)), + + BRICKS = create("bricks", Suffix, AllPartials), FANCY_BRICKS = create("fancy_bricks", Wrap, AllPartials), PAVED = create("paved", Prefix, AllPartials).blockStateFactory(p -> p::paved) .block(PavedBlock::new) @@ -45,16 +52,22 @@ public class PaletteBlockPatterns { LAYERED = create("layered", Prefix).blockStateFactory(p -> p::cubeColumn) .textures("layered", "polished") - .connectedTextures(v -> new HorizontalCTBehaviour( - ct(v, CTs.LAYERED), - ct(v, CTs.POLISHED))), + .connectedTextures(v -> new HorizontalCTBehaviour(ct(v, CTs.LAYERED), ct(v, CTs.POLISHED))), CHISELED = create("chiseled", Prefix).blockStateFactory(p -> p::cubeColumn) .textures("chiseled", "chiseled_top"), PILLAR = create("pillar", Suffix).blockStateFactory(p -> p::pillar) .block(RotatedPillarBlock::new) - .textures("pillar", "pillar_end"), + .textures("pillar", "pillar_end") + .addRecipes(v -> (c, p) -> ShapedRecipeBuilder.shapedRecipe(c.get(), 2) + .key('#', v.getBaseBlock() + .get()) + .patternLine("#") + .patternLine("#") + .addCriterion("has_ingredient", p.hasItem(v.getBaseBlock() + .get())) + .build(p::accept)), MOSSY = create("mossy", Prefix).blockStateFactory(p -> p::cubeAllButMossy) .textures("bricks", "mossy") @@ -86,6 +99,7 @@ public class PaletteBlockPatterns { private IPatternBlockStateGenerator blockStateGenerator; private NonNullFunction blockFactory; + private NonNullFunction, RegistrateRecipeProvider>> additionalRecipes; private PaletteBlockPartial[] partials; @OnlyIn(Dist.CLIENT) @@ -98,6 +112,7 @@ public class PaletteBlockPatterns { pattern.ctBehaviour = Optional.empty(); pattern.nameType = nameType; pattern.partials = partials; + pattern.additionalRecipes = $ -> NonNullBiConsumer.noop(); pattern.isTranslucent = false; pattern.hasFoliage = false; pattern.blockFactory = Block::new; @@ -113,7 +128,7 @@ public class PaletteBlockPatterns { public boolean isTranslucent() { return isTranslucent; } - + public boolean hasFoliage() { return hasFoliage; } @@ -125,11 +140,17 @@ public class PaletteBlockPatterns { public PaletteBlockPartial[] getPartials() { return partials; } - + public String getTextureForPartials() { return textures[0]; } - + + public void addRecipes(PaletteStoneVariants variant, DataGenContext c, + RegistrateRecipeProvider p) { + additionalRecipes.apply(variant) + .accept(c, p); + } + public Optional createCTBehaviour(PaletteStoneVariants variant) { return ctBehaviour.map(f -> f.apply(variant)); } @@ -155,17 +176,23 @@ public class PaletteBlockPatterns { isTranslucent = true; return this; } - + private PaletteBlockPatterns withFoliage() { hasFoliage = true; return this; } - + private PaletteBlockPatterns connectedTextures(Function factory) { this.ctBehaviour = Optional.of(factory); return this; } - + + private PaletteBlockPatterns addRecipes( + NonNullFunction, RegistrateRecipeProvider>> func) { + this.additionalRecipes = func; + return this; + } + // Model generators public IBlockStateProvider cubeAll(String variant) { @@ -240,7 +267,7 @@ public class PaletteBlockPatterns { protected static CTSpriteShiftEntry ct(PaletteStoneVariants variant, CTs texture) { return AllSpriteShifts.getVariantPattern(variant, texture); } - + @FunctionalInterface static interface IPatternBlockStateGenerator extends Function> { @@ -250,21 +277,21 @@ public class PaletteBlockPatterns { static interface IBlockStateProvider extends NonNullBiConsumer, RegistrateBlockstateProvider> { } - + // Textures with connectability, used by Spriteshifter - + public static enum CTs { - - POLISHED(CTType.OMNIDIRECTIONAL), - LAYERED(CTType.HORIZONTAL) - + + POLISHED(CTType.OMNIDIRECTIONAL), LAYERED(CTType.HORIZONTAL) + ; - + public CTType type; + private CTs(CTType type) { this.type = type; } - + } } diff --git a/src/main/java/com/simibubi/create/content/palettes/PaletteStoneVariants.java b/src/main/java/com/simibubi/create/content/palettes/PaletteStoneVariants.java index bddc2c320..ac43b64e9 100644 --- a/src/main/java/com/simibubi/create/content/palettes/PaletteStoneVariants.java +++ b/src/main/java/com/simibubi/create/content/palettes/PaletteStoneVariants.java @@ -1,7 +1,32 @@ package com.simibubi.create.content.palettes; +import java.util.function.Supplier; + +import net.minecraft.block.Block; +import net.minecraft.block.Blocks; + public enum PaletteStoneVariants { - GRANITE, DIORITE, ANDESITE, LIMESTONE, WEATHERED_LIMESTONE, DOLOMITE, GABBRO, SCORIA, DARK_SCORIA + GRANITE(() -> () -> Blocks.GRANITE), + DIORITE(() -> () -> Blocks.DIORITE), + ANDESITE(() -> () -> Blocks.ANDESITE), + LIMESTONE(() -> AllPaletteBlocks.LIMESTONE), + WEATHERED_LIMESTONE(() -> AllPaletteBlocks.WEATHERED_LIMESTONE), + DOLOMITE(() -> AllPaletteBlocks.DOLOMITE), + GABBRO(() -> AllPaletteBlocks.GABBRO), + SCORIA(() -> AllPaletteBlocks.SCORIA), + DARK_SCORIA(() -> AllPaletteBlocks.DARK_SCORIA) + + ; + + private Supplier> baseBlock; + + private PaletteStoneVariants(Supplier> baseBlock) { + this.baseBlock = baseBlock; + } + + public Supplier getBaseBlock() { + return baseBlock.get(); + } } diff --git a/src/main/java/com/simibubi/create/content/palettes/PalettesVariantEntry.java b/src/main/java/com/simibubi/create/content/palettes/PalettesVariantEntry.java index 8623c4b89..dfe9b82b6 100644 --- a/src/main/java/com/simibubi/create/content/palettes/PalettesVariantEntry.java +++ b/src/main/java/com/simibubi/create/content/palettes/PalettesVariantEntry.java @@ -8,6 +8,7 @@ import com.simibubi.create.Create; import com.simibubi.create.foundation.data.CreateRegistrate; import com.simibubi.create.foundation.utility.Lang; import com.tterrag.registrate.builders.BlockBuilder; +import com.tterrag.registrate.util.DataIngredient; import com.tterrag.registrate.util.entry.BlockEntry; import com.tterrag.registrate.util.nullness.NonNullSupplier; @@ -41,6 +42,11 @@ public class PalettesVariantEntry { builder.onRegister(CreateRegistrate.blockColors(() -> AllColorHandlers::getGrassyBlock)); pattern.createCTBehaviour(variant) .ifPresent(b -> builder.onRegister(connectedTextures(b))); + + builder.recipe((c, p) -> { + p.stonecutting(DataIngredient.items(variant.getBaseBlock().get()), c::get); + pattern.addRecipes(variant, c, p); + }); if (pattern.hasFoliage()) builder.item() diff --git a/src/main/java/com/simibubi/create/foundation/advancement/AllAdvancements.java b/src/main/java/com/simibubi/create/foundation/advancement/AllAdvancements.java index 41d5ff39e..e3db0dd6f 100644 --- a/src/main/java/com/simibubi/create/foundation/advancement/AllAdvancements.java +++ b/src/main/java/com/simibubi/create/foundation/advancement/AllAdvancements.java @@ -81,7 +81,7 @@ public class AllAdvancements implements IDataProvider { andesiteExpertLane(t, andesite_casing); Advancement drill = - kinecticAdvancement("drill", AllBlocks.DRILL.get(), TaskType.NORMAL).withParent(andesite_casing) + kinecticAdvancement("drill", AllBlocks.MECHANICAL_DRILL.get(), TaskType.NORMAL).withParent(andesite_casing) .register(t, id + ":drill"); Advancement press = @@ -98,7 +98,7 @@ public class AllAdvancements implements IDataProvider { itemAdvancement("electron_tube", AllItems.ELECTRON_TUBE, TaskType.NORMAL).withParent(rose_quartz) .register(t, id + ":electron_tube"); - Advancement saw = kinecticAdvancement("saw", AllBlocks.SAW.get(), TaskType.NORMAL).withParent(press) + Advancement saw = kinecticAdvancement("saw", AllBlocks.MECHANICAL_SAW.get(), TaskType.NORMAL).withParent(press) .register(t, id + ":saw"); Advancement basin = advancement("basin", AllBlocks.BASIN.get(), TaskType.NORMAL).withParent(press) diff --git a/src/main/java/com/simibubi/create/foundation/data/BlockStateGen.java b/src/main/java/com/simibubi/create/foundation/data/BlockStateGen.java index 576ae41de..ff2061953 100644 --- a/src/main/java/com/simibubi/create/foundation/data/BlockStateGen.java +++ b/src/main/java/com/simibubi/create/foundation/data/BlockStateGen.java @@ -221,8 +221,8 @@ public class BlockStateGen { public static NonNullBiConsumer, RegistrateBlockstateProvider> linearChassis() { return (c, p) -> { ResourceLocation side = p.modLoc("block/" + c.getName() + "_side"); - ResourceLocation top = p.modLoc("block/translation_chassis_end"); - ResourceLocation top_sticky = p.modLoc("block/translation_chassis_end_sticky"); + ResourceLocation top = p.modLoc("block/linear_chassis_end"); + ResourceLocation top_sticky = p.modLoc("block/linear_chassis_end_sticky"); Vector models = new Vector<>(4); for (boolean isTopSticky : Iterate.trueAndFalse) @@ -247,7 +247,7 @@ public class BlockStateGen { ResourceLocation side = p.modLoc(path + "_side"); ResourceLocation side_sticky = p.modLoc(path + "_side_sticky"); - String templateModelPath = "block/rotation_chassis"; + String templateModelPath = "block/radial_chassis"; ModelFile base = p.models() .getExistingFile(p.modLoc(templateModelPath + "/base")); Vector faces = new Vector<>(3); diff --git a/src/main/java/com/simibubi/create/foundation/item/CreateItemGroupBase.java b/src/main/java/com/simibubi/create/foundation/item/CreateItemGroupBase.java index db27580e5..c633efcbd 100644 --- a/src/main/java/com/simibubi/create/foundation/item/CreateItemGroupBase.java +++ b/src/main/java/com/simibubi/create/foundation/item/CreateItemGroupBase.java @@ -13,6 +13,7 @@ import net.minecraft.client.Minecraft; import net.minecraft.client.renderer.ItemRenderer; import net.minecraft.client.renderer.model.IBakedModel; import net.minecraft.client.world.ClientWorld; +import net.minecraft.item.BlockItem; import net.minecraft.item.Item; import net.minecraft.item.ItemGroup; import net.minecraft.item.ItemStack; @@ -53,6 +54,8 @@ public abstract class CreateItemGroupBase extends ItemGroup { for (RegistryEntry entry : getItems()) { Item item = entry.get(); + if (item instanceof BlockItem) + continue; IBakedModel model = itemRenderer.getItemModelWithOverrides(new ItemStack(item), world, null); if (model.isGui3d() != specialItems) continue; diff --git a/src/main/resources/assets/create/lang/de_de.json b/src/main/resources/assets/create/lang/de_de.json index a2f647e60..fbad460ca 100644 --- a/src/main/resources/assets/create/lang/de_de.json +++ b/src/main/resources/assets/create/lang/de_de.json @@ -2,16 +2,16 @@ "_comment": "-------------------------] GAME ELEMENTS [------------------------------------------------", - "item.create.symmetry_wand":"Symmetriestab", - "item.create.placement_handgun":"Blockpistole", + "item.create.wand_of_symmetry":"Symmetriestab", + "item.create.handheld_blockzapper":"Blockpistole", "item.create.tree_fertilizer":"Baumdünger", - "item.create.empty_blueprint":"Leerer Bauplan", + "item.create.empty_schematic":"Leerer Bauplan", "item.create.andesite_alloy_cube":"Andesitstahl", "item.create.blaze_brass_cube":"Lohenbronze", "item.create.chorus_chrome_cube":"Chorus-Chrom", "item.create.shadow_steel_cube":"Schattenstahl", - "item.create.blueprint_and_quill":"Bauplan und Feder", - "item.create.blueprint":"Bauplan", + "item.create.schematic_and_quill":"Bauplan und Feder", + "item.create.schematic":"Bauplan", "item.create.belt_connector":"Mechanischer Riemen", "item.create.filter":"Filter", "item.create.rose_quartz":"Rosenquarz", @@ -49,8 +49,8 @@ "block.create.motor":"Motor", "block.create.belt":"Mechanischer Riemen", "block.create.crushing_wheel":"Mahlwerkrad", - "block.create.drill":"Mechanischer Bohrer", - "block.create.harvester":"Mechanische Erntemaschine", + "block.create.mechanical_drill":"Mechanischer Bohrer", + "block.create.mechanical_harvester":"Mechanische Erntemaschine", "block.create.water_wheel":"Wasserrad", "block.create.belt_support":"Riemenlager", "block.create.mechanical_press":"Mechanische Presse", @@ -58,21 +58,21 @@ "block.create.sticky_mechanical_piston":"Klebriger Mechanischer Kolben", "block.create.mechanical_piston":"Mechanischer Kolben", "block.create.mechanical_piston_head":"Mechanisches Kolbenende", - "block.create.piston_pole":"Kolben-Pleuelverlängerung", + "block.create.piston_extension_pole":"Kolben-Pleuelverlängerung", "block.create.mechanical_bearing":"Mechanisches Lager", - "block.create.translation_chassis":"Schubgerüst", - "block.create.rotation_chassis":"Drehgerüst", + "block.create.linear_chassis":"Schubgerüst", + "block.create.radial_chassis":"Drehgerüst", - "block.create.contact":"Redstone-Kontakt", - "block.create.redstone_bridge":"Redstone-Verbindung", - "block.create.stockswitch":"Vorratssensor", - "block.create.flexcrate":"FlexCrate", + "block.create.redstone_contact":"Redstone-Kontakt", + "block.create.redstone_link":"Redstone-Verbindung", + "block.create.stockpile_switch":"Vorratssensor", + "block.create.adjustable_crate":"adjustable_crate", "block.create.extractor":"Auswerfer", - "block.create.belt_funnel":"Fließbandtrichter", + "block.create.funnel":"Fließbandtrichter", "block.create.linked_extractor":"Verknüpfter Auswerfer", "block.create.pulse_repeater":"Pulsierender Verstärker", - "block.create.flexpeater":"Verzögernder Verstärker", - "block.create.entity_detector":"Fließband-Beobachter", + "block.create.adjustable_repeater":"Verzögernder Verstärker", + "block.create.belt_observer":"Fließband-Beobachter", "block.create.tiled_glass":"Glasfliesen", "block.create.tiled_glass_pane":"Glasfliesenscheibe", @@ -146,7 +146,7 @@ "death.attack.create.crush":"%1$s stolperte in ein Mahlwerk", "death.attack.create.fan_fire":"%1$s hat heiße Luft eingeatmet", "death.attack.create.fan_lava":"%1$s wurde von Lava verweht", - "death.attack.create.drill":"%1$s wurde von einem Bohrer durchlöchert", + "death.attack.create.mechanical_drill":"%1$s wurde von einem Bohrer durchlöchert", "create.recipe.crushing":"Mahlen", "create.recipe.splashing":"Waschen", @@ -227,16 +227,16 @@ "create.logistics.firstFrequency": "Freq. #1", "create.logistics.secondFrequency": "Freq. #2", - "create.gui.flexcrate.title": "FlexCrate", - "create.gui.flexcrate.storageSpace": "Lagerraum", + "create.gui.adjustable_crate.title": "adjustable_crate", + "create.gui.adjustable_crate.storageSpace": "Lagerraum", - "create.gui.stockswitch.title": "Vorratssensor", - "create.gui.stockswitch.lowerLimit": "Untergrenze", - "create.gui.stockswitch.upperLimit": "Obergrenze", - "create.gui.stockswitch.startAt": "Signal bei", - "create.gui.stockswitch.startAbove": "Signal über", - "create.gui.stockswitch.stopAt": "Signalstopp bei", - "create.gui.stockswitch.stopBelow": "Signalstopp über", + "create.gui.stockpile_switch.title": "Vorratssensor", + "create.gui.stockpile_switch.lowerLimit": "Untergrenze", + "create.gui.stockpile_switch.upperLimit": "Obergrenze", + "create.gui.stockpile_switch.startAt": "Signal bei", + "create.gui.stockpile_switch.startAbove": "Signal über", + "create.gui.stockpile_switch.stopAt": "Signalstopp bei", + "create.gui.stockpile_switch.stopBelow": "Signalstopp über", "create.schematicAndQuill.dimensions": "Bauplangröße: %1$sx%2$sx%3$s", "create.schematicAndQuill.firstPos": "Erste Position festgelegt.", @@ -357,25 +357,25 @@ "item.create.example_item.tooltip.control1": "Wenn Strg gedrückt ist", "item.create.example_item.tooltip.action1": "wird diese Steuerung gezeigt.", - "item.create.symmetry_wand.tooltip": "SYMMETRIESTAB", - "item.create.symmetry_wand.tooltip.summary": "Spiegelt deine Blockplatzierung perfekt über die konfigurierten Ebenen.", - "item.create.symmetry_wand.tooltip.condition1": "Wenn in der Schnellleiste", - "item.create.symmetry_wand.tooltip.behaviour1": "Bleibt aktiv", - "item.create.symmetry_wand.tooltip.control1": "R-Klick auf Boden", - "item.create.symmetry_wand.tooltip.action1": "_Erstellt_ oder _Bewegt_ den Spiegel", - "item.create.symmetry_wand.tooltip.control2": "R-Klick in die Luft", - "item.create.symmetry_wand.tooltip.action2": "_Löscht_ den aktiven Spiegel", - "item.create.symmetry_wand.tooltip.control3": "R-Klick beim Schleichen", - "item.create.symmetry_wand.tooltip.action3": "Öffnet das _Konfigurationsmenü_", + "item.create.wand_of_symmetry.tooltip": "SYMMETRIESTAB", + "item.create.wand_of_symmetry.tooltip.summary": "Spiegelt deine Blockplatzierung perfekt über die konfigurierten Ebenen.", + "item.create.wand_of_symmetry.tooltip.condition1": "Wenn in der Schnellleiste", + "item.create.wand_of_symmetry.tooltip.behaviour1": "Bleibt aktiv", + "item.create.wand_of_symmetry.tooltip.control1": "R-Klick auf Boden", + "item.create.wand_of_symmetry.tooltip.action1": "_Erstellt_ oder _Bewegt_ den Spiegel", + "item.create.wand_of_symmetry.tooltip.control2": "R-Klick in die Luft", + "item.create.wand_of_symmetry.tooltip.action2": "_Löscht_ den aktiven Spiegel", + "item.create.wand_of_symmetry.tooltip.control3": "R-Klick beim Schleichen", + "item.create.wand_of_symmetry.tooltip.action3": "Öffnet das _Konfigurationsmenü_", - "item.create.placement_handgun.tooltip": "BLOCKPISTOLE", - "item.create.placement_handgun.tooltip.summary": "Ermöglicht das Platzieren und Austauschen von Blöcken aus großer Entfernung.", - "item.create.placement_handgun.tooltip.control1": "L-Klick auf Block", - "item.create.placement_handgun.tooltip.action1": "Legt die von dem Werkzeug platzierten Blöcke auf den angeschauten Block fest.", - "item.create.placement_handgun.tooltip.control2": "R-Klick auf Block", - "item.create.placement_handgun.tooltip.action2": "_Platziert_ oder _Ersetzt_ den ausgewählten Block.", - "item.create.placement_handgun.tooltip.control3": "R-Klick beim Schleichen", - "item.create.placement_handgun.tooltip.action3": "Öffnet das _Konfigurationsmenü_", + "item.create.handheld_blockzapper.tooltip": "BLOCKPISTOLE", + "item.create.handheld_blockzapper.tooltip.summary": "Ermöglicht das Platzieren und Austauschen von Blöcken aus großer Entfernung.", + "item.create.handheld_blockzapper.tooltip.control1": "L-Klick auf Block", + "item.create.handheld_blockzapper.tooltip.action1": "Legt die von dem Werkzeug platzierten Blöcke auf den angeschauten Block fest.", + "item.create.handheld_blockzapper.tooltip.control2": "R-Klick auf Block", + "item.create.handheld_blockzapper.tooltip.action2": "_Platziert_ oder _Ersetzt_ den ausgewählten Block.", + "item.create.handheld_blockzapper.tooltip.control3": "R-Klick beim Schleichen", + "item.create.handheld_blockzapper.tooltip.action3": "Öffnet das _Konfigurationsmenü_", "item.create.tree_fertilizer.tooltip": "BAUMDÜNGER", "item.create.tree_fertilizer.tooltip.summary": "Eine Mischung aus Mineralien, die sich für weit verbreitete Baumarten eignet", @@ -387,28 +387,28 @@ "block.create.cocoa_log.tooltip.condition1": "Wenn reif", "block.create.cocoa_log.tooltip.behaviour1": "Lässt _Kakao_ auf allen Seiten wachsen", - "item.create.empty_blueprint.tooltip": "LEERER BAUPLAN", - "item.create.empty_blueprint.tooltip.summary": "Wird für die Herstellung und das Schreiben auf dem _Bauplantisch_ verwendet", + "item.create.empty_schematic.tooltip": "LEERER BAUPLAN", + "item.create.empty_schematic.tooltip.summary": "Wird für die Herstellung und das Schreiben auf dem _Bauplantisch_ verwendet", - "item.create.blueprint.tooltip": "BAUPLAN", - "item.create.blueprint.tooltip.summary": "Beschreibt eine Struktur, die in der Welt platziert werden kann. Positioniere das Hologramm wie gewünscht und verwende eine _Bauplankanone_, um die Struktur zu bauen.", - "item.create.blueprint.tooltip.condition1": "Wenn gehalten", - "item.create.blueprint.tooltip.behaviour1": "Kann mit den Werkzeugen auf dem Bildschirm positioniert werden", - "item.create.blueprint.tooltip.control1": "R-Klick beim Schleichen", - "item.create.blueprint.tooltip.action1": "Öffnet ein Menü zur Eingabe exakter _Koordinaten_.", + "item.create.schematic.tooltip": "BAUPLAN", + "item.create.schematic.tooltip.summary": "Beschreibt eine Struktur, die in der Welt platziert werden kann. Positioniere das Hologramm wie gewünscht und verwende eine _Bauplankanone_, um die Struktur zu bauen.", + "item.create.schematic.tooltip.condition1": "Wenn gehalten", + "item.create.schematic.tooltip.behaviour1": "Kann mit den Werkzeugen auf dem Bildschirm positioniert werden", + "item.create.schematic.tooltip.control1": "R-Klick beim Schleichen", + "item.create.schematic.tooltip.action1": "Öffnet ein Menü zur Eingabe exakter _Koordinaten_.", - "item.create.blueprint_and_quill.tooltip": "BAUPLAN UND FEDER", - "item.create.blueprint_and_quill.tooltip.summary": "Wird benutzt, um eine existierende Struktur in der Welt als eine .nbt-Datei zu speichern.", - "item.create.blueprint_and_quill.tooltip.condition1": "Schritt 1", - "item.create.blueprint_and_quill.tooltip.behaviour1": "Wähle zwei Eckpunkte mit R-Klick aus", - "item.create.blueprint_and_quill.tooltip.condition2": "Schritt 2", - "item.create.blueprint_and_quill.tooltip.behaviour2": "Auf den Oberflächen _Strg-Scrollen_ um die Größe zu verändern. Nochmals R-Klick um zu speichern.", - "item.create.blueprint_and_quill.tooltip.control1": "R-Klick", - "item.create.blueprint_and_quill.tooltip.action1": "Einen Eckpunkt auswählen / Speichern bestätigen", - "item.create.blueprint_and_quill.tooltip.control2": "Strg gedrückt halten", - "item.create.blueprint_and_quill.tooltip.action2": "Wählt Punkte _mitten_ _in_ _der_ _Luft._ _Scrolle,_ um die Distanz anzupassen.", - "item.create.blueprint_and_quill.tooltip.control3": "R-Klick beim Schleichen", - "item.create.blueprint_and_quill.tooltip.action3": "_Setzt_ die Auswahl _zurück_ und löscht sie.", + "item.create.schematic_and_quill.tooltip": "BAUPLAN UND FEDER", + "item.create.schematic_and_quill.tooltip.summary": "Wird benutzt, um eine existierende Struktur in der Welt als eine .nbt-Datei zu speichern.", + "item.create.schematic_and_quill.tooltip.condition1": "Schritt 1", + "item.create.schematic_and_quill.tooltip.behaviour1": "Wähle zwei Eckpunkte mit R-Klick aus", + "item.create.schematic_and_quill.tooltip.condition2": "Schritt 2", + "item.create.schematic_and_quill.tooltip.behaviour2": "Auf den Oberflächen _Strg-Scrollen_ um die Größe zu verändern. Nochmals R-Klick um zu speichern.", + "item.create.schematic_and_quill.tooltip.control1": "R-Klick", + "item.create.schematic_and_quill.tooltip.action1": "Einen Eckpunkt auswählen / Speichern bestätigen", + "item.create.schematic_and_quill.tooltip.control2": "Strg gedrückt halten", + "item.create.schematic_and_quill.tooltip.action2": "Wählt Punkte _mitten_ _in_ _der_ _Luft._ _Scrolle,_ um die Distanz anzupassen.", + "item.create.schematic_and_quill.tooltip.control3": "R-Klick beim Schleichen", + "item.create.schematic_and_quill.tooltip.action3": "_Setzt_ die Auswahl _zurück_ und löscht sie.", "block.create.creative_crate.tooltip": "BAUPLANKANONENMACHER", "block.create.creative_crate.tooltip.summary": "Stellt einen unendlichen Vorrat an Blöcken für benachbarte _Bauplaenkanonen_ bereit.", @@ -505,10 +505,10 @@ "block.create.sticky_mechanical_piston.tooltip.condition1": "Wenn angetrieben", "block.create.sticky_mechanical_piston.tooltip.behaviour1": "Fängt an, die angeschlossene Struktur zu bewegen. Geschwindigkeit und Richtung korrelieren mit der eingehenden Rotationsgeschwindigkeit.", - "block.create.piston_pole.tooltip": "KOLBEN-PLEUELVERÄNGERUNG", - "block.create.piston_pole.tooltip.summary": "Wird benutzt, um die Reichweite von _Mechanischen_ _Kolben_ zu erhöhen.", - "block.create.piston_pole.tooltip.condition1": "Wenn an einem Mechanischen Kolben angebracht", - "block.create.piston_pole.tooltip.behaviour1": "Erhöht die Länge des Kolbens um 1 Block.", + "block.create.piston_extension_pole.tooltip": "KOLBEN-PLEUELVERÄNGERUNG", + "block.create.piston_extension_pole.tooltip.summary": "Wird benutzt, um die Reichweite von _Mechanischen_ _Kolben_ zu erhöhen.", + "block.create.piston_extension_pole.tooltip.condition1": "Wenn an einem Mechanischen Kolben angebracht", + "block.create.piston_extension_pole.tooltip.behaviour1": "Erhöht die Länge des Kolbens um 1 Block.", "block.create.mechanical_bearing.tooltip": "MECHANISCHES LAGER", "block.create.mechanical_bearing.tooltip.summary": "Wird benutzt, um _größere_ _Strukturen_ zu drehen oder um _Rotationsenergie_ aus Wind zu erzeugen.", @@ -517,61 +517,61 @@ "block.create.mechanical_bearing.tooltip.condition2": "Wenn durch Redstone aktiviert", "block.create.mechanical_bearing.tooltip.behaviour2": "Fängt an, _Rotationsenergie_ durch das Drehen der angebrachten Struktur zu erzeugen. Die Struktur muss _geeignete_ _Segelblöcke_ beinhalten. (Momentan jede Art von Wolle).", - "block.create.translation_chassis.tooltip": "SCHUBGERÜST", - "block.create.translation_chassis.tooltip.summary": "Eine konfigurierbare Basis für Strukturen, die durch _Mechanische_ _Kolben_ bewegt werden sollen. Diese Blöcke müssen die erste Reihe von Blöcken vor dem Kloben bilden.", - "block.create.translation_chassis.tooltip.condition1": "Wenn durch einen Mechanischen Kolben bewegt", - "block.create.translation_chassis.tooltip.behaviour1": "_Bewegt_ alle _verbundenen_ _Gerüste_ mit der gleichen Orientierung, und angebrachte Blöcke davor. Wenn der Kolben zurückgezogen wird, werden Blöcke nur zurückgezogen, wenn die Fläche des Gerüsts _klebrig_ ist (Siehe [Strg]).", - "block.create.translation_chassis.tooltip.control1": "Wenn mit einem Schleimball R-geklickt", - "block.create.translation_chassis.tooltip.action1": "Lässt die Oberfläche _klebrig_ werden. Wenn der Kolben zurückgezogen wird, _zieht_ das Gerüst alle verbundenen Blöcke _zurück_ in seine Spalte und innerhalb der konfigurierten Reichweite.", + "block.create.linear_chassis.tooltip": "SCHUBGERÜST", + "block.create.linear_chassis.tooltip.summary": "Eine konfigurierbare Basis für Strukturen, die durch _Mechanische_ _Kolben_ bewegt werden sollen. Diese Blöcke müssen die erste Reihe von Blöcken vor dem Kloben bilden.", + "block.create.linear_chassis.tooltip.condition1": "Wenn durch einen Mechanischen Kolben bewegt", + "block.create.linear_chassis.tooltip.behaviour1": "_Bewegt_ alle _verbundenen_ _Gerüste_ mit der gleichen Orientierung, und angebrachte Blöcke davor. Wenn der Kolben zurückgezogen wird, werden Blöcke nur zurückgezogen, wenn die Fläche des Gerüsts _klebrig_ ist (Siehe [Strg]).", + "block.create.linear_chassis.tooltip.control1": "Wenn mit einem Schleimball R-geklickt", + "block.create.linear_chassis.tooltip.action1": "Lässt die Oberfläche _klebrig_ werden. Wenn der Kolben zurückgezogen wird, _zieht_ das Gerüst alle verbundenen Blöcke _zurück_ in seine Spalte und innerhalb der konfigurierten Reichweite.", - "block.create.rotation_chassis.tooltip": "DREHGERÜST", - "block.create.rotation_chassis.tooltip.summary": "Wird für das Drehen von Strukturen mit dem _Mechanischem_ _Lager_ benutzt.", - "block.create.rotation_chassis.tooltip.condition1": "Wenn durch ein Lager gedreht", - "block.create.rotation_chassis.tooltip.behaviour1": "_Dreht_ alle an _klebrigen_ Seiten angebrachten Blöcke (Siehe [Strg]) innerhalb der konfigurierten Reichweite um sich. _Überträgt_ die Rotation zu weiter angebrachten Rotationsgerüsten.", - "block.create.rotation_chassis.tooltip.control1": "Wenn mit einem Schleimball R-geklickt", - "block.create.rotation_chassis.tooltip.action1": "Lässt die geklickte Fläche _klebrig_ werden. Wenn das Gerüst gedreht wird, werden alle verbundenen Blöcke an dieser Seite mit dem Gerüst mitgedreht.", + "block.create.radial_chassis.tooltip": "DREHGERÜST", + "block.create.radial_chassis.tooltip.summary": "Wird für das Drehen von Strukturen mit dem _Mechanischem_ _Lager_ benutzt.", + "block.create.radial_chassis.tooltip.condition1": "Wenn durch ein Lager gedreht", + "block.create.radial_chassis.tooltip.behaviour1": "_Dreht_ alle an _klebrigen_ Seiten angebrachten Blöcke (Siehe [Strg]) innerhalb der konfigurierten Reichweite um sich. _Überträgt_ die Rotation zu weiter angebrachten Rotationsgerüsten.", + "block.create.radial_chassis.tooltip.control1": "Wenn mit einem Schleimball R-geklickt", + "block.create.radial_chassis.tooltip.action1": "Lässt die geklickte Fläche _klebrig_ werden. Wenn das Gerüst gedreht wird, werden alle verbundenen Blöcke an dieser Seite mit dem Gerüst mitgedreht.", - "block.create.drill.tooltip": "MECHANISCHER BOHRER", - "block.create.drill.tooltip.summary": "Ein mechanisches Gerät, welches sich dazu eignet _Blöcke_ _zu_ _brechen._", - "block.create.drill.tooltip.condition1": "Wenn angetrieben", - "block.create.drill.tooltip.behaviour1": "Funktioniert als _stationärer_ Blockbrecher. _Schadet_ außerdem _Wesen_ in seiner effektiven Reichweite.", - "block.create.drill.tooltip.condition2": "Wenn durch einem Mechanischen Kolben bewegt", - "block.create.drill.tooltip.behaviour2": "Bricht Blöcke die der Bohrer trifft.", + "block.create.mechanical_drill.tooltip": "MECHANISCHER BOHRER", + "block.create.mechanical_drill.tooltip.summary": "Ein mechanisches Gerät, welches sich dazu eignet _Blöcke_ _zu_ _brechen._", + "block.create.mechanical_drill.tooltip.condition1": "Wenn angetrieben", + "block.create.mechanical_drill.tooltip.behaviour1": "Funktioniert als _stationärer_ Blockbrecher. _Schadet_ außerdem _Wesen_ in seiner effektiven Reichweite.", + "block.create.mechanical_drill.tooltip.condition2": "Wenn durch einem Mechanischen Kolben bewegt", + "block.create.mechanical_drill.tooltip.behaviour2": "Bricht Blöcke die der Bohrer trifft.", - "block.create.harvester.tooltip": "MECHANISCHE ERNTEMASCHINE", - "block.create.harvester.tooltip.summary": "Ein mechanischer Pflanzenschneider für die Automatisierung deiner Ernte.", - "block.create.harvester.tooltip.condition1": "Wenn durch einem Mechanischen Kolben bewegt", - "block.create.harvester.tooltip.behaviour1": "Werden alle _reifen_ _Pflanzen_ _geerntet_, die die Klinge treffen, und auf ihren anfänglichen Wachstumszustand zurückgesetzt.", + "block.create.mechanical_harvester.tooltip": "MECHANISCHE ERNTEMASCHINE", + "block.create.mechanical_harvester.tooltip.summary": "Ein mechanischer Pflanzenschneider für die Automatisierung deiner Ernte.", + "block.create.mechanical_harvester.tooltip.condition1": "Wenn durch einem Mechanischen Kolben bewegt", + "block.create.mechanical_harvester.tooltip.behaviour1": "Werden alle _reifen_ _Pflanzen_ _geerntet_, die die Klinge treffen, und auf ihren anfänglichen Wachstumszustand zurückgesetzt.", - "block.create.stockswitch.tooltip": "VORRATSSENSOR", - "block.create.stockswitch.tooltip.summary": "Schaltet ein Redstone-Signal ein oder aus, basierend auf der _Speichermenge_ im verbundenen Behälter.", - "block.create.stockswitch.tooltip.condition1": "Wenn unter dem unteren Limit", - "block.create.stockswitch.tooltip.behaviour1": "Wird das Redstone-Signal ausgeschaltet.", - "block.create.stockswitch.tooltip.condition2": "Wenn über dem oberen Limit", - "block.create.stockswitch.tooltip.behaviour2": "Wird das Redstone-Signal eingeschaltet bis das untere Limit wieder erreicht wird.", - "block.create.stockswitch.tooltip.control1": "Wenn R-geklickt", - "block.create.stockswitch.tooltip.action1": "Wird das _Konfigurationsmenü_ geöffnet", + "block.create.stockpile_switch.tooltip": "VORRATSSENSOR", + "block.create.stockpile_switch.tooltip.summary": "Schaltet ein Redstone-Signal ein oder aus, basierend auf der _Speichermenge_ im verbundenen Behälter.", + "block.create.stockpile_switch.tooltip.condition1": "Wenn unter dem unteren Limit", + "block.create.stockpile_switch.tooltip.behaviour1": "Wird das Redstone-Signal ausgeschaltet.", + "block.create.stockpile_switch.tooltip.condition2": "Wenn über dem oberen Limit", + "block.create.stockpile_switch.tooltip.behaviour2": "Wird das Redstone-Signal eingeschaltet bis das untere Limit wieder erreicht wird.", + "block.create.stockpile_switch.tooltip.control1": "Wenn R-geklickt", + "block.create.stockpile_switch.tooltip.action1": "Wird das _Konfigurationsmenü_ geöffnet", - "block.create.redstone_bridge.tooltip": "REDSTONE-VERBINDUNG", - "block.create.redstone_bridge.tooltip.summary": "Endpunkte für _Drahtlose_ _Redstone-Verbindungen._ Mithilfe von Gegenständen kann die Frequenz eingestellt werden. Signalreichweite ist begrenzt, aber angemessen.", - "block.create.redstone_bridge.tooltip.condition1": "Wenn aktiv", - "block.create.redstone_bridge.tooltip.behaviour1": "Liefern eingehende Verbindungen mit derselben _Frequenz_ ein Redstone-Signal.", - "block.create.redstone_bridge.tooltip.control1": "Wenn mit einem Gegenstand R-geklickt", - "block.create.redstone_bridge.tooltip.action1": "Setzt die _Frequenz_ auf diesen Gegenstand. Insgesamt können _zwei_ _verschiedene_ _Gegenstände_ benutzt werden, um die Frequenz zu definieren.", - "block.create.redstone_bridge.tooltip.control2": "Wenn während dem Schleichen R-geklickt", - "block.create.redstone_bridge.tooltip.action2": "Schaltet zwischen _Empfänger-_ und _Transmittermodus_ um.", + "block.create.redstone_link.tooltip": "REDSTONE-VERBINDUNG", + "block.create.redstone_link.tooltip.summary": "Endpunkte für _Drahtlose_ _Redstone-Verbindungen._ Mithilfe von Gegenständen kann die Frequenz eingestellt werden. Signalreichweite ist begrenzt, aber angemessen.", + "block.create.redstone_link.tooltip.condition1": "Wenn aktiv", + "block.create.redstone_link.tooltip.behaviour1": "Liefern eingehende Verbindungen mit derselben _Frequenz_ ein Redstone-Signal.", + "block.create.redstone_link.tooltip.control1": "Wenn mit einem Gegenstand R-geklickt", + "block.create.redstone_link.tooltip.action1": "Setzt die _Frequenz_ auf diesen Gegenstand. Insgesamt können _zwei_ _verschiedene_ _Gegenstände_ benutzt werden, um die Frequenz zu definieren.", + "block.create.redstone_link.tooltip.control2": "Wenn während dem Schleichen R-geklickt", + "block.create.redstone_link.tooltip.action2": "Schaltet zwischen _Empfänger-_ und _Transmittermodus_ um.", - "block.create.contact.tooltip": "REDSTONE-KONTAKT", - "block.create.contact.tooltip.summary": "Ein einfaches Gerät für fortgeschrittene Redstone-Apparate.", - "block.create.contact.tooltip.condition1": "Wenn gegenüber einem anderen Kontakt", - "block.create.contact.tooltip.behaviour1": "Liefert ein _Redstone-Signal._", - "block.create.contact.tooltip.condition2": "Wenn durch einen Mechanischen Kolben bewegt", - "block.create.contact.tooltip.behaviour2": "Löst im Vorbeifahren stationären Kontakte aus", + "block.create.redstone_contact.tooltip": "REDSTONE-KONTAKT", + "block.create.redstone_contact.tooltip.summary": "Ein einfaches Gerät für fortgeschrittene Redstone-Apparate.", + "block.create.redstone_contact.tooltip.condition1": "Wenn gegenüber einem anderen Kontakt", + "block.create.redstone_contact.tooltip.behaviour1": "Liefert ein _Redstone-Signal._", + "block.create.redstone_contact.tooltip.condition2": "Wenn durch einen Mechanischen Kolben bewegt", + "block.create.redstone_contact.tooltip.behaviour2": "Löst im Vorbeifahren stationären Kontakte aus", - "block.create.flexcrate.tooltip": "FLEXCRATE", - "block.create.flexcrate.tooltip.summary": "Dieser _Speicherbehälter_ erlaubt manuelle Kontrolle über seine Kapazität. Er kann bis zu _16_ _Stacks_ von jeglichem Gegenstand beinhalten.", - "block.create.flexcrate.tooltip.control1": "Wenn R-geklickt", - "block.create.flexcrate.tooltip.action1": "Öffnet das _Menü_", + "block.create.adjustable_crate.tooltip": "adjustable_crate", + "block.create.adjustable_crate.tooltip.summary": "Dieser _Speicherbehälter_ erlaubt manuelle Kontrolle über seine Kapazität. Er kann bis zu _16_ _Stacks_ von jeglichem Gegenstand beinhalten.", + "block.create.adjustable_crate.tooltip.control1": "Wenn R-geklickt", + "block.create.adjustable_crate.tooltip.action1": "Öffnet das _Menü_", "block.create.extractor.tooltip": "AUSWERFER", "block.create.extractor.tooltip.summary": "_Nimmt_ _Gegenstände_ von einem verbundenen _Behälter_ und wirft diese auf den Boden. Wird keine Gegenstände auswerfen, bis der Platz dafür frei ist. Kann einen Stack von Gegenständen als _Filter_ zugewiesen bekommen.", @@ -589,21 +589,21 @@ "block.create.linked_extractor.tooltip.control2": "R-Klick auf den Frequenzplatz", "block.create.linked_extractor.tooltip.action2": "Weist den momentan _gehaltenen_ _Gegenstand_ als Teil der gelisteten Frequenz zu. Wann auch immer eine übertragende _Redstone-Verbindung_ derselben Frequenz aktiv ist, pausiert dieser Auswerfer.", - "block.create.belt_funnel.tooltip": "FLIEẞBANDTRICHTER", - "block.create.belt_funnel.tooltip.summary": "Sammelt eingehende Gegenstände auf einem _Mechanischen_ _Riemen_ und fügt diese in einen verbundenen _Behälter_ ein, wenn möglich. Muss direkt _auf_ dem Riemen sein, mit der Öffnung entgegen der Bewegungsrichtung des Riemens zeigend. Der Behälter muss auf der gleichen Höhe wie der Trichter sein.", + "block.create.funnel.tooltip": "FLIEẞBANDTRICHTER", + "block.create.funnel.tooltip.summary": "Sammelt eingehende Gegenstände auf einem _Mechanischen_ _Riemen_ und fügt diese in einen verbundenen _Behälter_ ein, wenn möglich. Muss direkt _auf_ dem Riemen sein, mit der Öffnung entgegen der Bewegungsrichtung des Riemens zeigend. Der Behälter muss auf der gleichen Höhe wie der Trichter sein.", - "block.create.entity_detector.tooltip": "FLIEẞBAND-BEOBACHTER", - "block.create.entity_detector.tooltip.summary": "Erkennt Gegenstände, die vor ihm auf einem _Mechanischen_ _Riemen_ vorbeilaufen. Funktioniert wunderbar mit einem _Kolben_ über ihm, der gewisse Gegenstände runterschubst. ", - "block.create.entity_detector.tooltip.condition1": "Wenn ein Gegenstand mit dem Filter übereinstimmt", - "block.create.entity_detector.tooltip.behaviour1": "Sendet einen kurzen _Redstone-Puls_ an alle Seiten. Bei einem leeren Filter passiert dies mit allen Gegenständen.", - "block.create.entity_detector.tooltip.control1": "R-Klick auf den Filterplatz", - "block.create.entity_detector.tooltip.action1": "Weist den momentan _gehaltenen_ _Stack_ als _Filter_ zu. Der Beobachter wird nur auf diesen Gegenstandstyp reagieren.", + "block.create.belt_observer.tooltip": "FLIEẞBAND-BEOBACHTER", + "block.create.belt_observer.tooltip.summary": "Erkennt Gegenstände, die vor ihm auf einem _Mechanischen_ _Riemen_ vorbeilaufen. Funktioniert wunderbar mit einem _Kolben_ über ihm, der gewisse Gegenstände runterschubst. ", + "block.create.belt_observer.tooltip.condition1": "Wenn ein Gegenstand mit dem Filter übereinstimmt", + "block.create.belt_observer.tooltip.behaviour1": "Sendet einen kurzen _Redstone-Puls_ an alle Seiten. Bei einem leeren Filter passiert dies mit allen Gegenständen.", + "block.create.belt_observer.tooltip.control1": "R-Klick auf den Filterplatz", + "block.create.belt_observer.tooltip.action1": "Weist den momentan _gehaltenen_ _Stack_ als _Filter_ zu. Der Beobachter wird nur auf diesen Gegenstandstyp reagieren.", "block.create.pulse_repeater.tooltip": "PULSIERENDER VERSTÄRKER", "block.create.pulse_repeater.tooltip.summary": "Ein einfacher Schaltkreis, um durchgehende Redstone-Signale auf eine Länge von _1_ _tick_ zu reduzieren.", - "block.create.flexpeater.tooltip": "VERZÖGERNDER VERSTÄRKER", - "block.create.flexpeater.tooltip.summary": "Ein fortgeschrittener _Redstone-Verstärker_ mit einer _konfigurierbaren_ _Verzögerung_ von bis zu 30 Minuten.", + "block.create.adjustable_repeater.tooltip": "VERZÖGERNDER VERSTÄRKER", + "block.create.adjustable_repeater.tooltip.summary": "Ein fortgeschrittener _Redstone-Verstärker_ mit einer _konfigurierbaren_ _Verzögerung_ von bis zu 30 Minuten.", "itemGroup.create": "Create" } diff --git a/src/main/resources/assets/create/lang/default/advancements.json b/src/main/resources/assets/create/lang/default/advancements.json index 9ffb1f0ab..d8d70b710 100644 --- a/src/main/resources/assets/create/lang/default/advancements.json +++ b/src/main/resources/assets/create/lang/default/advancements.json @@ -17,10 +17,10 @@ "advancement.create.wrench.desc": "Create a Wrench to aid you in building your contraptions.", "advancement.create.goggles": "Stress-o-vision", "advancement.create.goggles.desc": "Create some goggles to aid you in getting more kinetic information for components.", - "advancement.create.speed_gauge": "But how fast exactly?", - "advancement.create.speed_gauge.desc": "Place and power a Speedometer. Look at it through your goggles to read its exact value.", - "advancement.create.stress_gauge": "But how stressed exactly?", - "advancement.create.stress_gauge.desc": "Place and power a Stressometer. Look at it through your goggles to read its exact value.", + "advancement.create.speedometer": "But how fast exactly?", + "advancement.create.speedometer.desc": "Place and power a Speedometer. Look at it through your goggles to read its exact value.", + "advancement.create.stressometer": "But how stressed exactly?", + "advancement.create.stressometer.desc": "Place and power a Stressometer. Look at it through your goggles to read its exact value.", "advancement.create.water_wheel": "Harnessing Hydraulics", "advancement.create.water_wheel.desc": "Place a Water Wheel and try getting it to spin!", @@ -30,16 +30,16 @@ "advancement.create.millstone.desc": "Place and power a Millstone", "advancement.create.andesite_casing": "The Andesite Age", "advancement.create.andesite_casing.desc": "Use some Andesite Alloy and Wood to create a basic Casing.", - "advancement.create.drill": "Stationary breakers", - "advancement.create.drill.desc": "Place and power a Mechanical Drill", + "advancement.create.mechanical_drill": "Stationary breakers", + "advancement.create.mechanical_drill.desc": "Place and power a Mechanical mechanical_drill", "advancement.create.press": "Press goes 'Bonk!'", "advancement.create.press.desc": "Power a Mechanical Press and use it to create some Plates.", "advancement.create.polished_rose_quartz": "Pink Diamonds", "advancement.create.polished_rose_quartz.desc": "Use a piece of sand paper to polish Rose Quartz until it becomes transparent.", "advancement.create.electron_tube": "Beep boop", "advancement.create.electron_tube.desc": "Make some Electron Tubes, useful in crafting less primitive machinery.", - "advancement.create.saw": "Stationary Chopping", - "advancement.create.saw.desc": "Place and power a Mechanical Saw", + "advancement.create.mechanical_saw": "Stationary Chopping", + "advancement.create.mechanical_saw.desc": "Place and power a Mechanical mechanical_saw", "advancement.create.basin": "Basin Operation", "advancement.create.basin.desc": "Place a basin and try throwing items into it.", "advancement.create.mixer": "Mixin' it Up", @@ -77,8 +77,8 @@ "advancement.create.zapper.desc": "Craft a Blockzapper. A radiant laser gun that helps you build.", "advancement.create.upgraded_zapper": "Radiant Overdrive", "advancement.create.upgraded_zapper.desc": "Create and activate a fully upgraded Blockzapper.", - "advancement.create.symmetry_wand": "Radiant Mirrors", - "advancement.create.symmetry_wand.desc": "Craft a Staff of Symmetry.", + "advancement.create.wand_of_symmetry": "Radiant Mirrors", + "advancement.create.wand_of_symmetry.desc": "Craft a Staff of Symmetry.", "advancement.create.deforester": "Radiant Chopping", "advancement.create.deforester.desc": "Craft a Deforester, and say goodbye to the local forest.", diff --git a/src/main/resources/assets/create/lang/default/messages.json b/src/main/resources/assets/create/lang/default/messages.json index a363eb5ba..f06e64927 100644 --- a/src/main/resources/assets/create/lang/default/messages.json +++ b/src/main/resources/assets/create/lang/default/messages.json @@ -6,8 +6,8 @@ "death.attack.create.crush": "%1$s was processed by Crushing Wheels", "death.attack.create.fan_fire": "%1$s was burned to death by hot air", "death.attack.create.fan_lava": "%1$s was burned to death by lava fan", - "death.attack.create.drill": "%1$s was impaled by Mechanical Drill", - "death.attack.create.saw": "%1$s got cut in half by Mechanical Saw", + "death.attack.create.mechanical_drill": "%1$s was impaled by Mechanical mechanical_drill", + "death.attack.create.mechanical_saw": "%1$s got cut in half by Mechanical mechanical_saw", "death.attack.create.cuckoo_clock_explosion": "%1$s was blown up by tampered cuckoo clock", "create.block.deployer.damage_source_name": "a rogue Deployer", @@ -22,7 +22,7 @@ "create.recipe.pressing": "Pressing", "create.recipe.mixing": "Mixing", "create.recipe.packing": "Compacting", - "create.recipe.sawing": "Sawing", + "create.recipe.mechanical_sawing": "mechanical_sawing", "create.recipe.mechanical_crafting": "Mechanical Crafting", "create.recipe.block_cutting": "Block Cutting", "create.recipe.blockzapper_upgrade": "Handheld Blockzapper", @@ -143,25 +143,25 @@ "create.gui.goggles.base_value": "Base Value", "create.gui.gauge.info_header": "Gauge Information:", - "create.gui.speed_gauge.title": "Rotation Speed", - "create.gui.stress_gauge.title": "Network Stress", - "create.gui.stress_gauge.capacity": "Remaining Capacity", - "create.gui.stress_gauge.overstressed": "Overstressed", - "create.gui.stress_gauge.no_rotation": "No Rotation", + "create.gui.speedometer.title": "Rotation Speed", + "create.gui.stressometer.title": "Network Stress", + "create.gui.stressometer.capacity": "Remaining Capacity", + "create.gui.stressometer.overstressed": "Overstressed", + "create.gui.stressometer.no_rotation": "No Rotation", "create.gui.contraptions.not_fast_enough": "It appears that this %1$s is _not_ rotating with _enough_ _speed_.", "create.gui.contraptions.network_overstressed": "It appears that this contraption is _overstressed_. Add more sources or _slow_ _down_ the components with a high _stress_ _impact_.", - "create.gui.flexcrate.title": "Adjustable Crate", - "create.gui.flexcrate.storageSpace": "Storage Space", + "create.gui.adjustable_crate.title": "Adjustable Crate", + "create.gui.adjustable_crate.storageSpace": "Storage Space", - "create.gui.stockswitch.title": "Stockpile Switch", - "create.gui.stockswitch.lowerLimit": "Lower Threshold", - "create.gui.stockswitch.upperLimit": "Upper Threshold", - "create.gui.stockswitch.startAt": "Start Signal at", - "create.gui.stockswitch.startAbove": "Start Signal above", - "create.gui.stockswitch.stopAt": "Stop Signal at", - "create.gui.stockswitch.stopBelow": "Stop Signal below", + "create.gui.stockpile_switch.title": "Stockpile Switch", + "create.gui.stockpile_switch.lowerLimit": "Lower Threshold", + "create.gui.stockpile_switch.upperLimit": "Upper Threshold", + "create.gui.stockpile_switch.startAt": "Start Signal at", + "create.gui.stockpile_switch.startAbove": "Start Signal above", + "create.gui.stockpile_switch.stopAt": "Stop Signal at", + "create.gui.stockpile_switch.stopBelow": "Stop Signal below", "create.gui.sequenced_gearshift.title": "Sequenced Gearshift", "create.gui.sequenced_gearshift.instruction": "Instruction", diff --git a/src/main/resources/assets/create/lang/default/temporary.json b/src/main/resources/assets/create/lang/default/temporary.json index fd688f7b6..a640b5c05 100644 --- a/src/main/resources/assets/create/lang/default/temporary.json +++ b/src/main/resources/assets/create/lang/default/temporary.json @@ -1,19 +1,19 @@ { - "item.create.symmetry_wand": "Staff of Symmetry", - "item.create.placement_handgun": "Handheld Blockzapper", - "item.create.terrain_zapper": "Handheld Worldshaper", + "item.create.wand_of_symmetry": "Staff of Symmetry", + "item.create.handheld_blockzapper": "Handheld Blockzapper", + "item.create.handheld_worldshaper": "Handheld Worldshaper", "item.create.tree_fertilizer": "Tree Fertilizer", - "item.create.empty_blueprint": "Empty Schematic", + "item.create.empty_schematic": "Empty Schematic", "item.create.andesite_alloy": "Andesite Alloy", "item.create.chromatic_compound": "Chromatic Compound", "item.create.shadow_steel": "Shadow Steel", - "item.create.blueprint_and_quill": "Schematic and Quill", - "item.create.blueprint": "Schematic", + "item.create.schematic_and_quill": "Schematic and Quill", + "item.create.schematic": "Schematic", "item.create.belt_connector": "Mechanical Belt", "item.create.goggles": "Engineer's Goggles", "item.create.filter": "Filter", - "item.create.property_filter": "Attribute Filter", + "item.create.attribute_filter": "Attribute Filter", "item.create.rose_quartz": "Rose Quartz", "item.create.polished_rose_quartz": "Polished Rose Quartz", "item.create.refined_radiance": "Refined Radiance", @@ -24,7 +24,7 @@ "item.create.propeller": "Propeller", "item.create.whisk": "Whisk", "item.create.brass_hand": "Hand", - "item.create.slot_cover": "Crafter Slot Cover", + "item.create.crafter_slot_cover": "Crafter Slot Cover", "item.create.flour": "Wheat Flour", "item.create.dough": "Dough", "item.create.wrench": "Wrench", diff --git a/src/main/resources/assets/create/lang/default/tooltips.json b/src/main/resources/assets/create/lang/default/tooltips.json index 27a5c6ded..bade60b20 100644 --- a/src/main/resources/assets/create/lang/default/tooltips.json +++ b/src/main/resources/assets/create/lang/default/tooltips.json @@ -9,34 +9,34 @@ "item.create.example_item.tooltip.control1": "When Ctrl pressed", "item.create.example_item.tooltip.action1": "These controls are displayed.", - "item.create.symmetry_wand.tooltip": "SYMMETRY WAND", - "item.create.symmetry_wand.tooltip.summary": "Perfectly mirrors Block placement across configured planes.", - "item.create.symmetry_wand.tooltip.condition1": "When in Hotbar", - "item.create.symmetry_wand.tooltip.behaviour1": "Stays Active", - "item.create.symmetry_wand.tooltip.control1": "R-Click on Ground", - "item.create.symmetry_wand.tooltip.action1": "_Creates_ or _Moves_ the Mirror", - "item.create.symmetry_wand.tooltip.control2": "R-Click in the Air", - "item.create.symmetry_wand.tooltip.action2": "_Removes_ the active Mirror", - "item.create.symmetry_wand.tooltip.control3": "R-Click while Sneaking", - "item.create.symmetry_wand.tooltip.action3": "Opens the _Configuration_ _Interface_", + "item.create.wand_of_symmetry.tooltip": "SYMMETRY WAND", + "item.create.wand_of_symmetry.tooltip.summary": "Perfectly mirrors Block placement across configured planes.", + "item.create.wand_of_symmetry.tooltip.condition1": "When in Hotbar", + "item.create.wand_of_symmetry.tooltip.behaviour1": "Stays Active", + "item.create.wand_of_symmetry.tooltip.control1": "R-Click on Ground", + "item.create.wand_of_symmetry.tooltip.action1": "_Creates_ or _Moves_ the Mirror", + "item.create.wand_of_symmetry.tooltip.control2": "R-Click in the Air", + "item.create.wand_of_symmetry.tooltip.action2": "_Removes_ the active Mirror", + "item.create.wand_of_symmetry.tooltip.control3": "R-Click while Sneaking", + "item.create.wand_of_symmetry.tooltip.action3": "Opens the _Configuration_ _Interface_", - "item.create.placement_handgun.tooltip": "BLOCKZAPPER", - "item.create.placement_handgun.tooltip.summary": "Novel gadget for placing or exchanging blocks at a distance.", - "item.create.placement_handgun.tooltip.control1": "L-Click at Block", - "item.create.placement_handgun.tooltip.action1": "Sets blocks placed by the tool to the targeted block.", - "item.create.placement_handgun.tooltip.control2": "R-Click at Block", - "item.create.placement_handgun.tooltip.action2": "_Places_ or _Replaces_ the targeted block.", - "item.create.placement_handgun.tooltip.control3": "R-Click while Sneaking", - "item.create.placement_handgun.tooltip.action3": "Opens the _Configuration_ _Interface_.", + "item.create.handheld_blockzapper.tooltip": "BLOCKZAPPER", + "item.create.handheld_blockzapper.tooltip.summary": "Novel gadget for placing or exchanging blocks at a distance.", + "item.create.handheld_blockzapper.tooltip.control1": "L-Click at Block", + "item.create.handheld_blockzapper.tooltip.action1": "Sets blocks placed by the tool to the targeted block.", + "item.create.handheld_blockzapper.tooltip.control2": "R-Click at Block", + "item.create.handheld_blockzapper.tooltip.action2": "_Places_ or _Replaces_ the targeted block.", + "item.create.handheld_blockzapper.tooltip.control3": "R-Click while Sneaking", + "item.create.handheld_blockzapper.tooltip.action3": "Opens the _Configuration_ _Interface_.", - "item.create.terrain_zapper.tooltip": "HANDHELD WORLDSHAPER", - "item.create.terrain_zapper.tooltip.summary": "Handy tool for creating _landscapes_ and _terrain_ _features_.", - "item.create.terrain_zapper.tooltip.control1": "L-Click at Block", - "item.create.terrain_zapper.tooltip.action1": "Sets blocks placed by the tool to the targeted block.", - "item.create.terrain_zapper.tooltip.control2": "R-Click at Block", - "item.create.terrain_zapper.tooltip.action2": "Applies the currently selected _Brush_ and _Tool_ at the targeted location.", - "item.create.terrain_zapper.tooltip.control3": "R-Click while Sneaking", - "item.create.terrain_zapper.tooltip.action3": "Opens the _Configuration_ _Interface_", + "item.create.handheld_worldshaper.tooltip": "HANDHELD WORLDSHAPER", + "item.create.handheld_worldshaper.tooltip.summary": "Handy tool for creating _landscapes_ and _terrain_ _features_.", + "item.create.handheld_worldshaper.tooltip.control1": "L-Click at Block", + "item.create.handheld_worldshaper.tooltip.action1": "Sets blocks placed by the tool to the targeted block.", + "item.create.handheld_worldshaper.tooltip.control2": "R-Click at Block", + "item.create.handheld_worldshaper.tooltip.action2": "Applies the currently selected _Brush_ and _Tool_ at the targeted location.", + "item.create.handheld_worldshaper.tooltip.control3": "R-Click while Sneaking", + "item.create.handheld_worldshaper.tooltip.action3": "Opens the _Configuration_ _Interface_", "item.create.tree_fertilizer.tooltip": "TREE FERTILIZER", "item.create.tree_fertilizer.tooltip.summary": "A powerful combination of minerals suitable for speeding up the growth of common tree types.", @@ -53,40 +53,35 @@ "item.create.filter.tooltip.condition2": "When R-Clicked", "item.create.filter.tooltip.behaviour2": "Opens the _configuration_ _interface_.", - "item.create.property_filter.tooltip": "ATTRIBUTE FILTER", - "item.create.property_filter.tooltip.summary": "_Controls_ _outputs_ and _inputs_ of logistical devices with more _precision_, matching them against a _set_ _of_ item _attributes_ and _categories_.", - "item.create.property_filter.tooltip.condition1": "When in filter slot", - "item.create.property_filter.tooltip.behaviour1": "_Controls_ item flow according to its _configuration_.", - "item.create.property_filter.tooltip.condition2": "When R-Clicked", - "item.create.property_filter.tooltip.behaviour2": "Opens the _configuration_ _interface_.", - - "block.create.cocoa_log.tooltip": "COCOA LOG", - "block.create.cocoa_log.tooltip.summary": "An augmented jungle log allowing for easier automation of _Cocoa_ _Beans_.", - "block.create.cocoa_log.tooltip.condition1": "When Mature", - "block.create.cocoa_log.tooltip.behaviour1": "Grows _Cocoa_ _Pods_ on all sides.", + "item.create.attribute_filter.tooltip": "ATTRIBUTE FILTER", + "item.create.attribute_filter.tooltip.summary": "_Controls_ _outputs_ and _inputs_ of logistical devices with more _precision_, matching them against a _set_ _of_ item _attributes_ and _categories_.", + "item.create.attribute_filter.tooltip.condition1": "When in filter slot", + "item.create.attribute_filter.tooltip.behaviour1": "_Controls_ item flow according to its _configuration_.", + "item.create.attribute_filter.tooltip.condition2": "When R-Clicked", + "item.create.attribute_filter.tooltip.behaviour2": "Opens the _configuration_ _interface_.", - "item.create.empty_blueprint.tooltip": "EMPTY SCHEMATIC", - "item.create.empty_blueprint.tooltip.summary": "Used as a recipe ingredient and for writing at the _Schematic_ _Table_.", + "item.create.empty_schematic.tooltip": "EMPTY SCHEMATIC", + "item.create.empty_schematic.tooltip.summary": "Used as a recipe ingredient and for writing at the _Schematic_ _Table_.", - "item.create.blueprint.tooltip": "SCHEMATIC", - "item.create.blueprint.tooltip.summary": "Holds a structure to be positioned and placed into the world. Position the Hologram as desired and use a _Schematicannon_ to build it.", - "item.create.blueprint.tooltip.condition1": "When Held", - "item.create.blueprint.tooltip.behaviour1": "Can be positioned using the Tools on Screen.", - "item.create.blueprint.tooltip.control1": "R-Click while Sneaking", - "item.create.blueprint.tooltip.action1": "Opens an _Interface_ for entering exact _Coordinates_.", + "item.create.schematic.tooltip": "SCHEMATIC", + "item.create.schematic.tooltip.summary": "Holds a structure to be positioned and placed into the world. Position the Hologram as desired and use a _Schematicannon_ to build it.", + "item.create.schematic.tooltip.condition1": "When Held", + "item.create.schematic.tooltip.behaviour1": "Can be positioned using the Tools on Screen.", + "item.create.schematic.tooltip.control1": "R-Click while Sneaking", + "item.create.schematic.tooltip.action1": "Opens an _Interface_ for entering exact _Coordinates_.", - "item.create.blueprint_and_quill.tooltip": "SCHEMATIC AND QUILL", - "item.create.blueprint_and_quill.tooltip.summary": "Used for saving a Structure in your world to a .nbt file.", - "item.create.blueprint_and_quill.tooltip.condition1": "Step 1", - "item.create.blueprint_and_quill.tooltip.behaviour1": "Select two corner points using R-Click.", - "item.create.blueprint_and_quill.tooltip.condition2": "Step 2", - "item.create.blueprint_and_quill.tooltip.behaviour2": "_Ctrl-Scroll_ on the faces to adjust the size. R-Click again to Save.", - "item.create.blueprint_and_quill.tooltip.control1": "R-Click", - "item.create.blueprint_and_quill.tooltip.action1": "Select a corner point / confirm save.", - "item.create.blueprint_and_quill.tooltip.control2": "Ctrl Held", - "item.create.blueprint_and_quill.tooltip.action2": "Select points in _mid-air_. _Scroll_ to adjust the distance.", - "item.create.blueprint_and_quill.tooltip.control3": "R-Click while Sneaking", - "item.create.blueprint_and_quill.tooltip.action3": "_Resets_ and removes the selection.", + "item.create.schematic_and_quill.tooltip": "SCHEMATIC AND QUILL", + "item.create.schematic_and_quill.tooltip.summary": "Used for saving a Structure in your world to a .nbt file.", + "item.create.schematic_and_quill.tooltip.condition1": "Step 1", + "item.create.schematic_and_quill.tooltip.behaviour1": "Select two corner points using R-Click.", + "item.create.schematic_and_quill.tooltip.condition2": "Step 2", + "item.create.schematic_and_quill.tooltip.behaviour2": "_Ctrl-Scroll_ on the faces to adjust the size. R-Click again to Save.", + "item.create.schematic_and_quill.tooltip.control1": "R-Click", + "item.create.schematic_and_quill.tooltip.action1": "Select a corner point / confirm save.", + "item.create.schematic_and_quill.tooltip.control2": "Ctrl Held", + "item.create.schematic_and_quill.tooltip.action2": "Select points in _mid-air_. _Scroll_ to adjust the distance.", + "item.create.schematic_and_quill.tooltip.control3": "R-Click while Sneaking", + "item.create.schematic_and_quill.tooltip.action3": "_Resets_ and removes the selection.", "block.create.schematicannon.tooltip": "SCHEMATICANNON", "block.create.schematicannon.tooltip.summary": "Shoots blocks to recreate a deployed _Schematic_ in the World. Uses items from adjacent Inventories and _Gunpowder_ as fuel.", @@ -113,6 +108,9 @@ "block.create.gearbox.tooltip": "GEARBOX", "block.create.gearbox.tooltip.summary": "_Relays_ _Rotation_ in _four_ _directions_ Reverses straight connections.", + "item.create.vertical_gearbox.tooltip": " VERTICAL GEARBOX", + "item.create.vertical_gearbox.tooltip.summary": "_Relays_ _Rotation_ in _four_ _directions_ Reverses straight connections.", + "block.create.gearshift.tooltip": "GEARSHIFT", "block.create.gearshift.tooltip.summary": "A control to toggle rotation direction for connected shafts.", "block.create.gearshift.tooltip.condition1": "When Powered", @@ -255,10 +253,10 @@ "block.create.sticky_mechanical_piston.tooltip.condition1": "When Rotated", "block.create.sticky_mechanical_piston.tooltip.behaviour1": "Starts moving the attached structure. Speed and direction correlate to the incoming Rotation Speed.", - "block.create.piston_pole.tooltip": "PISTON POLE", - "block.create.piston_pole.tooltip.summary": "Extends the range of _Mechanical_ _Pistons_.", - "block.create.piston_pole.tooltip.condition1": "When attached to Mechanical Piston", - "block.create.piston_pole.tooltip.behaviour1": "Extends a piston's range by 1 block", + "block.create.piston_extension_pole.tooltip": "PISTON POLE", + "block.create.piston_extension_pole.tooltip.summary": "Extends the range of _Mechanical_ _Pistons_.", + "block.create.piston_extension_pole.tooltip.condition1": "When attached to Mechanical Piston", + "block.create.piston_extension_pole.tooltip.behaviour1": "Extends a piston's range by 1 block", "block.create.mechanical_bearing.tooltip": "MECHANICAL BEARING", "block.create.mechanical_bearing.tooltip.summary": "Used for rotating _larger_ _structures_ or harnessing _Rotational_ _Force_ from wind.", @@ -289,79 +287,79 @@ "block.create.rope_pulley.tooltip.condition1": "When Rotated", "block.create.rope_pulley.tooltip.behaviour1": "Starts moving the attached structure. Speed and direction correlate to the incoming Rotation Speed.", - "block.create.translation_chassis.tooltip": "TRANSLATION CHASSIS", - "block.create.translation_chassis.tooltip.summary": "A configurable base block connecting structures for movement.", - "block.create.translation_chassis.tooltip.condition1": "When Moved", - "block.create.translation_chassis.tooltip.behaviour1": "_Moves_ all _attached_ _Chassis_ with the same orientation, and a column of Blocks within its range. Blocks will only be pulled if the chassis' face is _Sticky_ (See [Ctrl]).", - "block.create.translation_chassis.tooltip.condition2": "With Wrench", - "block.create.translation_chassis.tooltip.behaviour2": "Configure the _range_ for this chassis block. Hold CTRL to modify the range of all attached chassis blocks as well.", - "block.create.translation_chassis.tooltip.control1": "When R-Clicked with Slime Ball", - "block.create.translation_chassis.tooltip.action1": "Makes the clicked face _Sticky_. When moved, the chassis will _pull_ attached Blocks, regardless of movement direction.", + "block.create.linear_chassis.tooltip": "TRANSLATION CHASSIS", + "block.create.linear_chassis.tooltip.summary": "A configurable base block connecting structures for movement.", + "block.create.linear_chassis.tooltip.condition1": "When Moved", + "block.create.linear_chassis.tooltip.behaviour1": "_Moves_ all _attached_ _Chassis_ with the same orientation, and a column of Blocks within its range. Blocks will only be pulled if the chassis' face is _Sticky_ (See [Ctrl]).", + "block.create.linear_chassis.tooltip.condition2": "With Wrench", + "block.create.linear_chassis.tooltip.behaviour2": "Configure the _range_ for this chassis block. Hold CTRL to modify the range of all attached chassis blocks as well.", + "block.create.linear_chassis.tooltip.control1": "When R-Clicked with Slime Ball", + "block.create.linear_chassis.tooltip.action1": "Makes the clicked face _Sticky_. When moved, the chassis will _pull_ attached Blocks, regardless of movement direction.", - "block.create.rotation_chassis.tooltip": "ROTATION CHASSIS", - "block.create.rotation_chassis.tooltip.summary": "A configurable base block connecting structures for movement.", - "block.create.rotation_chassis.tooltip.condition1": "When Moved", - "block.create.rotation_chassis.tooltip.behaviour1": "_Moves_ all _attached_ _Chassis_ in a column, and a cylinder of blocks around itself. Blocks around it are only moved when they are within range and attached to a sticky side (See [Ctrl]).", - "block.create.rotation_chassis.tooltip.condition2": "With Wrench", - "block.create.rotation_chassis.tooltip.behaviour2": "Configure the _range_ for this chassis block. Hold CTRL to modify the range of all attached chassis blocks as well.", - "block.create.rotation_chassis.tooltip.control1": "When R-Clicked with Slime Ball", - "block.create.rotation_chassis.tooltip.action1": "Makes the clicked face _Sticky_. When Chassis move, all designated blocks attached to the sticky side are moved with it.", + "block.create.radial_chassis.tooltip": "ROTATION CHASSIS", + "block.create.radial_chassis.tooltip.summary": "A configurable base block connecting structures for movement.", + "block.create.radial_chassis.tooltip.condition1": "When Moved", + "block.create.radial_chassis.tooltip.behaviour1": "_Moves_ all _attached_ _Chassis_ in a column, and a cylinder of blocks around itself. Blocks around it are only moved when they are within range and attached to a sticky side (See [Ctrl]).", + "block.create.radial_chassis.tooltip.condition2": "With Wrench", + "block.create.radial_chassis.tooltip.behaviour2": "Configure the _range_ for this chassis block. Hold CTRL to modify the range of all attached chassis blocks as well.", + "block.create.radial_chassis.tooltip.control1": "When R-Clicked with Slime Ball", + "block.create.radial_chassis.tooltip.action1": "Makes the clicked face _Sticky_. When Chassis move, all designated blocks attached to the sticky side are moved with it.", - "block.create.drill.tooltip": "MECHANICAL DRILL", - "block.create.drill.tooltip.summary": "A mechanical device suitable for _breaking_ _blocks_. It is movable with _Mechanical_ _Pistons_, _Bearings_ or other controllers.", - "block.create.drill.tooltip.condition1": "When Rotated", - "block.create.drill.tooltip.behaviour1": "Acts as a _stationary_ Block Breaker. Also _hurts_ _entities_ in its effective area.", - "block.create.drill.tooltip.condition2": "While Moving", - "block.create.drill.tooltip.behaviour2": "Breaks Blocks with which the drill collides.", + "block.create.mechanical_drill.tooltip": "MECHANICAL mechanical_drill", + "block.create.mechanical_drill.tooltip.summary": "A mechanical device suitable for _breaking_ _blocks_. It is movable with _Mechanical_ _Pistons_, _Bearings_ or other controllers.", + "block.create.mechanical_drill.tooltip.condition1": "When Rotated", + "block.create.mechanical_drill.tooltip.behaviour1": "Acts as a _stationary_ Block Breaker. Also _hurts_ _entities_ in its effective area.", + "block.create.mechanical_drill.tooltip.condition2": "While Moving", + "block.create.mechanical_drill.tooltip.behaviour2": "Breaks Blocks with which the mechanical_drill collides.", - "block.create.harvester.tooltip": "MECHANICAL HARVESTER", - "block.create.harvester.tooltip.summary": "A mechanical plant cutter suitable for medium scale crop automation. It is movable with _Mechanical_ _Pistons_, _Bearings_ or other controllers.", - "block.create.harvester.tooltip.condition1": "While Moving", - "block.create.harvester.tooltip.behaviour1": "_Harvests_ all _mature_ _crops_ which which the blade collides and reset them to their initial growth state.", + "block.create.mechanical_harvester.tooltip": "MECHANICAL mechanical_harvester", + "block.create.mechanical_harvester.tooltip.summary": "A mechanical plant cutter suitable for medium scale crop automation. It is movable with _Mechanical_ _Pistons_, _Bearings_ or other controllers.", + "block.create.mechanical_harvester.tooltip.condition1": "While Moving", + "block.create.mechanical_harvester.tooltip.behaviour1": "_Harvests_ all _mature_ _crops_ which which the blade collides and reset them to their initial growth state.", - "block.create.plough.tooltip": "MECHANICAL PLOUGH", - "block.create.plough.tooltip.summary": "A mechanical plough has a variety of uses. It is movable with _Mechanical_ _Pistons_, _Bearings_ or other controllers.", - "block.create.plough.tooltip.condition1": "While Moving", - "block.create.plough.tooltip.behaviour1": "_Breaks_ _blocks_ which _cannot_ _be_ _collided_ with, such as torches, tracks or snow layers. _Applies_ its _motion_ to _entities_ without hurting them. _Tills_ _soil_ _blocks_ as though a Hoe would be used on them.", + "block.create.mechanical_plough.tooltip": "MECHANICAL mechanical_plough", + "block.create.mechanical_plough.tooltip.summary": "A mechanical mechanical_plough has a variety of uses. It is movable with _Mechanical_ _Pistons_, _Bearings_ or other controllers.", + "block.create.mechanical_plough.tooltip.condition1": "While Moving", + "block.create.mechanical_plough.tooltip.behaviour1": "_Breaks_ _blocks_ which _cannot_ _be_ _collided_ with, such as torches, tracks or snow layers. _Applies_ its _motion_ to _entities_ without hurting them. _Tills_ _soil_ _blocks_ as though a Hoe would be used on them.", - "block.create.saw.tooltip": "MECHANICAL SAW", - "block.create.saw.tooltip.summary": "Suitable for _cutting_ _trees_ effectively and for _cutting_ _blocks_ into their carpentered counterparts. It is movable using _Mechanical_ _Pistons_ or _Bearings_.", - "block.create.saw.tooltip.condition1": "When facing up", - "block.create.saw.tooltip.behaviour1": "Applies _Sawing_ and _Stonecutting_ _Recipes_ to items dropped onto or inserted into it. When multiple outputs are possible, it cycles through them unless a _filter_ is assigned.", - "block.create.saw.tooltip.condition2": "When facing horizontally", - "block.create.saw.tooltip.behaviour2": "_Breaks_ _logs_ in front of it. If the log supported a tree on its own, the _tree_ _will_ _collapse_ away from the saw.", - "block.create.saw.tooltip.condition3": "While Moving", - "block.create.saw.tooltip.behaviour3": "_Cuts_ all _Trees_ with which the saw collides.", + "block.create.mechanical_saw.tooltip": "MECHANICAL mechanical_saw", + "block.create.mechanical_saw.tooltip.summary": "Suitable for _cutting_ _trees_ effectively and for _cutting_ _blocks_ into their carpentered counterparts. It is movable using _Mechanical_ _Pistons_ or _Bearings_.", + "block.create.mechanical_saw.tooltip.condition1": "When facing up", + "block.create.mechanical_saw.tooltip.behaviour1": "Applies _mechanical_sawing_ and _Stonecutting_ _Recipes_ to items dropped onto or inserted into it. When multiple outputs are possible, it cycles through them unless a _filter_ is assigned.", + "block.create.mechanical_saw.tooltip.condition2": "When facing horizontally", + "block.create.mechanical_saw.tooltip.behaviour2": "_Breaks_ _logs_ in front of it. If the log supported a tree on its own, the _tree_ _will_ _collapse_ away from the mechanical_saw.", + "block.create.mechanical_saw.tooltip.condition3": "While Moving", + "block.create.mechanical_saw.tooltip.behaviour3": "_Cuts_ all _Trees_ with which the mechanical_saw collides.", - "block.create.stockswitch.tooltip": "STOCKSWITCH", - "block.create.stockswitch.tooltip.summary": "Toggles a Redstone signal based on the _Storage_ _Space_ in the attached Container.", - "block.create.stockswitch.tooltip.condition1": "When below Lower Limit", - "block.create.stockswitch.tooltip.behaviour1": "Stops providing _Redstone_ _Power_", - "block.create.stockswitch.tooltip.condition2": "When above Upper Limit.", - "block.create.stockswitch.tooltip.behaviour2": "Starts providing _Redstone_ _Power_ until Lower Limit is reached again.", - "block.create.stockswitch.tooltip.control1": "When R-Clicked", - "block.create.stockswitch.tooltip.action1": "Opens the _Configuration_ _Interface_.", + "block.create.stockpile_switch.tooltip": "stockpile_switch", + "block.create.stockpile_switch.tooltip.summary": "Toggles a Redstone signal based on the _Storage_ _Space_ in the attached Container.", + "block.create.stockpile_switch.tooltip.condition1": "When below Lower Limit", + "block.create.stockpile_switch.tooltip.behaviour1": "Stops providing _Redstone_ _Power_", + "block.create.stockpile_switch.tooltip.condition2": "When above Upper Limit.", + "block.create.stockpile_switch.tooltip.behaviour2": "Starts providing _Redstone_ _Power_ until Lower Limit is reached again.", + "block.create.stockpile_switch.tooltip.control1": "When R-Clicked", + "block.create.stockpile_switch.tooltip.action1": "Opens the _Configuration_ _Interface_.", - "block.create.redstone_bridge.tooltip": "REDSTONE LINK", - "block.create.redstone_bridge.tooltip.summary": "Endpoints for _Wireless_ _Redstone_ connections. Can be assigned _Frequencies_ using any item. Signal range is limited, though reasonably far.", - "block.create.redstone_bridge.tooltip.condition1": "When Powered", - "block.create.redstone_bridge.tooltip.behaviour1": "Receiving Links of the same _Frequency_ will produce a Redstone signal.", - "block.create.redstone_bridge.tooltip.control1": "When R-Clicked with an Item", - "block.create.redstone_bridge.tooltip.action1": "Sets the _Frequency_ to that item. A total of _two_ _different_ _items_ can be used in combination for defining a Frequency.", - "block.create.redstone_bridge.tooltip.control2": "When R-Clicked while Sneaking", - "block.create.redstone_bridge.tooltip.action2": "Toggles between _Receiver_ and _Transmitter_ Mode.", + "block.create.redstone_link.tooltip": "REDSTONE LINK", + "block.create.redstone_link.tooltip.summary": "Endpoints for _Wireless_ _Redstone_ connections. Can be assigned _Frequencies_ using any item. Signal range is limited, though reasonably far.", + "block.create.redstone_link.tooltip.condition1": "When Powered", + "block.create.redstone_link.tooltip.behaviour1": "Receiving Links of the same _Frequency_ will produce a Redstone signal.", + "block.create.redstone_link.tooltip.control1": "When R-Clicked with an Item", + "block.create.redstone_link.tooltip.action1": "Sets the _Frequency_ to that item. A total of _two_ _different_ _items_ can be used in combination for defining a Frequency.", + "block.create.redstone_link.tooltip.control2": "When R-Clicked while Sneaking", + "block.create.redstone_link.tooltip.action2": "Toggles between _Receiver_ and _Transmitter_ Mode.", - "block.create.contact.tooltip": "REDSTONE CONTACT", - "block.create.contact.tooltip.summary": "Only emits redstone power in pairs. It is movable with _Mechanical_ _Pistons_, _Bearings_ or other controllers.", - "block.create.contact.tooltip.condition1": "When facing other Contact", - "block.create.contact.tooltip.behaviour1": "Provides a _Redstone_ _Signal_.", - "block.create.contact.tooltip.condition2": "While Moving", - "block.create.contact.tooltip.behaviour2": "Triggers all stationary Contacts it passes.", + "block.create.redstone_contact.tooltip": "REDSTONE redstone_contact", + "block.create.redstone_contact.tooltip.summary": "Only emits redstone power in pairs. It is movable with _Mechanical_ _Pistons_, _Bearings_ or other controllers.", + "block.create.redstone_contact.tooltip.condition1": "When facing other redstone_contact", + "block.create.redstone_contact.tooltip.behaviour1": "Provides a _Redstone_ _Signal_.", + "block.create.redstone_contact.tooltip.condition2": "While Moving", + "block.create.redstone_contact.tooltip.behaviour2": "Triggers all stationary redstone_contacts it passes.", - "block.create.flexcrate.tooltip": "ADJUSTABLE CRATE", - "block.create.flexcrate.tooltip.summary": "This _Storage_ _Container_ allows Manual control over its capacity. It can hold up to _16_ _Stacks_ of any Item. Supports _Redstone_ _Comparators_.", - "block.create.flexcrate.tooltip.control1": "When R-Clicked", - "block.create.flexcrate.tooltip.action1": "Opens the _Interface_.", + "block.create.adjustable_crate.tooltip": "ADJUSTABLE CRATE", + "block.create.adjustable_crate.tooltip.summary": "This _Storage_ _Container_ allows Manual control over its capacity. It can hold up to _16_ _Stacks_ of any Item. Supports _Redstone_ _Comparators_.", + "block.create.adjustable_crate.tooltip.control1": "When R-Clicked", + "block.create.adjustable_crate.tooltip.action1": "Opens the _Interface_.", "block.create.creative_crate.tooltip": "THE ENDLESS CRATE", "block.create.creative_crate.tooltip.summary": "This _Storage_ _Container_ allows infinite replication of any item. Place next to a _Schematicannon_ to remove any material requirements.", @@ -411,10 +409,10 @@ "block.create.linked_transposer.tooltip.control2": "R-Click on Frequency Space", "block.create.linked_transposer.tooltip.action2": "Assigns the currently _held_ _item_ as part of the Frequency listened on. Whenever a transmitting _Redstone_ _Link_ of the same frequency is powered, this Transposer will pause.", - "block.create.belt_funnel.tooltip": "FUNNEL", - "block.create.belt_funnel.tooltip.summary": "_Collects_ _incoming_ _items_ and inserts them into the attached _Inventory_ if possible. Can collect items in the _world_ and items on a _belt_.", - "block.create.belt_funnel.tooltip.condition1": "Passive Belt pulling", - "block.create.belt_funnel.tooltip.behaviour1": "Funnels can pull items _from_ _belts_ when placed above them, either sideways or at the end. When a side-ways funnel is backed up, items on the _belt_ _will_ _not_ _stall_.", + "block.create.funnel.tooltip": "FUNNEL", + "block.create.funnel.tooltip.summary": "_Collects_ _incoming_ _items_ and inserts them into the attached _Inventory_ if possible. Can collect items in the _world_ and items on a _belt_.", + "block.create.funnel.tooltip.condition1": "Passive Belt pulling", + "block.create.funnel.tooltip.behaviour1": "Funnels can pull items _from_ _belts_ when placed above them, either sideways or at the end. When a side-ways funnel is backed up, items on the _belt_ _will_ _not_ _stall_.", "block.create.belt_tunnel.tooltip": "BELT TUNNEL", "block.create.belt_tunnel.tooltip.summary": "An aesthetic option for running your _Mechanical_ _Belts_ through walls. Belts have to be reinforced with _Brass_ _Casing_. Tunnels can _synchronize_ with _their_ _neighbours_, only letting items pass if all tunnels in the group have one waiting. [Ctrl]", @@ -428,44 +426,44 @@ "block.create.brass_casing.tooltip.condition1": "When used on Mechanical Belt", "block.create.brass_casing.tooltip.behaviour1": "_Reinforces_ _belts_ with a brass foundation. Reinforced Belts can support _Belt_ _Tunnels_, _Extractors_, _Funnels_, and _Transposers_ interacting with the belt from the sides and below.", - "block.create.entity_detector.tooltip": "BELT OBSERVER", - "block.create.entity_detector.tooltip.summary": "Detects items and entities passing by on a _Mechanical_ _Belt_ in front of it. Use a _Wrench_ to cycle its behaviour. Non-items will always be handled in detect mode regardless of the setting.", - "block.create.entity_detector.tooltip.condition1": "Detect Mode", - "block.create.entity_detector.tooltip.behaviour1": "Provides redstone _while_ a _matching_ _item_ _is_ in the observed belt segment.", - "block.create.entity_detector.tooltip.condition2": "Pulse Mode", - "block.create.entity_detector.tooltip.behaviour2": "Emits a _pulse_ when a _matching_ _item_ _passes_ the center of the observed belt segment.", - "block.create.entity_detector.tooltip.condition3": "Eject Mode", - "block.create.entity_detector.tooltip.behaviour3": "_Ejects_ _matching_ _items_ off the side. If the target belt or space is _occupied_, the item will be _held_ _in_ _place_.", - "block.create.entity_detector.tooltip.condition4": "Split Mode", - "block.create.entity_detector.tooltip.behaviour4": "_Splits_ a _matching_ _item_ _stack_ and _ejects_ _half_ of it off the side.", + "block.create.belt_observer.tooltip": "BELT OBSERVER", + "block.create.belt_observer.tooltip.summary": "Detects items and entities passing by on a _Mechanical_ _Belt_ in front of it. Use a _Wrench_ to cycle its behaviour. Non-items will always be handled in detect mode regardless of the setting.", + "block.create.belt_observer.tooltip.condition1": "Detect Mode", + "block.create.belt_observer.tooltip.behaviour1": "Provides redstone _while_ a _matching_ _item_ _is_ in the observed belt segment.", + "block.create.belt_observer.tooltip.condition2": "Pulse Mode", + "block.create.belt_observer.tooltip.behaviour2": "Emits a _pulse_ when a _matching_ _item_ _passes_ the center of the observed belt segment.", + "block.create.belt_observer.tooltip.condition3": "Eject Mode", + "block.create.belt_observer.tooltip.behaviour3": "_Ejects_ _matching_ _items_ off the side. If the target belt or space is _occupied_, the item will be _held_ _in_ _place_.", + "block.create.belt_observer.tooltip.condition4": "Split Mode", + "block.create.belt_observer.tooltip.behaviour4": "_Splits_ a _matching_ _item_ _stack_ and _ejects_ _half_ of it off the side.", "block.create.pulse_repeater.tooltip": "PULSE REPEATER", "block.create.pulse_repeater.tooltip.summary": "A simple circuit for cutting passing redstone signals to a length of _1_ _tick_.", - "block.create.flexpeater.tooltip": "FLEX REPEATER", - "block.create.flexpeater.tooltip.summary": "An advanced _Redstone_ _Repeater_ with a _configurable_ _Delay_ up to 30 Minutes.", + "block.create.adjustable_repeater.tooltip": "FLEX REPEATER", + "block.create.adjustable_repeater.tooltip.summary": "An advanced _Redstone_ _Repeater_ with a _configurable_ _Delay_ up to 30 Minutes.", - "block.create.flexpulsepeater.tooltip": "FLEX PULSE REPEATER", - "block.create.flexpulsepeater.tooltip.summary": "A _Pulse_ _Repeater_ with a _configurable_ _Delay_ up to 30 Minutes.", + "block.create.adjustable_pulse_repeater.tooltip": "FLEX PULSE REPEATER", + "block.create.adjustable_pulse_repeater.tooltip.summary": "A _Pulse_ _Repeater_ with a _configurable_ _Delay_ up to 30 Minutes.", "block.create.analog_lever.tooltip": "ANALOG LEVER", "block.create.analog_lever.tooltip.summary": "A lever with more _precise_ _control_ over its emitted _signal_ _strength_.", - "block.create.toggle_latch.tooltip": "POWERED TOGGLE LATCH", - "block.create.toggle_latch.tooltip.summary": "A lever that can be toggled by a _Redstone_ _Pulse_.", + "block.create.powered_toggle_latch.tooltip": "POWERED TOGGLE LATCH", + "block.create.powered_toggle_latch.tooltip.summary": "A lever that can be toggled by a _Redstone_ _Pulse_.", - "block.create.redstone_latch.tooltip": "POWERED LATCH", - "block.create.redstone_latch.tooltip.summary": "A lever that can be controlled by _Redstone_ _Signals_. A signal on the _back_ _enables_ it, a signal from the _side_ _will_ _reset_ it.", + "block.create.powered_latch.tooltip": "POWERED LATCH", + "block.create.powered_latch.tooltip.summary": "A lever that can be controlled by _Redstone_ _Signals_. A signal on the _back_ _enables_ it, a signal from the _side_ _will_ _reset_ it.", - "block.create.speed_gauge.tooltip": "SPEEDOMETER", - "block.create.speed_gauge.tooltip.summary": "Measures and displays the _rotational_ _speed_ of attached kinetic components. Supports _Redstone_ _Comparators_.", - "block.create.speed_gauge.tooltip.condition1": "When Rotated", - "block.create.speed_gauge.tooltip.behaviour1": "Indicates a color corresponding to the level of speed. _Green_ indicates Slow, _Blue_ Moderate and _Purple_ Fast rotation. Some mechanical components require a sufficient level of speed to work properly.", + "block.create.speedometer.tooltip": "SPEEDOMETER", + "block.create.speedometer.tooltip.summary": "Measures and displays the _rotational_ _speed_ of attached kinetic components. Supports _Redstone_ _Comparators_.", + "block.create.speedometer.tooltip.condition1": "When Rotated", + "block.create.speedometer.tooltip.behaviour1": "Indicates a color corresponding to the level of speed. _Green_ indicates Slow, _Blue_ Moderate and _Purple_ Fast rotation. Some mechanical components require a sufficient level of speed to work properly.", - "block.create.stress_gauge.tooltip": "STRESSOMETER", - "block.create.stress_gauge.tooltip.summary": "Measures and displays the _overall_ _stress_ of the attached kinetic network. Supports _Redstone_ _Comparators_.", - "block.create.stress_gauge.tooltip.condition1": "When Rotated", - "block.create.stress_gauge.tooltip.behaviour1": "Indicates a color corresponding to the level of stress. _Over-stressed_ _networks_ will cease to move. Stress can be relieved by adding more _rotational_ _sources_ to the network.", + "block.create.stressometer.tooltip": "STRESSOMETER", + "block.create.stressometer.tooltip.summary": "Measures and displays the _overall_ _stress_ of the attached kinetic network. Supports _Redstone_ _Comparators_.", + "block.create.stressometer.tooltip.condition1": "When Rotated", + "block.create.stressometer.tooltip.behaviour1": "Indicates a color corresponding to the level of stress. _Over-stressed_ _networks_ will cease to move. Stress can be relieved by adding more _rotational_ _sources_ to the network.", "tool.create.sand_paper.tooltip": "SAND PAPER", "tool.create.sand_paper.tooltip.summary": "A rough paper that can be used to _polish_ _materials_. Can be automatically applied using the Deployer.", @@ -485,8 +483,8 @@ "item.create.shadow_steel.tooltip": "SHADOW STEEL", "item.create.shadow_steel.tooltip.summary": "A Chromatic material forged _in_ _the_ _void_.", - "item.create.slot_cover.tooltip": "SLOT COVER", - "item.create.slot_cover.tooltip.summary": "Used to mark a _Mechanical_ _Crafter_ as an empty slot in a recipe. Crafters do not necessarily have to form a full square grid. This is useful when there are recipes where _ingredients_ _are_ _diagonal_ to each other.", + "item.create.crafter_slot_cover.tooltip": "SLOT COVER", + "item.create.crafter_slot_cover.tooltip.summary": "Used to mark a _Mechanical_ _Crafter_ as an empty slot in a recipe. Crafters do not necessarily have to form a full square grid. This is useful when there are recipes where _ingredients_ _are_ _diagonal_ to each other.", "tool.create.shadow_steel.tooltip": "SHADOW STEEL TOOLS", "tool.create.shadow_steel.tooltip.summary": "A fast and powerful tool that _destroys_ _drops_ from any block or entity. Killed mobs can drop _more_ _experience_ based on the _Looting_ modifier of this tool.", diff --git a/src/main/resources/assets/create/lang/fr_fr.json b/src/main/resources/assets/create/lang/fr_fr.json index f045cbea1..992ccde77 100644 --- a/src/main/resources/assets/create/lang/fr_fr.json +++ b/src/main/resources/assets/create/lang/fr_fr.json @@ -2,20 +2,20 @@ "_comment": "-------------------------] GAME ELEMENTS [------------------------------------------------", - "item.create.symmetry_wand": "Bâton de symétrie", - "item.create.placement_handgun": "Blockzappeur portable", - "item.create.terrain_zapper": "Térraformeur portable", + "item.create.wand_of_symmetry": "Bâton de symétrie", + "item.create.handheld_blockzapper": "Blockzappeur portable", + "item.create.handheld_worldshaper": "Térraformeur portable", "item.create.tree_fertilizer": "Engrais pour arbre", - "item.create.empty_blueprint": "Schéma vide", + "item.create.empty_schematic": "Schéma vide", "item.create.andesite_alloy": "Alliage d'andésite", "item.create.chromatic_compound": "Composé chromatique", "item.create.shadow_steel": "Acier sombre", - "item.create.blueprint_and_quill": "Schéma et plume", - "item.create.blueprint": "Schéma", + "item.create.schematic_and_quill": "Schéma et plume", + "item.create.schematic": "Schéma", "item.create.belt_connector": "Tapis roulant", "item.create.goggles": "Lunettes d'ingénieur", "item.create.filter": "Filtre", - "item.create.property_filter": "Filtre d'attribut", + "item.create.attribute_filter": "Filtre d'attribut", "item.create.logistical_filter": "Filtre d'adresses", "item.create.rose_quartz": "Quartz rose", "item.create.polished_rose_quartz": "Quartz rose poli", @@ -27,7 +27,7 @@ "item.create.propeller": "Hélice", "item.create.whisk": "Fouet", "item.create.brass_hand": "Main", - "item.create.slot_cover": "Couvercle", + "item.create.crafter_slot_cover": "Couvercle", "item.create.zinc_handle": "Poignée d'outil de qualité", "item.create.flour": "Farine de blé", "item.create.dough": "Pâte", @@ -100,10 +100,10 @@ "block.create.creative_motor": "Moteur", "block.create.belt": "Tapis roulant", "block.create.crushing_wheel": "Roue de concassage", - "block.create.drill": "Perceuse mécanique", + "block.create.mechanical_drill": "Perceuse mécanique", "block.create.portable_storage_interface": "Interface de stockage portable", - "block.create.harvester": "Récolteuse mécanique", - "block.create.saw": "Scie mécanique", + "block.create.mechanical_harvester": "Récolteuse mécanique", + "block.create.mechanical_saw": "Scie mécanique", "block.create.water_wheel": "Roue à eau", "block.create.mechanical_press": "Presse mécanique", "block.create.mechanical_mixer": "Mixeur mécanique", @@ -112,8 +112,8 @@ "block.create.mechanical_crafter": "Établi mécanique", "block.create.flywheel": "Volant d'inertie", "block.create.furnace_engine": "Moteur de four", - "block.create.speed_gauge": "Compteur de vitesse", - "block.create.stress_gauge": "Stressomètre", + "block.create.speedometer": "Compteur de vitesse", + "block.create.stressometer": "Stressomètre", "block.create.cart_assembler": "Assembleur de wagon", "block.create.analog_lever": "Levier analogique", "block.create.rotation_speed_controller": "Contrôleur de vitesse de rotation", @@ -121,30 +121,30 @@ "block.create.sticky_mechanical_piston": "Piston mécanique collant", "block.create.mechanical_piston": "Piston mécanique", "block.create.mechanical_piston_head": "Tête de piston mécanique", - "block.create.piston_pole": "Pôle d'extension de piston", + "block.create.piston_extension_pole": "Pôle d'extension de piston", "block.create.mechanical_bearing": "Roulement mécanique", "block.create.clockwork_bearing": "Roulement mécanique horloger", "block.create.rope_pulley": "Poulie à corde", "block.create.rope": "Corde", "block.create.pulley_magnet": "Aimant de poulie", - "block.create.translation_chassis": "Châssis linéaire", - "block.create.rotation_chassis": "Châssis radial", + "block.create.linear_chassis": "Châssis linéaire", + "block.create.radial_chassis": "Châssis radial", - "block.create.contact": "Contact Redstone", - "block.create.redstone_bridge": "Liaison Redstone", - "block.create.stockswitch": "Détecteur de stockage", - "block.create.flexcrate": "Caisse ajustable", + "block.create.redstone_contact": "redstone_contact Redstone", + "block.create.redstone_link": "Liaison Redstone", + "block.create.stockpile_switch": "Détecteur de stockage", + "block.create.adjustable_crate": "Caisse ajustable", "block.create.extractor": "Extracteur", - "block.create.belt_funnel": "Entonnoir amélioré", + "block.create.funnel": "Entonnoir amélioré", "block.create.linked_extractor": "Extracteur lié", "block.create.transposer": "Transposeur", "block.create.linked_transposer": "Transposeur lié", "block.create.pulse_repeater": "Répéteur d'impulsions", - "block.create.flexpulsepeater": "Répéteur d'impulsions réglable", - "block.create.redstone_latch": "Verrou alimenté", - "block.create.toggle_latch": "Verrou alimenté à bascule", - "block.create.flexpeater": "Répéteur réglable", - "block.create.entity_detector": "Observateur d'entité", + "block.create.adjustable_pulse_repeater": "Répéteur d'impulsions réglable", + "block.create.powered_latch": "Verrou alimenté", + "block.create.powered_toggle_latch": "Verrou alimenté à bascule", + "block.create.adjustable_repeater": "Répéteur réglable", + "block.create.belt_observer": "Observateur d'entité", "block.create.logistical_casing": "Enveloppe logistique", "block.create.logistical_controller": "Controlleur logistique", "block.create.logistical_index": "Index Logistique", @@ -274,8 +274,8 @@ "death.attack.create.crush": "%1$s nanana a été traitée par une roue de concassage", "death.attack.create.fan_fire": "%1$s a été brûlé à mort par l'air chaud", "death.attack.create.fan_lava": "%1$s a été brûlé à mort par un ventilateur de lave", - "death.attack.create.drill": "%1$s a été empalé par une perceuse mécanique", - "death.attack.create.saw": "%1$s a été coupé en deux par une scie mécanique", + "death.attack.create.mechanical_drill": "%1$s a été empalé par une perceuse mécanique", + "death.attack.create.mechanical_saw": "%1$s a été coupé en deux par une scie mécanique", "create.block.deployer.damage_source_name": "un déployeur voyou", "death.attack.create.curse_polish": "%1$s a essayé de polir un objet maudit", "death.attack.create.cuckoo_clock_explosion": "%1$s a été explosé par un coucou trafiquée", @@ -290,7 +290,7 @@ "create.recipe.pressing": "Pressage", "create.recipe.mixing": "Mixage", "create.recipe.packing": "Compactage", - "create.recipe.sawing": "Sciage", + "create.recipe.mechanical_sawing": "Sciage", "create.recipe.mechanical_crafting": "Fabrication mécanique", "create.recipe.block_cutting": "Coupe de bloc", "create.recipe.blockzapper_upgrade": "Blockzappeur portable", @@ -350,8 +350,8 @@ "create.gui.blockzapper.needsUpgradedAmplifier": "Nécessite un amplificateur amélioré", "create.gui.blockzapper.patternSection": "Motif", "create.gui.blockzapper.pattern.solid": "Solide", - "create.gui.blockzapper.pattern.checkered": "Quadrillage", - "create.gui.blockzapper.pattern.inversecheckered": "Quadrillage inversé", + "create.gui.blockzapper.pattern.checkered": "Quamechanical_drillage", + "create.gui.blockzapper.pattern.inversecheckered": "Quamechanical_drillage inversé", "create.gui.blockzapper.pattern.chance25": "25%", "create.gui.blockzapper.pattern.chance50": "50%", "create.gui.blockzapper.pattern.chance75": "75%", @@ -405,24 +405,24 @@ "create.gui.goggles.base_value": "Valeur de base", "create.gui.gauge.info_header": "Informations sur la jauge:", - "create.gui.speed_gauge.title": "Vitesse de rotation", - "create.gui.stress_gauge.title": "Stress du réseau", - "create.gui.stress_gauge.capacity": "Capacité restante", - "create.gui.stress_gauge.overstressed": "Surmenée", - "create.gui.stress_gauge.no_rotation": "Pas de rotation", + "create.gui.speedometer.title": "Vitesse de rotation", + "create.gui.stressometer.title": "Stress du réseau", + "create.gui.stressometer.capacity": "Capacité restante", + "create.gui.stressometer.overstressed": "Surmenée", + "create.gui.stressometer.no_rotation": "Pas de rotation", "create.gui.contraptions.not_fast_enough": "Il semblerais que ce.t.te %1$s ne tourne _pas_ à la _vitesse_ _suffisante_.", - "create.gui.flexcrate.title": "Caisse réglable", - "create.gui.flexcrate.storageSpace": "Espace de stockage", + "create.gui.adjustable_crate.title": "Caisse réglable", + "create.gui.adjustable_crate.storageSpace": "Espace de stockage", - "create.gui.stockswitch.title": "Commutateur de stockage", - "create.gui.stockswitch.lowerLimit": "Seuil inférieur", - "create.gui.stockswitch.upperLimit": "Seuil supérieur", - "create.gui.stockswitch.startAt": "Signal de départ à", - "create.gui.stockswitch.startAbove": "Signal de démarrage au-dessus", - "create.gui.stockswitch.stopAt": "Signal d'arrêt à", - "create.gui.stockswitch.stopBelow": "Signal d'arrêt en-dessous", + "create.gui.stockpile_switch.title": "Commutateur de stockage", + "create.gui.stockpile_switch.lowerLimit": "Seuil inférieur", + "create.gui.stockpile_switch.upperLimit": "Seuil supérieur", + "create.gui.stockpile_switch.startAt": "Signal de départ à", + "create.gui.stockpile_switch.startAbove": "Signal de démarrage au-dessus", + "create.gui.stockpile_switch.stopAt": "Signal d'arrêt à", + "create.gui.stockpile_switch.stopBelow": "Signal d'arrêt en-dessous", "create.gui.sequenced_gearshift.title": "Décaleur de rotation séquencé", "create.gui.sequenced_gearshift.instruction": "Instructions", @@ -697,34 +697,34 @@ "item.create.example_item.tooltip.control1": "Lorsque Ctrl enfoncé", "item.create.example_item.tooltip.action1": "Ces commandes sont affichées.", - "item.create.symmetry_wand.tooltip": "BÂTON DE SYMÉTRIE", - "item.create.symmetry_wand.tooltip.summary": "Reflète parfaitement le placement des blocs sur les plans configurés.", - "item.create.symmetry_wand.tooltip.condition1": "Lorsque positionné dans la barre active", - "item.create.symmetry_wand.tooltip.behaviour1": "Reste actif", - "item.create.symmetry_wand.tooltip.control1": "Clic droit au sol", - "item.create.symmetry_wand.tooltip.action1": "_Créé_ ou _déplace_ le mirroir", - "item.create.symmetry_wand.tooltip.control2": "Clic droit dans les airs", - "item.create.symmetry_wand.tooltip.action2": "_Retire_ le mirroir actif", - "item.create.symmetry_wand.tooltip.control3": "Clic droit en étant accroupi", - "item.create.symmetry_wand.tooltip.action3": "Ouvre l'_interface_ _de_ _configuration_", + "item.create.wand_of_symmetry.tooltip": "BÂTON DE SYMÉTRIE", + "item.create.wand_of_symmetry.tooltip.summary": "Reflète parfaitement le placement des blocs sur les plans configurés.", + "item.create.wand_of_symmetry.tooltip.condition1": "Lorsque positionné dans la barre active", + "item.create.wand_of_symmetry.tooltip.behaviour1": "Reste actif", + "item.create.wand_of_symmetry.tooltip.control1": "Clic droit au sol", + "item.create.wand_of_symmetry.tooltip.action1": "_Créé_ ou _déplace_ le mirroir", + "item.create.wand_of_symmetry.tooltip.control2": "Clic droit dans les airs", + "item.create.wand_of_symmetry.tooltip.action2": "_Retire_ le mirroir actif", + "item.create.wand_of_symmetry.tooltip.control3": "Clic droit en étant accroupi", + "item.create.wand_of_symmetry.tooltip.action3": "Ouvre l'_interface_ _de_ _configuration_", - "item.create.placement_handgun.tooltip": "BLOCKZAPPEUR", - "item.create.placement_handgun.tooltip.summary": "Nouveau gadget pour placer ou échanger des blocs à distance.", - "item.create.placement_handgun.tooltip.control1": "Clic gauche sur un bloc", - "item.create.placement_handgun.tooltip.action1": "Définit les blocs placés par l'outil sur le bloc ciblé.", - "item.create.placement_handgun.tooltip.control2": "Clic droit sur un bloc", - "item.create.placement_handgun.tooltip.action2": "_Place_ ou _remplace_ le bloc ciblé.", - "item.create.placement_handgun.tooltip.control3": "Clic droit en étant accroupi", - "item.create.placement_handgun.tooltip.action3": "Ouvre l'_interface_ _de_ _configuration_.", + "item.create.handheld_blockzapper.tooltip": "BLOCKZAPPEUR", + "item.create.handheld_blockzapper.tooltip.summary": "Nouveau gadget pour placer ou échanger des blocs à distance.", + "item.create.handheld_blockzapper.tooltip.control1": "Clic gauche sur un bloc", + "item.create.handheld_blockzapper.tooltip.action1": "Définit les blocs placés par l'outil sur le bloc ciblé.", + "item.create.handheld_blockzapper.tooltip.control2": "Clic droit sur un bloc", + "item.create.handheld_blockzapper.tooltip.action2": "_Place_ ou _remplace_ le bloc ciblé.", + "item.create.handheld_blockzapper.tooltip.control3": "Clic droit en étant accroupi", + "item.create.handheld_blockzapper.tooltip.action3": "Ouvre l'_interface_ _de_ _configuration_.", - "item.create.terrain_zapper.tooltip": "TERRAFORMEUR", - "item.create.terrain_zapper.tooltip.summary": "Outil pratique pour créer des _paysage_ et _caractéristiques_ _de_ _terrain_.", - "item.create.terrain_zapper.tooltip.control1": "Clic gauche sur un bloc", - "item.create.terrain_zapper.tooltip.action1": "Définit les blocs placés par l'outil sur le bloc ciblé.", - "item.create.terrain_zapper.tooltip.control2": "Clic droit sur un bloc", - "item.create.terrain_zapper.tooltip.action2": "Applique le _pinceau_ et l'_outil_ actuellement sélectionnés à l'emplacement ciblé.", - "item.create.terrain_zapper.tooltip.control3": "Clic droit en étant accroupi", - "item.create.terrain_zapper.tooltip.action3": "Ouvre l'_interface_ _de_ _configuration_", + "item.create.handheld_worldshaper.tooltip": "TERRAFORMEUR", + "item.create.handheld_worldshaper.tooltip.summary": "Outil pratique pour créer des _paysage_ et _caractéristiques_ _de_ _terrain_.", + "item.create.handheld_worldshaper.tooltip.control1": "Clic gauche sur un bloc", + "item.create.handheld_worldshaper.tooltip.action1": "Définit les blocs placés par l'outil sur le bloc ciblé.", + "item.create.handheld_worldshaper.tooltip.control2": "Clic droit sur un bloc", + "item.create.handheld_worldshaper.tooltip.action2": "Applique le _pinceau_ et l'_outil_ actuellement sélectionnés à l'emplacement ciblé.", + "item.create.handheld_worldshaper.tooltip.control3": "Clic droit en étant accroupi", + "item.create.handheld_worldshaper.tooltip.action3": "Ouvre l'_interface_ _de_ _configuration_", "item.create.tree_fertilizer.tooltip": "ENGRAIS POUR ARBRE", "item.create.tree_fertilizer.tooltip.summary": "Une puissante combinaison de minéraux adaptée pour accélérer la croissance des types d'arbres communs.", @@ -741,40 +741,40 @@ "item.create.filter.tooltip.condition2": "Clic droit", "item.create.filter.tooltip.behaviour2": "Ouvre l'_interface_ _de_ _configuration_.", - "item.create.property_filter.tooltip": "FILTRE D'ATTRIBUTS", - "item.create.property_filter.tooltip.summary": "_Contrôle_ les _sorties_ et les _entrées_ de dispositifs logistiques avec plus de _précision_, en les comparant à un _ensemble_ _d'objets_ ou à plusieurs _filtres_ _imbriqués_.", - "item.create.property_filter.tooltip.condition1": "Lorsque dans l'emplacement de filtre", - "item.create.property_filter.tooltip.behaviour1": "_Contrôle_ le flux d'object selon sa _configuration_.", - "item.create.property_filter.tooltip.condition2": "Clic droit", - "item.create.property_filter.tooltip.behaviour2": "Ouvre l'_interface_ _de_ _configuration_.", + "item.create.attribute_filter.tooltip": "FILTRE D'ATTRIBUTS", + "item.create.attribute_filter.tooltip.summary": "_Contrôle_ les _sorties_ et les _entrées_ de dispositifs logistiques avec plus de _précision_, en les comparant à un _ensemble_ _d'objets_ ou à plusieurs _filtres_ _imbriqués_.", + "item.create.attribute_filter.tooltip.condition1": "Lorsque dans l'emplacement de filtre", + "item.create.attribute_filter.tooltip.behaviour1": "_Contrôle_ le flux d'object selon sa _configuration_.", + "item.create.attribute_filter.tooltip.condition2": "Clic droit", + "item.create.attribute_filter.tooltip.behaviour2": "Ouvre l'_interface_ _de_ _configuration_.", "block.create.cocoa_log.tooltip": "TRONC D'ACAJOU DE CACAO", "block.create.cocoa_log.tooltip.summary": "Un tronc d'acajou amélioré permettant une automatisation plus facile de _fèves_ _de_ _cacao_.", "block.create.cocoa_log.tooltip.condition1": "Lorsque mature", "block.create.cocoa_log.tooltip.behaviour1": "Fait pousser des _fèves_ _de_ _cacao_ sur tous les côtés.", - "item.create.empty_blueprint.tooltip": "SCHÉMA VIDE", - "item.create.empty_blueprint.tooltip.summary": "Utilisé comme ingrédient de recette et pour écrire à la _table_ _à_ _schéma_.", + "item.create.empty_schematic.tooltip": "SCHÉMA VIDE", + "item.create.empty_schematic.tooltip.summary": "Utilisé comme ingrédient de recette et pour écrire à la _table_ _à_ _schéma_.", - "item.create.blueprint.tooltip": "SCHÉMA", - "item.create.blueprint.tooltip.summary": "Contient une structure à positionner et à placer dans le monde. Positionnez l'hologramme comme vous le souhaitez et utilisez un _schémacanon_ pour le construire.", - "item.create.blueprint.tooltip.condition1": "Lorsque tenu en main", - "item.create.blueprint.tooltip.behaviour1": "Peut être positionné à l'aide des outils à l'écran.", - "item.create.blueprint.tooltip.control1": "Clic droit en étant accroupi", - "item.create.blueprint.tooltip.action1": "Ouvre une _interface_ pour rentrer les _coordonées_ correctes.", + "item.create.schematic.tooltip": "SCHÉMA", + "item.create.schematic.tooltip.summary": "Contient une structure à positionner et à placer dans le monde. Positionnez l'hologramme comme vous le souhaitez et utilisez un _schémacanon_ pour le construire.", + "item.create.schematic.tooltip.condition1": "Lorsque tenu en main", + "item.create.schematic.tooltip.behaviour1": "Peut être positionné à l'aide des outils à l'écran.", + "item.create.schematic.tooltip.control1": "Clic droit en étant accroupi", + "item.create.schematic.tooltip.action1": "Ouvre une _interface_ pour rentrer les _coordonées_ correctes.", - "item.create.blueprint_and_quill.tooltip": "SCHÉMA ET PLUME", - "item.create.blueprint_and_quill.tooltip.summary": "Utilisé pour enregistrer une structure de votre monde dans un fichier .nbt.", - "item.create.blueprint_and_quill.tooltip.condition1": "Étape 1", - "item.create.blueprint_and_quill.tooltip.behaviour1": "Sélectionnez deux points d'angle à l'aide du clic droit.", - "item.create.blueprint_and_quill.tooltip.condition2": "Étape 2", - "item.create.blueprint_and_quill.tooltip.behaviour2": "_Ctrl-Défilement_ sur les faces pour ajuster la taille. Cliquez à nouveau pour enregistrer.", - "item.create.blueprint_and_quill.tooltip.control1": "Clic droit", - "item.create.blueprint_and_quill.tooltip.action1": "Sélectionnez un point d'angle / confirmez la sauvegarde.", - "item.create.blueprint_and_quill.tooltip.control2": "Ctrl maintenu", - "item.create.blueprint_and_quill.tooltip.action2": "Sélectionnez des points _dans_ _les_ _airs_. Faites défiler pour régler la distance.", - "item.create.blueprint_and_quill.tooltip.control3": "Clic droit en étant accroupi", - "item.create.blueprint_and_quill.tooltip.action3": "_Réinitialise_ et supprime la sélection.", + "item.create.schematic_and_quill.tooltip": "SCHÉMA ET PLUME", + "item.create.schematic_and_quill.tooltip.summary": "Utilisé pour enregistrer une structure de votre monde dans un fichier .nbt.", + "item.create.schematic_and_quill.tooltip.condition1": "Étape 1", + "item.create.schematic_and_quill.tooltip.behaviour1": "Sélectionnez deux points d'angle à l'aide du clic droit.", + "item.create.schematic_and_quill.tooltip.condition2": "Étape 2", + "item.create.schematic_and_quill.tooltip.behaviour2": "_Ctrl-Défilement_ sur les faces pour ajuster la taille. Cliquez à nouveau pour enregistrer.", + "item.create.schematic_and_quill.tooltip.control1": "Clic droit", + "item.create.schematic_and_quill.tooltip.action1": "Sélectionnez un point d'angle / confirmez la sauvegarde.", + "item.create.schematic_and_quill.tooltip.control2": "Ctrl maintenu", + "item.create.schematic_and_quill.tooltip.action2": "Sélectionnez des points _dans_ _les_ _airs_. Faites défiler pour régler la distance.", + "item.create.schematic_and_quill.tooltip.control3": "Clic droit en étant accroupi", + "item.create.schematic_and_quill.tooltip.action3": "_Réinitialise_ et supprime la sélection.", "block.create.creative_crate.tooltip": "CAISSE CRÉATIVE", "block.create.creative_crate.tooltip.summary": "Fournit une réserve infinie de blocs aux _Schémacanons_ adjacents.", @@ -939,10 +939,10 @@ "block.create.sticky_mechanical_piston.tooltip.condition1": "Lorsque tourné", "block.create.sticky_mechanical_piston.tooltip.behaviour1": "Commence à déplacer la structure attachée. La vitesse et la direction sont corrélées à la vitesse de rotation entrante.", - "block.create.piston_pole.tooltip": "PÔLE DE PISTON", - "block.create.piston_pole.tooltip.summary": "Étend la portée des _pistons_ _mécaniques.", - "block.create.piston_pole.tooltip.condition1": "Lorsqu'attaché à un piston mécanique", - "block.create.piston_pole.tooltip.behaviour1": "Étend la portée du _piston_ d'un bloc", + "block.create.piston_extension_pole.tooltip": "PÔLE DE PISTON", + "block.create.piston_extension_pole.tooltip.summary": "Étend la portée des _pistons_ _mécaniques.", + "block.create.piston_extension_pole.tooltip.condition1": "Lorsqu'attaché à un piston mécanique", + "block.create.piston_extension_pole.tooltip.behaviour1": "Étend la portée du _piston_ d'un bloc", "block.create.mechanical_bearing.tooltip": "ROULEMENT MÉCANIQUE", "block.create.mechanical_bearing.tooltip.summary": "Utilisé pour faire tourner de _plus_ _grande_ _structures_ ou pour exploiter une _force_ _de_ rotation_ contre le vent.", @@ -973,74 +973,74 @@ "block.create.rope_pulley.tooltip.condition1": "Lorsque tourné", "block.create.rope_pulley.tooltip.behaviour1": "Commence à déplacer la structure attachée. La vitesse et la direction sont corrélées à la vitesse de rotation entrante.", - "block.create.translation_chassis.tooltip": "CHÂSSIS DE TRADUCTION", - "block.create.translation_chassis.tooltip.summary": "Un bloc de base configurable reliant les structures pour le mouvement.", - "block.create.translation_chassis.tooltip.condition1": "Lorsque déplacé", - "block.create.translation_chassis.tooltip.behaviour1": "_Déplace_ tous les _châssis_ _attachés_ avec la même orientation, et une colonne de blocs dans sa portée. Les blocs ne seront tirés que si la face du châssis est _collante_ (Voir [Ctrl]).", - "block.create.translation_chassis.tooltip.condition2": "Lorsqu'utilisé avec une clé", - "block.create.translation_chassis.tooltip.behaviour2": "Configurez la _portée_ pour ce bloc de châssis. Maintenez CTRL pour modifier également la plage de tous les blocs de châssis connectés.", - "block.create.translation_chassis.tooltip.control1": "Clic droit avec une boule de slime", - "block.create.translation_chassis.tooltip.action1": "Rends la face _collante_. Lorsque déplace, le châssis va _tirer_ les blocs attachés, quelle que soit la direction du mouvement.", + "block.create.linear_chassis.tooltip": "CHÂSSIS DE TRADUCTION", + "block.create.linear_chassis.tooltip.summary": "Un bloc de base configurable reliant les structures pour le mouvement.", + "block.create.linear_chassis.tooltip.condition1": "Lorsque déplacé", + "block.create.linear_chassis.tooltip.behaviour1": "_Déplace_ tous les _châssis_ _attachés_ avec la même orientation, et une colonne de blocs dans sa portée. Les blocs ne seront tirés que si la face du châssis est _collante_ (Voir [Ctrl]).", + "block.create.linear_chassis.tooltip.condition2": "Lorsqu'utilisé avec une clé", + "block.create.linear_chassis.tooltip.behaviour2": "Configurez la _portée_ pour ce bloc de châssis. Maintenez CTRL pour modifier également la plage de tous les blocs de châssis connectés.", + "block.create.linear_chassis.tooltip.control1": "Clic droit avec une boule de slime", + "block.create.linear_chassis.tooltip.action1": "Rends la face _collante_. Lorsque déplace, le châssis va _tirer_ les blocs attachés, quelle que soit la direction du mouvement.", - "block.create.rotation_chassis.tooltip": "CHÂSSIS DE ROTATION", - "block.create.rotation_chassis.tooltip.summary": "Un bloc de base configurable reliant les structures pour le mouvement.", - "block.create.rotation_chassis.tooltip.condition1": "Lorsque déplacé", - "block.create.rotation_chassis.tooltip.behaviour1": "_Déplace_ tous les _châssis_ _attachés_ en colonne, et un cylindre de blocs autour de lui. Les blocs qui l'entourent ne sont déplacés que lorsqu'ils sont à portée et attachés à un côté collant (voir [Ctrl]).", - "block.create.rotation_chassis.tooltip.condition2": "Lorsqu'utilisé avec une clé", - "block.create.rotation_chassis.tooltip.behaviour2": "Configure la _portée_ pour ce bloc de châssis. Maintenez CTRL pour modifier également la portée de tous les blocs de châssis connectés.", - "block.create.rotation_chassis.tooltip.control1": "Clic droit avec une boule de slime", - "block.create.rotation_chassis.tooltip.action1": "Rend la face _collante_. Lorsque le châssis se déplace, tous les blocs désignés attachés au côté collant sont déplacés avec lui.", + "block.create.radial_chassis.tooltip": "CHÂSSIS DE ROTATION", + "block.create.radial_chassis.tooltip.summary": "Un bloc de base configurable reliant les structures pour le mouvement.", + "block.create.radial_chassis.tooltip.condition1": "Lorsque déplacé", + "block.create.radial_chassis.tooltip.behaviour1": "_Déplace_ tous les _châssis_ _attachés_ en colonne, et un cylindre de blocs autour de lui. Les blocs qui l'entourent ne sont déplacés que lorsqu'ils sont à portée et attachés à un côté collant (voir [Ctrl]).", + "block.create.radial_chassis.tooltip.condition2": "Lorsqu'utilisé avec une clé", + "block.create.radial_chassis.tooltip.behaviour2": "Configure la _portée_ pour ce bloc de châssis. Maintenez CTRL pour modifier également la portée de tous les blocs de châssis connectés.", + "block.create.radial_chassis.tooltip.control1": "Clic droit avec une boule de slime", + "block.create.radial_chassis.tooltip.action1": "Rend la face _collante_. Lorsque le châssis se déplace, tous les blocs désignés attachés au côté collant sont déplacés avec lui.", - "block.create.drill.tooltip": "PERCEUSE MÉCANIQUE", - "block.create.drill.tooltip.summary": "Un dispositif mécanique adapté pour _casser_ les _blocs_. Il est déplaceable avec _pistons_ _mécaniques_ ou _roulements_.", - "block.create.drill.tooltip.condition1": "Lorsque tourné", - "block.create.drill.tooltip.behaviour1": "Agit comme un casseur de bloc _stationnaire_. Inflige aussi des _dégats_ aux _entités_ se situant dans sa zone effective.", - "block.create.drill.tooltip.condition2": "Lorsqu'en mouvement", - "block.create.drill.tooltip.behaviour2": "Casse les blocs avec lesquels la perceuse entre en collision.", + "block.create.mechanical_drill.tooltip": "PERCEUSE MÉCANIQUE", + "block.create.mechanical_drill.tooltip.summary": "Un dispositif mécanique adapté pour _casser_ les _blocs_. Il est déplaceable avec _pistons_ _mécaniques_ ou _roulements_.", + "block.create.mechanical_drill.tooltip.condition1": "Lorsque tourné", + "block.create.mechanical_drill.tooltip.behaviour1": "Agit comme un casseur de bloc _stationnaire_. Inflige aussi des _dégats_ aux _entités_ se situant dans sa zone effective.", + "block.create.mechanical_drill.tooltip.condition2": "Lorsqu'en mouvement", + "block.create.mechanical_drill.tooltip.behaviour2": "Casse les blocs avec lesquels la perceuse entre en collision.", - "block.create.harvester.tooltip": "RÉCOLTEUSE MÉCANIQUE", - "block.create.harvester.tooltip.summary": "Un coupe-plantes mécanique adapté à l'automatisation des cultures à moyenne échelle. Il est déplaceable avec _pistons_ _mécaniques_ ou _roulements_.", - "block.create.harvester.tooltip.condition1": "Lorsqu'en mouvement", - "block.create.harvester.tooltip.behaviour1": "_Récolte_ toutes les _cultures_ _matures_ que la lame entre en touche et les remet à leur état de croissance initial.", + "block.create.mechanical_harvester.tooltip": "RÉCOLTEUSE MÉCANIQUE", + "block.create.mechanical_harvester.tooltip.summary": "Un coupe-plantes mécanique adapté à l'automatisation des cultures à moyenne échelle. Il est déplaceable avec _pistons_ _mécaniques_ ou _roulements_.", + "block.create.mechanical_harvester.tooltip.condition1": "Lorsqu'en mouvement", + "block.create.mechanical_harvester.tooltip.behaviour1": "_Récolte_ toutes les _cultures_ _matures_ que la lame entre en touche et les remet à leur état de croissance initial.", - "block.create.saw.tooltip": "SCIE MÉCANIQUE", - "block.create.saw.tooltip.summary": "Convient pour _couper_ des _arbres_ efficacement et pour _tailler_ des _blocs_ dans leurs homologues menuisés. Il est déplaceable à l'aide de _pistons_ _mécaniques_ ou _roulements_.", - "block.create.saw.tooltip.condition1": "Lorsque tourné vers le haut", - "block.create.saw.tooltip.behaviour1": "Applique les _recettes_ de _sciage_ et de _taillerie_ aux éléments jetés ou insérés dedans. Lorsque plusieurs sorties sont possibles, il les parcourt à moins qu'un _filtre_ ne soit affecté.", - "block.create.saw.tooltip.condition2": "Lorsqu'à l'horizontal", - "block.create.saw.tooltip.behaviour2": "_Casse_ les _troncs_ devant elle. Si le tronc a supportait un arbre, _l'arbre_ _tombera_ loin de la scie.", - "block.create.saw.tooltip.condition3": "Lorsqu'en mouvement", - "block.create.saw.tooltip.behaviour3": "_Coupe_ tous les _arbres_ avec lesquels la scie entre en collision.", + "block.create.mechanical_saw.tooltip": "SCIE MÉCANIQUE", + "block.create.mechanical_saw.tooltip.summary": "Convient pour _couper_ des _arbres_ efficacement et pour _tailler_ des _blocs_ dans leurs homologues menuisés. Il est déplaceable à l'aide de _pistons_ _mécaniques_ ou _roulements_.", + "block.create.mechanical_saw.tooltip.condition1": "Lorsque tourné vers le haut", + "block.create.mechanical_saw.tooltip.behaviour1": "Applique les _recettes_ de _sciage_ et de _taillerie_ aux éléments jetés ou insérés dedans. Lorsque plusieurs sorties sont possibles, il les parcourt à moins qu'un _filtre_ ne soit affecté.", + "block.create.mechanical_saw.tooltip.condition2": "Lorsqu'à l'horizontal", + "block.create.mechanical_saw.tooltip.behaviour2": "_Casse_ les _troncs_ devant elle. Si le tronc a supportait un arbre, _l'arbre_ _tombera_ loin de la scie.", + "block.create.mechanical_saw.tooltip.condition3": "Lorsqu'en mouvement", + "block.create.mechanical_saw.tooltip.behaviour3": "_Coupe_ tous les _arbres_ avec lesquels la scie entre en collision.", - "block.create.stockswitch.tooltip": "DÉTÉCTEUR DE STOCKAGE", - "block.create.stockswitch.tooltip.summary": "Bascule un signal Redstone basé sur _l'espace_ _de_ _stockage_ dans le conteneur attaché.", - "block.create.stockswitch.tooltip.condition1": "Lorsqu'en dessous de la limite de stockage minimum", - "block.create.stockswitch.tooltip.behaviour1": "Arrête de fournir de _l'énergie_", - "block.create.stockswitch.tooltip.condition2": "Lorsqu'au dessus de la limite de stockage maximum", - "block.create.stockswitch.tooltip.behaviour2": "Commence à fournir de _l'énergie_ jusqu'à ce que la limite d'énergie soit réatteinte.", - "block.create.stockswitch.tooltip.control1": "Clic droit", - "block.create.stockswitch.tooltip.action1": "Ouvre l'_interface_ _de_ _configuration_.", + "block.create.stockpile_switch.tooltip": "DÉTÉCTEUR DE STOCKAGE", + "block.create.stockpile_switch.tooltip.summary": "Bascule un signal Redstone basé sur _l'espace_ _de_ _stockage_ dans le conteneur attaché.", + "block.create.stockpile_switch.tooltip.condition1": "Lorsqu'en dessous de la limite de stockage minimum", + "block.create.stockpile_switch.tooltip.behaviour1": "Arrête de fournir de _l'énergie_", + "block.create.stockpile_switch.tooltip.condition2": "Lorsqu'au dessus de la limite de stockage maximum", + "block.create.stockpile_switch.tooltip.behaviour2": "Commence à fournir de _l'énergie_ jusqu'à ce que la limite d'énergie soit réatteinte.", + "block.create.stockpile_switch.tooltip.control1": "Clic droit", + "block.create.stockpile_switch.tooltip.action1": "Ouvre l'_interface_ _de_ _configuration_.", - "block.create.redstone_bridge.tooltip": "LIAISON REDSTONE", - "block.create.redstone_bridge.tooltip.summary": "Points de terminaison pour les connexions de _redstone_ _sans-fil_. Peut être attribué des _fréquences_ en utilisant n'importe quel objet. La portée du signal est limitée, quoique raisonnablement loin.", - "block.create.redstone_bridge.tooltip.condition1": "Lorsqu'alimenté", - "block.create.redstone_bridge.tooltip.behaviour1": "La réception de liens de la même _fréquence_ produira un signal redstone.", - "block.create.redstone_bridge.tooltip.control1": "Clic droit avec un objet", - "block.create.redstone_bridge.tooltip.action1": "Définit la _fréquence_ sur cet élément. Un total de _deux_ _différents_ _objets_ peuvent être utilisés en combinaison pour définir une fréquence.", - "block.create.redstone_bridge.tooltip.control2": "Clic droit en étant accroupi", - "block.create.redstone_bridge.tooltip.action2": "TBascule entre le mode _receveur_ et _transmetteur_.", + "block.create.redstone_link.tooltip": "LIAISON REDSTONE", + "block.create.redstone_link.tooltip.summary": "Points de terminaison pour les connexions de _redstone_ _sans-fil_. Peut être attribué des _fréquences_ en utilisant n'importe quel objet. La portée du signal est limitée, quoique raisonnablement loin.", + "block.create.redstone_link.tooltip.condition1": "Lorsqu'alimenté", + "block.create.redstone_link.tooltip.behaviour1": "La réception de liens de la même _fréquence_ produira un signal redstone.", + "block.create.redstone_link.tooltip.control1": "Clic droit avec un objet", + "block.create.redstone_link.tooltip.action1": "Définit la _fréquence_ sur cet élément. Un total de _deux_ _différents_ _objets_ peuvent être utilisés en combinaison pour définir une fréquence.", + "block.create.redstone_link.tooltip.control2": "Clic droit en étant accroupi", + "block.create.redstone_link.tooltip.action2": "TBascule entre le mode _receveur_ et _transmetteur_.", - "block.create.contact.tooltip": "CONTACT REDSTONE", - "block.create.contact.tooltip.summary": "N'émet de l'énergie que par paires. Il est mobile avec _pistons_ _mécaniques_ ou _roulements_.", - "block.create.contact.tooltip.condition1": "Lorsque tourné vers un autre contact", - "block.create.contact.tooltip.behaviour1": "Fournit un _signal_ _redstone_.", - "block.create.contact.tooltip.condition2": "Lorsqu'en mouvement", - "block.create.contact.tooltip.behaviour2": "Déclenche tous les contacts fixes qu'il passe.", + "block.create.redstone_contact.tooltip": "redstone_contact REDSTONE", + "block.create.redstone_contact.tooltip.summary": "N'émet de l'énergie que par paires. Il est mobile avec _pistons_ _mécaniques_ ou _roulements_.", + "block.create.redstone_contact.tooltip.condition1": "Lorsque tourné vers un autre redstone_contact", + "block.create.redstone_contact.tooltip.behaviour1": "Fournit un _signal_ _redstone_.", + "block.create.redstone_contact.tooltip.condition2": "Lorsqu'en mouvement", + "block.create.redstone_contact.tooltip.behaviour2": "Déclenche tous les redstone_contacts fixes qu'il passe.", - "block.create.flexcrate.tooltip": "CAISSE AJUSTABLE", - "block.create.flexcrate.tooltip.summary": "Ce _conteneur_ _de_ _stockage_ permet un contrôle manuel de sa capacité. Il peut contenir jusqu'à _16_ _piles_ de n'importe quel objet. Prend en charge les _comparateurs_ _de_ _redstone_.", - "block.create.flexcrate.tooltip.control1": "Clic droit", - "block.create.flexcrate.tooltip.action1": "Ouvre _l'interface_.", + "block.create.adjustable_crate.tooltip": "CAISSE AJUSTABLE", + "block.create.adjustable_crate.tooltip.summary": "Ce _conteneur_ _de_ _stockage_ permet un contrôle manuel de sa capacité. Il peut contenir jusqu'à _16_ _piles_ de n'importe quel objet. Prend en charge les _comparateurs_ _de_ _redstone_.", + "block.create.adjustable_crate.tooltip.control1": "Clic droit", + "block.create.adjustable_crate.tooltip.action1": "Ouvre _l'interface_.", "block.create.extractor.tooltip": "EXTRACTEUR", "block.create.extractor.tooltip.summary": "_Prend_ des _objets_ d'un _inventaire_ attaché et les laisse tomber sur le sol. Ne laissera pas tomber les objets à moins que l'espace ne soit dégagé. Peut être affecté à une pile d'objets en tant que _filtre_.", @@ -1085,10 +1085,10 @@ "block.create.linked_transposer.tooltip.control2": "Clic droit sur l'espace des fréquences", "block.create.linked_transposer.tooltip.action2": "Assigne la _pile_ actuellement _tenue_ _en_ _main_ dans le cadre de la fréquence écoutée. Chaque fois qu'une _liaison_ _redstone_ de la même fréquence est alimenté, ce transposeur s'arrête.", - "block.create.belt_funnel.tooltip": "ENTONNOIR AMÉLIORÉ", - "block.create.belt_funnel.tooltip.summary": "_Collecte_ les _objets_ en _approche_ et les insère dans _l'inventaire_ attaché si possible. Peut collecter des objets dans le _monde_ et des objets sur un _tapis_ _roulant_.", - "block.create.belt_funnel.tooltip.condition1": "Passage de tapis roulant passif", - "block.create.belt_funnel.tooltip.behaviour1": "Les entonnoirs améliorés peuvent extraire des éléments _des_ _tapis_ _roulant_ lorsqu'ils sont placés au-dessus d'eux, latéralement ou à l'extrémité. Lorsqu'un entonnoir amélioré latéral est sauvegardé, les éléments sur le _tapis_ roulant_ _ne_ _vont_ _pas_ _caler_.", + "block.create.funnel.tooltip": "ENTONNOIR AMÉLIORÉ", + "block.create.funnel.tooltip.summary": "_Collecte_ les _objets_ en _approche_ et les insère dans _l'inventaire_ attaché si possible. Peut collecter des objets dans le _monde_ et des objets sur un _tapis_ _roulant_.", + "block.create.funnel.tooltip.condition1": "Passage de tapis roulant passif", + "block.create.funnel.tooltip.behaviour1": "Les entonnoirs améliorés peuvent extraire des éléments _des_ _tapis_ _roulant_ lorsqu'ils sont placés au-dessus d'eux, latéralement ou à l'extrémité. Lorsqu'un entonnoir amélioré latéral est sauvegardé, les éléments sur le _tapis_ roulant_ _ne_ _vont_ _pas_ _caler_.", "block.create.belt_tunnel.tooltip": "TUNNEL DE TAPIS ROULANT", "block.create.belt_tunnel.tooltip.summary": "Une option esthétique pour faire passer vos _tapis_ _roulants_ _mécaniques_ à travers les murs. Les tapis roulants doivent être renforcées avec des _boîtiers_ _en_ _laiton_. Les tunnels peuvent se _synchroniser_ avec _leurs_voisins_, ne laissant passer les éléments que si tous les tunnels du groupe ont un en attente. [Ctrl]", @@ -1102,44 +1102,44 @@ "block.create.brass_casing.tooltip.condition1": "Lorsqu'utilisé sur un tapis roulant mécanique", "block.create.brass_casing.tooltip.behaviour1": "_Renforce_ les _tapis_ _roulants_ avec une fondation en laiton. Les tapis roulants renforcées peuvent prendre en charge les _tunnels_, _extracteurs_, _entonnoir améliorés_ et _transposeurs_ interagissant avec le tapis roulant sur les côtés et en dessous.", - "block.create.entity_detector.tooltip": "OBSERVATEUR DE TAPIS ROULANT", - "block.create.entity_detector.tooltip.summary": "Détecte les éléments et les entités passant sur un _tapis_ _roulant_ _mécanique_ devant lui. Utilisez une _clé_ pour faire défiler son comportement. Les non-éléments seront toujours traités en mode détection quel que soit le paramètre.", - "block.create.entity_detector.tooltip.condition1": "Mode détection", - "block.create.entity_detector.tooltip.behaviour1": "Fournit un redstone _pendant_ qu'un _objet_ _correspondant_ _soit_ sur le segment de tapis roulant observé.", - "block.create.entity_detector.tooltip.condition2": "Mode impulsion", - "block.create.entity_detector.tooltip.behaviour2": "Émet une _impulsion_ lorsqu'un _objet_ _correspondant_ _passe_ au centre du segment de tapis roulant observé.", - "block.create.entity_detector.tooltip.condition3": "Mode éjection", - "block.create.entity_detector.tooltip.behaviour3": "_Éject_ les _objets_ _correspondants_ sur le côté. Si le tapis roulant ou l'espace cible est _occupé_, l'objet sera _tenu_ _en_ _place_.", - "block.create.entity_detector.tooltip.condition4": "Mode partage", - "block.create.entity_detector.tooltip.behaviour4": "_Partage_ une _pile_ _d'objets_ _correspondants_ et _éjecte_ _la_ _moitié_ de celui-ci sur le côté.", + "block.create.belt_observer.tooltip": "OBSERVATEUR DE TAPIS ROULANT", + "block.create.belt_observer.tooltip.summary": "Détecte les éléments et les entités passant sur un _tapis_ _roulant_ _mécanique_ devant lui. Utilisez une _clé_ pour faire défiler son comportement. Les non-éléments seront toujours traités en mode détection quel que soit le paramètre.", + "block.create.belt_observer.tooltip.condition1": "Mode détection", + "block.create.belt_observer.tooltip.behaviour1": "Fournit un redstone _pendant_ qu'un _objet_ _correspondant_ _soit_ sur le segment de tapis roulant observé.", + "block.create.belt_observer.tooltip.condition2": "Mode impulsion", + "block.create.belt_observer.tooltip.behaviour2": "Émet une _impulsion_ lorsqu'un _objet_ _correspondant_ _passe_ au centre du segment de tapis roulant observé.", + "block.create.belt_observer.tooltip.condition3": "Mode éjection", + "block.create.belt_observer.tooltip.behaviour3": "_Éject_ les _objets_ _correspondants_ sur le côté. Si le tapis roulant ou l'espace cible est _occupé_, l'objet sera _tenu_ _en_ _place_.", + "block.create.belt_observer.tooltip.condition4": "Mode partage", + "block.create.belt_observer.tooltip.behaviour4": "_Partage_ une _pile_ _d'objets_ _correspondants_ et _éjecte_ _la_ _moitié_ de celui-ci sur le côté.", "block.create.pulse_repeater.tooltip": "RÉPÉTEUR D'IMPULSIONS", "block.create.pulse_repeater.tooltip.summary": "Un circuit simple pour couper les signaux de redstone passant à une longueur de _1_ _tick_.", - "block.create.flexpeater.tooltip": "RÉPÉTEUR RÉGLABLE", - "block.create.flexpeater.tooltip.summary": "Un _répéteur_ _de_ _redstone_ avancé avec un _délai_ _configurable_ jusqu'à 30 minutes.", + "block.create.adjustable_repeater.tooltip": "RÉPÉTEUR RÉGLABLE", + "block.create.adjustable_repeater.tooltip.summary": "Un _répéteur_ _de_ _redstone_ avancé avec un _délai_ _configurable_ jusqu'à 30 minutes.", - "block.create.flexpulsepeater.tooltip": "RÉPÉTEUR D'IMPULSIONS RÉGLABLE", - "block.create.flexpulsepeater.tooltip.summary": "Un _répéteur_ _d'impulsions_ avancé avec un _délai_ _configurable_ jusqu'à 30 minutes.", + "block.create.adjustable_pulse_repeater.tooltip": "RÉPÉTEUR D'IMPULSIONS RÉGLABLE", + "block.create.adjustable_pulse_repeater.tooltip.summary": "Un _répéteur_ _d'impulsions_ avancé avec un _délai_ _configurable_ jusqu'à 30 minutes.", "block.create.analog_lever.tooltip": "LEVIER ANALOGIQUE", "block.create.analog_lever.tooltip.summary": "Un levier avec un _contrôle_ plus _précis_ sur sa _puissance_ _de_ _signal_ émise.", - "block.create.toggle_latch.tooltip": "LOQUET À BASCULE ALIMENTÉ", - "block.create.toggle_latch.tooltip.summary": "Un levier qui peut être basculé par une _pulsation_ _de_ _redstone_.", + "block.create.powered_toggle_latch.tooltip": "LOQUET À BASCULE ALIMENTÉ", + "block.create.powered_toggle_latch.tooltip.summary": "Un levier qui peut être basculé par une _pulsation_ _de_ _redstone_.", - "block.create.redstone_latch.tooltip": "VERROU ALIMENTÉ", - "block.create.redstone_latch.tooltip.summary": "Un levier qui peut être contrôlé par un _signal_ _de_ _redstone_. Un signal sur _l'arrière_ _l'active_, un signal sur le _côté_ _va_ _le_ _réinitialiser_.", + "block.create.powered_latch.tooltip": "VERROU ALIMENTÉ", + "block.create.powered_latch.tooltip.summary": "Un levier qui peut être contrôlé par un _signal_ _de_ _redstone_. Un signal sur _l'arrière_ _l'active_, un signal sur le _côté_ _va_ _le_ _réinitialiser_.", - "block.create.speed_gauge.tooltip": "COMPTEUR DE VITESSE", - "block.create.speed_gauge.tooltip.summary": "Mesure et affiche la _ vitesse de rotation _ des composants cinétiques attachés. Prend en charge les _comparateurs_ _de_ _redstone_.", - "block.create.speed_gauge.tooltip.condition1": "Lorsque tourné", - "block.create.speed_gauge.tooltip.behaviour1": "Indique une couleur correspondant au niveau de vitesse. _Vert_ indique une rotation lente, _Bleu_ modérée et _violet_ rapide. Certains composants mécaniques nécessitent une vitesse suffisante pour fonctionner correctement.", + "block.create.speedometer.tooltip": "COMPTEUR DE VITESSE", + "block.create.speedometer.tooltip.summary": "Mesure et affiche la _ vitesse de rotation _ des composants cinétiques attachés. Prend en charge les _comparateurs_ _de_ _redstone_.", + "block.create.speedometer.tooltip.condition1": "Lorsque tourné", + "block.create.speedometer.tooltip.behaviour1": "Indique une couleur correspondant au niveau de vitesse. _Vert_ indique une rotation lente, _Bleu_ modérée et _violet_ rapide. Certains composants mécaniques nécessitent une vitesse suffisante pour fonctionner correctement.", - "block.create.stress_gauge.tooltip": "STRESSOMÈTRE", - "block.create.stress_gauge.tooltip.summary": "Mesure et affiche la _stress__ globale du réseau cinétique attaché. Prend en charge les _comparateurs_ _de_ _redstone_.", - "block.create.stress_gauge.tooltip.condition1": "Lorsque tourné", - "block.create.stress_gauge.tooltip.behaviour1": "Indique une couleur correspondant au niveau de contrainte. Les _réseaux_ _surchargés_ cesseront de bouger. Le stress peut être soulagé en ajoutant plus de _sources_ _rotationnelles_ au réseau.", + "block.create.stressometer.tooltip": "STRESSOMÈTRE", + "block.create.stressometer.tooltip.summary": "Mesure et affiche la _stress__ globale du réseau cinétique attaché. Prend en charge les _comparateurs_ _de_ _redstone_.", + "block.create.stressometer.tooltip.condition1": "Lorsque tourné", + "block.create.stressometer.tooltip.behaviour1": "Indique une couleur correspondant au niveau de contrainte. Les _réseaux_ _surchargés_ cesseront de bouger. Le stress peut être soulagé en ajoutant plus de _sources_ _rotationnelles_ au réseau.", "item.create.refined_radiance.tooltip": "ÉCLAT RAFFINÉ", "item.create.refined_radiance.tooltip.summary": "Un matériau chromatique forgé à partir de _lumière_ _absorbée_.", @@ -1147,8 +1147,8 @@ "item.create.shadow_steel.tooltip": "ACIER SOMBRE", "item.create.shadow_steel.tooltip.summary": "Un matériau chromatique forgé _dans_ _le_ _néant_.", - "item.create.slot_cover.tooltip": "COUVERCLE D'EMPLACEMENT", - "item.create.slot_cover.tooltip.summary": "Utilisé pour marquer un _établi_ _mécanique_ comme un emplacement vide dans une recette. Les établis ne doivent pas nécessairement former une grille carrée complète. C'est utile quand il y a des recettes où les _ingredients_ _sont_ _en_ _diagonale_ les uns aux autres.", + "item.create.crafter_slot_cover.tooltip": "COUVERCLE D'EMPLACEMENT", + "item.create.crafter_slot_cover.tooltip.summary": "Utilisé pour marquer un _établi_ _mécanique_ comme un emplacement vide dans une recette. Les établis ne doivent pas nécessairement former une grille carrée complète. C'est utile quand il y a des recettes où les _ingredients_ _sont_ _en_ _diagonale_ les uns aux autres.", "tool.create.shadow_steel.tooltip": "OUTILS D'ACIER SOMBRE", "tool.create.shadow_steel.tooltip.summary": "Un outil rapide et puissant qui _détruit_ les _drops_ de n'importe quel bloc ou entité. Les monstres tués peuvent laisser tomber _plus_ _d'experience_ en fonction du modificateur de _loot_ de cet outil.", diff --git a/src/main/resources/assets/create/lang/it_it.json b/src/main/resources/assets/create/lang/it_it.json index 631e7e68f..a9b09bba0 100644 --- a/src/main/resources/assets/create/lang/it_it.json +++ b/src/main/resources/assets/create/lang/it_it.json @@ -2,20 +2,20 @@ "_comment": "-------------------------] GAME ELEMENTS [------------------------------------------------", - "item.create.symmetry_wand": "Asta di Simetria", - "item.create.placement_handgun": "Zapper di Blocchi Portatile", - "item.create.terrain_zapper": "Plasmatore del Mondo Portatile", + "item.create.wand_of_symmetry": "Asta di Simetria", + "item.create.handheld_blockzapper": "Zapper di Blocchi Portatile", + "item.create.handheld_worldshaper": "Plasmatore del Mondo Portatile", "item.create.tree_fertilizer": "Fertilizzante per Alberi", - "item.create.empty_blueprint": "Schematica Vuota", + "item.create.empty_schematic": "Schematica Vuota", "item.create.andesite_alloy": "Lega di Andesite", "item.create.chromatic_compound": "Composto Cromatico", "item.create.shadow_steel": "Acciaio Oscuro", - "item.create.blueprint_and_quill": "Schematica e Penna d'Oca", - "item.create.blueprint": "Schematica", + "item.create.schematic_and_quill": "Schematica e Penna d'Oca", + "item.create.schematic": "Schematica", "item.create.belt_connector": "Nastro Meccanico", "item.create.goggles": "Occhiali da Ingegnere", "item.create.filter": "Filtro", - "item.create.property_filter": "Filtro Attributi", + "item.create.attribute_filter": "Filtro Attributi", "item.create.rose_quartz": "Quarzo Rosa", "item.create.polished_rose_quartz": "Quarzo Rosa Levigato", "item.create.refined_radiance": "Radiance Raffinata", @@ -26,7 +26,7 @@ "item.create.propeller": "Elica", "item.create.whisk": "Frusta", "item.create.brass_hand": "Mano", - "item.create.slot_cover": "Rivestimento Slot Creazione", + "item.create.crafter_slot_cover": "Rivestimento Slot Creazione", "item.create.zinc_handle": "Impugnatura per Strumenti di Qualità", "item.create.flour": "Farina di Grano", "item.create.dough": "Impasto", @@ -95,10 +95,10 @@ "block.create.belt": "Nastro Meccanico", "block.create.millstone": "Macina", "block.create.crushing_wheel": "Ruota di Frantumazione", - "block.create.drill": "Trapano Meccanico", + "block.create.mechanical_drill": "Trapano Meccanico", "block.create.portable_storage_interface": "Interfaccia di Archiviazione Portatile", - "block.create.harvester": "Mietitrice Meccanica", - "block.create.saw": "Sega Meccanica", + "block.create.mechanical_harvester": "Mietitrice Meccanica", + "block.create.mechanical_saw": "Sega Meccanica", "block.create.water_wheel": "Ruota d'Acqua", "block.create.mechanical_press": "Pressa Meccanica", "block.create.mechanical_mixer": "Miscelatore Meccanico", @@ -107,8 +107,8 @@ "block.create.mechanical_crafter": "Costruttore Meccanico", "block.create.flywheel": "Volano", "block.create.furnace_engine": "Motore Fornace", - "block.create.speed_gauge": "Tachimetro", - "block.create.stress_gauge": "Stressometro", + "block.create.speedometer": "Tachimetro", + "block.create.stressometer": "Stressometro", "block.create.cart_assembler": "Assemblatore Carrello da Miniera", "block.create.analog_lever": "Leva Analogica", "block.create.rotation_speed_controller": "Regolatore di Velocità di Rotazione", @@ -116,30 +116,30 @@ "block.create.sticky_mechanical_piston": "Pistome Meccanico Appiccicoso", "block.create.mechanical_piston": "Pistome Meccanico", "block.create.mechanical_piston_head": "Testa Pistome Meccanico", - "block.create.piston_pole": "Palo Pistome", + "block.create.piston_extension_pole": "Palo Pistome", "block.create.mechanical_bearing": "Supporto Meccanico", "block.create.clockwork_bearing": "Supporto del Orologio", "block.create.rope_pulley": "Puleggia della Corda", "block.create.rope": "Corda", "block.create.pulley_magnet": "Magnete della Puleggia", - "block.create.translation_chassis": "Telaio Lineare", - "block.create.rotation_chassis": "Telaio Radiale", + "block.create.linear_chassis": "Telaio Lineare", + "block.create.radial_chassis": "Telaio Radiale", - "block.create.contact": "Contatto Redstone", - "block.create.redstone_bridge": "Collegamento Redstone", - "block.create.stockswitch": "Interruttore Accumulatore", - "block.create.flexcrate": "Baule Regolabile", + "block.create.redstone_contact": "Contatto Redstone", + "block.create.redstone_link": "Collegamento Redstone", + "block.create.stockpile_switch": "Interruttore Accumulatore", + "block.create.adjustable_crate": "Baule Regolabile", "block.create.extractor": "Estrattore", - "block.create.belt_funnel": "Imbuto", + "block.create.funnel": "Imbuto", "block.create.linked_extractor": "Estrattore Connesso", "block.create.transposer": "Traspositore", "block.create.linked_transposer": "Traspositore Connesso", "block.create.pulse_repeater": "Ripetitore di Impulsi", - "block.create.flexpulsepeater": "Ripetitore di Impulsi Regolabile", - "block.create.redstone_latch": "Leva Alimentata", - "block.create.toggle_latch": "Leva Alimentata Alterata", - "block.create.flexpeater": "Ripetitore Regolabile", - "block.create.entity_detector": "Osservatore a Cinghia", + "block.create.adjustable_pulse_repeater": "Ripetitore di Impulsi Regolabile", + "block.create.powered_latch": "Leva Alimentata", + "block.create.powered_toggle_latch": "Leva Alimentata Alterata", + "block.create.adjustable_repeater": "Ripetitore Regolabile", + "block.create.belt_observer": "Osservatore a Cinghia", "block.create.belt_tunnel": "Tunnel Trasportatore", "block.create.sequenced_gearshift": "Cambio Sequenziale", @@ -262,8 +262,8 @@ "death.attack.create.crush": "%1$s è stato elaborato dala Ruota di Frantumazione", "death.attack.create.fan_fire": "%1$s è stato bruciato a morte da aria calda", "death.attack.create.fan_lava": "%1$s è stato bruciato a morte dal ventilatore di lava", - "death.attack.create.drill": "%1$s è stato impalato dal Trapano Meccanico", - "death.attack.create.saw": "%1$s è stato tagliato a metà dalla Sega Meccanica", + "death.attack.create.mechanical_drill": "%1$s è stato impalato dal Trapano Meccanico", + "death.attack.create.mechanical_saw": "%1$s è stato tagliato a metà dalla Sega Meccanica", "create.block.deployer.damage_source_name": "un Disadattato", "death.attack.create.curse_polish": "%1$s ha provato a lucidare un oggetto maledetto", "death.attack.create.cuckoo_clock_explosion": "%1$s è saltato in aria dall'orologio a cucù manomesso", @@ -279,7 +279,7 @@ "create.recipe.pressing": "Pressatura", "create.recipe.mixing": "Mescolamento", "create.recipe.packing": "Compattazione", - "create.recipe.sawing": "Segagione", + "create.recipe.mechanical_sawing": "Segagione", "create.recipe.mechanical_crafting": "Creazione Meccanico", "create.recipe.block_cutting": "Taglio Blocco", "create.recipe.blockzapperUpgrade": "Posizionatore di Blocchi Portatile", @@ -396,25 +396,25 @@ "create.gui.goggles.base_value": "Valore Base", "create.gui.gauge.info_header": "Informazioni sul Calibro:", - "create.gui.speed_gauge.title": "Velocità di Rotazione", - "create.gui.stress_gauge.title": "Stress della Rete", - "create.gui.stress_gauge.capacity": "Capacità Rimanente", - "create.gui.stress_gauge.overstressed": "Sovrastressato", - "create.gui.stress_gauge.no_rotation": "Nessuna Rotazione", + "create.gui.speedometer.title": "Velocità di Rotazione", + "create.gui.stressometer.title": "Stress della Rete", + "create.gui.stressometer.capacity": "Capacità Rimanente", + "create.gui.stressometer.overstressed": "Sovrastressato", + "create.gui.stressometer.no_rotation": "Nessuna Rotazione", "create.gui.contraptions.not_fast_enough": "Sembra che questo %1$s _non_ stia girando con una _velocità_ _sufficiente_.", "create.gui.contraptions.network_overstressed": "Sembra che questo marchingegno sia _sovraccarico_. Aggiungi più fonti o _rallenta_ i componenti con un forte _impatto_ _di_ _stress_.", - "create.gui.flexcrate.title": "Baule Regolabile", - "create.gui.flexcrate.storageSpace": "Spazio di Immagazzinamento", + "create.gui.adjustable_crate.title": "Baule Regolabile", + "create.gui.adjustable_crate.storageSpace": "Spazio di Immagazzinamento", - "create.gui.stockswitch.title": "Interruttore Accumulatore", - "create.gui.stockswitch.lowerLimit": "Soglia Inferiore", - "create.gui.stockswitch.upperLimit": "Soglia Superiore", - "create.gui.stockswitch.startAt": "Inizia Segnale al", - "create.gui.stockswitch.startAbove": "Inizia il Segnale dop.", - "create.gui.stockswitch.stopAt": "Ferma Segnale al", - "create.gui.stockswitch.stopBelow": "Ferma il Segnale dop.", + "create.gui.stockpile_switch.title": "Interruttore Accumulatore", + "create.gui.stockpile_switch.lowerLimit": "Soglia Inferiore", + "create.gui.stockpile_switch.upperLimit": "Soglia Superiore", + "create.gui.stockpile_switch.startAt": "Inizia Segnale al", + "create.gui.stockpile_switch.startAbove": "Inizia il Segnale dop.", + "create.gui.stockpile_switch.stopAt": "Ferma Segnale al", + "create.gui.stockpile_switch.stopBelow": "Ferma il Segnale dop.", "create.gui.sequenced_gearshift.title": "Cambio Sequenziale", "create.gui.sequenced_gearshift.instruction": "Istruzione", "create.gui.sequenced_gearshift.instruction.turn_angle": "Gira", @@ -678,34 +678,34 @@ "item.create.example_item.tooltip.control1": "Quando premi Ctrl", "item.create.example_item.tooltip.action1": "Questi controlli vengono visualizzati.", - "item.create.symmetry_wand.tooltip": "ASTA DI SIMETRIA", - "item.create.symmetry_wand.tooltip.summary": "Rispecchia perfettamente il posizionamento dei blocchi su piani configurati.", - "item.create.symmetry_wand.tooltip.condition1": "In Hotbar", - "item.create.symmetry_wand.tooltip.behaviour1": "Rimane attivo", - "item.create.symmetry_wand.tooltip.control1": "Clic-Destro sul Terreno", - "item.create.symmetry_wand.tooltip.action1": "_Crea_ o _Sposta_ lo Specchio", - "item.create.symmetry_wand.tooltip.control2": "Clic-Destro in Aria", - "item.create.symmetry_wand.tooltip.action2": "_Rimuove_ lo Specchio attivo", - "item.create.symmetry_wand.tooltip.control3": "Clic-Destro da Accovacciato", - "item.create.symmetry_wand.tooltip.action3": "Apre l'_Interfaccia_ _di_ _Configurazione_", + "item.create.wand_of_symmetry.tooltip": "ASTA DI SIMETRIA", + "item.create.wand_of_symmetry.tooltip.summary": "Rispecchia perfettamente il posizionamento dei blocchi su piani configurati.", + "item.create.wand_of_symmetry.tooltip.condition1": "In Hotbar", + "item.create.wand_of_symmetry.tooltip.behaviour1": "Rimane attivo", + "item.create.wand_of_symmetry.tooltip.control1": "Clic-Destro sul Terreno", + "item.create.wand_of_symmetry.tooltip.action1": "_Crea_ o _Sposta_ lo Specchio", + "item.create.wand_of_symmetry.tooltip.control2": "Clic-Destro in Aria", + "item.create.wand_of_symmetry.tooltip.action2": "_Rimuove_ lo Specchio attivo", + "item.create.wand_of_symmetry.tooltip.control3": "Clic-Destro da Accovacciato", + "item.create.wand_of_symmetry.tooltip.action3": "Apre l'_Interfaccia_ _di_ _Configurazione_", - "item.create.placement_handgun.tooltip": "POSIZIONATORE DI BLOCCHI PORTATILE", - "item.create.placement_handgun.tooltip.summary": "Nuovo gadget per posizionare o scambiare blocchi a distanza.", - "item.create.placement_handgun.tooltip.control1": "Clic-Sinistro su un Blocco", - "item.create.placement_handgun.tooltip.action1": "Imposta i blocchi posizionati dallo strumento sul blocco selezionato.", - "item.create.placement_handgun.tooltip.control2": "Clic-Destro su un Blocco", - "item.create.placement_handgun.tooltip.action2": "_Piazza_ o _Sostituisce_ il blocco selezionato.", - "item.create.placement_handgun.tooltip.control3": "Clic-Destro da Accovacciato", - "item.create.placement_handgun.tooltip.action3": "Apre l'_Interfaccia_ _di_ _Configurazione_.", + "item.create.handheld_blockzapper.tooltip": "POSIZIONATORE DI BLOCCHI PORTATILE", + "item.create.handheld_blockzapper.tooltip.summary": "Nuovo gadget per posizionare o scambiare blocchi a distanza.", + "item.create.handheld_blockzapper.tooltip.control1": "Clic-Sinistro su un Blocco", + "item.create.handheld_blockzapper.tooltip.action1": "Imposta i blocchi posizionati dallo strumento sul blocco selezionato.", + "item.create.handheld_blockzapper.tooltip.control2": "Clic-Destro su un Blocco", + "item.create.handheld_blockzapper.tooltip.action2": "_Piazza_ o _Sostituisce_ il blocco selezionato.", + "item.create.handheld_blockzapper.tooltip.control3": "Clic-Destro da Accovacciato", + "item.create.handheld_blockzapper.tooltip.action3": "Apre l'_Interfaccia_ _di_ _Configurazione_.", - "item.create.terrain_zapper.tooltip": "PLASMATORE DEL MONDO PORTATILE", - "item.create.terrain_zapper.tooltip.summary": "Strumento per la creazione di _paesaggi_ e _caratteristiche_ _del_ _terreno_.", - "item.create.terrain_zapper.tooltip.control1": "Clic-Sinistro su un Blocco", - "item.create.terrain_zapper.tooltip.action1": "Imposta i blocchi posizionati dallo strumento sul blocco selezionato.", - "item.create.terrain_zapper.tooltip.control2": "Clic-Destro su un Blocco", - "item.create.terrain_zapper.tooltip.action2": "Applica il _Pennello_ e lo _Strumento_ attualmente selezionati nella posizione selezionata.", - "item.create.terrain_zapper.tooltip.control3": "Clic-Destro da Accovacciato", - "item.create.terrain_zapper.tooltip.action3": "Apre l'_Interfaccia_ _di_ _Configurazione_", + "item.create.handheld_worldshaper.tooltip": "PLASMATORE DEL MONDO PORTATILE", + "item.create.handheld_worldshaper.tooltip.summary": "Strumento per la creazione di _paesaggi_ e _caratteristiche_ _del_ _terreno_.", + "item.create.handheld_worldshaper.tooltip.control1": "Clic-Sinistro su un Blocco", + "item.create.handheld_worldshaper.tooltip.action1": "Imposta i blocchi posizionati dallo strumento sul blocco selezionato.", + "item.create.handheld_worldshaper.tooltip.control2": "Clic-Destro su un Blocco", + "item.create.handheld_worldshaper.tooltip.action2": "Applica il _Pennello_ e lo _Strumento_ attualmente selezionati nella posizione selezionata.", + "item.create.handheld_worldshaper.tooltip.control3": "Clic-Destro da Accovacciato", + "item.create.handheld_worldshaper.tooltip.action3": "Apre l'_Interfaccia_ _di_ _Configurazione_", "item.create.tree_fertilizer.tooltip": "FERTILIZZANTE PER ALBERI", "item.create.tree_fertilizer.tooltip.summary": "Una potente combinazione di minerali adatta ad accelerare la crescita di tipi di alberi comuni.", @@ -722,40 +722,40 @@ "item.create.filter.tooltip.condition2": "Clic-Destro su di esso", "item.create.filter.tooltip.behaviour2": "Apre l'_Interfaccia_ _di_ _Configurazione_.", - "item.create.property_filter.tooltip": "FILTRO ATTRIBUTI", - "item.create.property_filter.tooltip.summary": "_Controlla_ _gli_ _output_ e gli _input_ dei dispositivi logistici con maggiore _precisione_, abbinandolo a una _serie_ _di_ _attributi_ e _categorie_ di oggetti.", - "item.create.property_filter.tooltip.condition1": "Quando si trova nello slot del filtro", - "item.create.property_filter.tooltip.behaviour1": "_Controlla_ il flusso degli oggetti in base alla sua _configurazione_.", - "item.create.property_filter.tooltip.condition2": "Clic-Destro su di esso", - "item.create.property_filter.tooltip.behaviour2": "Apre l'_Interfaccia_ _di_ _Configurazione_.", + "item.create.attribute_filter.tooltip": "FILTRO ATTRIBUTI", + "item.create.attribute_filter.tooltip.summary": "_Controlla_ _gli_ _output_ e gli _input_ dei dispositivi logistici con maggiore _precisione_, abbinandolo a una _serie_ _di_ _attributi_ e _categorie_ di oggetti.", + "item.create.attribute_filter.tooltip.condition1": "Quando si trova nello slot del filtro", + "item.create.attribute_filter.tooltip.behaviour1": "_Controlla_ il flusso degli oggetti in base alla sua _configurazione_.", + "item.create.attribute_filter.tooltip.condition2": "Clic-Destro su di esso", + "item.create.attribute_filter.tooltip.behaviour2": "Apre l'_Interfaccia_ _di_ _Configurazione_.", "block.create.cocoa_log.tooltip": "TRONCO DI GIUNGLA CACAO", "block.create.cocoa_log.tooltip.summary": "Un tronco della giungla che consente una più facile automazione delle _Fave_ _di_ _cacao_.", "block.create.cocoa_log.tooltip.condition1": "Quando Maturo", "block.create.cocoa_log.tooltip.behaviour1": "Cresce i _Baccelli_ _di_ _Cacao_ su tutti i lati.", - "item.create.empty_blueprint.tooltip": "SCHEMATICA VUOTA", - "item.create.empty_blueprint.tooltip.summary": "Utilizzato come ingrediente per ricette e per la scrittura al _Banco_ _Schematico_.", + "item.create.empty_schematic.tooltip": "SCHEMATICA VUOTA", + "item.create.empty_schematic.tooltip.summary": "Utilizzato come ingrediente per ricette e per la scrittura al _Banco_ _Schematico_.", - "item.create.blueprint.tooltip": "SCHEMATICA", - "item.create.blueprint.tooltip.summary": "Contiene una struttura da posizionare e collocare nel mondo. Posiziona l'ologramma come desiderato e usa un _Cannoneschematico_ per costruirla.", - "item.create.blueprint.tooltip.condition1": "Quando Tenuto", - "item.create.blueprint.tooltip.behaviour1": "Può essere posizionato utilizzando gli Strumenti sullo Schermo.", - "item.create.blueprint.tooltip.control1": "Clic-Destro da Accovacciato", - "item.create.blueprint.tooltip.action1": "Apre un'_Interfaccia_ per l'immissione di _Coordinate_ esatte.", + "item.create.schematic.tooltip": "SCHEMATICA", + "item.create.schematic.tooltip.summary": "Contiene una struttura da posizionare e collocare nel mondo. Posiziona l'ologramma come desiderato e usa un _Cannoneschematico_ per costruirla.", + "item.create.schematic.tooltip.condition1": "Quando Tenuto", + "item.create.schematic.tooltip.behaviour1": "Può essere posizionato utilizzando gli Strumenti sullo Schermo.", + "item.create.schematic.tooltip.control1": "Clic-Destro da Accovacciato", + "item.create.schematic.tooltip.action1": "Apre un'_Interfaccia_ per l'immissione di _Coordinate_ esatte.", - "item.create.blueprint_and_quill.tooltip": "SCHEMATICA E PENNA D'OCA", - "item.create.blueprint_and_quill.tooltip.summary": "Utilizzato per salvare una struttura nel tuo mondo in un file .nbt.", - "item.create.blueprint_and_quill.tooltip.condition1": "Passo 1", - "item.create.blueprint_and_quill.tooltip.behaviour1": "Seleziona due punti d'angolo usando il Clic-Destro.", - "item.create.blueprint_and_quill.tooltip.condition2": "Passo 2", - "item.create.blueprint_and_quill.tooltip.behaviour2": "_Ctrl-Scorri_ sui volti per regolare le dimensioni. Clic-Destro di nuovo per salvare.", - "item.create.blueprint_and_quill.tooltip.control1": "Clic-Destro", - "item.create.blueprint_and_quill.tooltip.action1": "Seleziona un punto d'angolo / conferma il salvataggio.", - "item.create.blueprint_and_quill.tooltip.control2": "Ctrl Premuto", - "item.create.blueprint_and_quill.tooltip.action2": "Seleziona i punti a _mezz'aria_. _Scorri_ per regolare la distanza.", - "item.create.blueprint_and_quill.tooltip.control3": "Clic-Destro da Accovacciato", - "item.create.blueprint_and_quill.tooltip.action3": "_Resetta_ e rimuove la selezione.", + "item.create.schematic_and_quill.tooltip": "SCHEMATICA E PENNA D'OCA", + "item.create.schematic_and_quill.tooltip.summary": "Utilizzato per salvare una struttura nel tuo mondo in un file .nbt.", + "item.create.schematic_and_quill.tooltip.condition1": "Passo 1", + "item.create.schematic_and_quill.tooltip.behaviour1": "Seleziona due punti d'angolo usando il Clic-Destro.", + "item.create.schematic_and_quill.tooltip.condition2": "Passo 2", + "item.create.schematic_and_quill.tooltip.behaviour2": "_Ctrl-Scorri_ sui volti per regolare le dimensioni. Clic-Destro di nuovo per salvare.", + "item.create.schematic_and_quill.tooltip.control1": "Clic-Destro", + "item.create.schematic_and_quill.tooltip.action1": "Seleziona un punto d'angolo / conferma il salvataggio.", + "item.create.schematic_and_quill.tooltip.control2": "Ctrl Premuto", + "item.create.schematic_and_quill.tooltip.action2": "Seleziona i punti a _mezz'aria_. _Scorri_ per regolare la distanza.", + "item.create.schematic_and_quill.tooltip.control3": "Clic-Destro da Accovacciato", + "item.create.schematic_and_quill.tooltip.action3": "_Resetta_ e rimuove la selezione.", "block.create.creative_crate.tooltip": "CREATORE CANNONESCHEMATICO", "block.create.creative_crate.tooltip.summary": "Fornisce una scorta infinita di blocchi ai _Cannoneschematici_ adiacenti.", @@ -927,10 +927,10 @@ "block.create.sticky_mechanical_piston.tooltip.condition1": "Quando Ruotato", "block.create.sticky_mechanical_piston.tooltip.behaviour1": "Inizia a spostare la struttura collegata. La Velocità e la direzione sono correlate alla Velocità di Rotazione in entrata.", - "block.create.piston_pole.tooltip": "PALO PISTOME", - "block.create.piston_pole.tooltip.summary": "Estende la gamma dei _Pistoni_ _Meccanici_.", - "block.create.piston_pole.tooltip.condition1": "Se collegato al Pistone Meccanico", - "block.create.piston_pole.tooltip.behaviour1": "Estende la gamma di un pistone di 1 blocco", + "block.create.piston_extension_pole.tooltip": "PALO PISTOME", + "block.create.piston_extension_pole.tooltip.summary": "Estende la gamma dei _Pistoni_ _Meccanici_.", + "block.create.piston_extension_pole.tooltip.condition1": "Se collegato al Pistone Meccanico", + "block.create.piston_extension_pole.tooltip.behaviour1": "Estende la gamma di un pistone di 1 blocco", "block.create.mechanical_bearing.tooltip": "SUPPORTO MECCANICO", "block.create.mechanical_bearing.tooltip.summary": "Utilizzato per ruotare _strutture_ _grandi_ o sfruttare la _Forza_ _di_ _Rotazione_ dal vento.", @@ -961,74 +961,74 @@ "block.create.rope_pulley.tooltip.condition1": "Quando Ruotato", "block.create.rope_pulley.tooltip.behaviour1": "Inizia a spostare la struttura collegata. La velocità e la direzione sono correlate alla Velocità di Rotazione in input.", - "block.create.translation_chassis.tooltip": "TELAIO LINEARE", - "block.create.translation_chassis.tooltip.summary": "Un blocco base configurabile che collega le strutture per il movimento.", - "block.create.translation_chassis.tooltip.condition1": "Quando Spostato", - "block.create.translation_chassis.tooltip.behaviour1": "_Sposta_ tutti i _Telai_ _attaccati_ con lo stesso orientamento e una colonna di Blocchi all'interno della sua gamma. I blocchi verranno tirati solo se la faccia del telaio è _Appiccicosa_ (Vedi con [Ctrl]).", - "block.create.translation_chassis.tooltip.condition2": "Con Chiave Inglese", - "block.create.translation_chassis.tooltip.behaviour2": "Configura la _gamma_ per questo telaio. Premi CTRL per modificare anche la gamma di tutti i blocchi telaio collegati.", - "block.create.translation_chassis.tooltip.control1": "Quando si fa Clic-Destro con la Palla di slime", - "block.create.translation_chassis.tooltip.action1": "Crea la faccia cliccata _Appiccicosa_. Quando viene spostato, il telaio tirerà i blocchi collegati, indipendentemente dalla direzione del movimento.", + "block.create.linear_chassis.tooltip": "TELAIO LINEARE", + "block.create.linear_chassis.tooltip.summary": "Un blocco base configurabile che collega le strutture per il movimento.", + "block.create.linear_chassis.tooltip.condition1": "Quando Spostato", + "block.create.linear_chassis.tooltip.behaviour1": "_Sposta_ tutti i _Telai_ _attaccati_ con lo stesso orientamento e una colonna di Blocchi all'interno della sua gamma. I blocchi verranno tirati solo se la faccia del telaio è _Appiccicosa_ (Vedi con [Ctrl]).", + "block.create.linear_chassis.tooltip.condition2": "Con Chiave Inglese", + "block.create.linear_chassis.tooltip.behaviour2": "Configura la _gamma_ per questo telaio. Premi CTRL per modificare anche la gamma di tutti i blocchi telaio collegati.", + "block.create.linear_chassis.tooltip.control1": "Quando si fa Clic-Destro con la Palla di slime", + "block.create.linear_chassis.tooltip.action1": "Crea la faccia cliccata _Appiccicosa_. Quando viene spostato, il telaio tirerà i blocchi collegati, indipendentemente dalla direzione del movimento.", - "block.create.rotation_chassis.tooltip": "TELAIO RADIALE", - "block.create.rotation_chassis.tooltip.summary": "Un blocco base configurabile che collega le strutture per il movimento.", - "block.create.rotation_chassis.tooltip.condition1": "Quando Spostato", - "block.create.rotation_chassis.tooltip.behaviour1": "_Sposta_ tutti i _Telai_ _collegati_ in una colonna, e un cilindro di blocchi attorno a se stesso. I blocchi attorno ad esso vengono spostati solo quando si trovano nella gamma e sono attaccati a un lato appiccicoso (Vedi con [Ctrl]).", - "block.create.rotation_chassis.tooltip.condition2": "Con Chiave Inglese", - "block.create.rotation_chassis.tooltip.behaviour2": "Configura la _gamma_ per questo telaio. Premi CTRL per modificare anche la gamma di tutti i blocchi telaio collegati.", - "block.create.rotation_chassis.tooltip.control1": "Quando si fa Clic-Destro con la Palla di slime", - "block.create.rotation_chassis.tooltip.action1": "Crea la faccia cliccata _Appiccicosa_. Quando viene spostato, il telaio tirerà i blocchi collegati, indipendentemente dalla direzione del movimento.", + "block.create.radial_chassis.tooltip": "TELAIO RADIALE", + "block.create.radial_chassis.tooltip.summary": "Un blocco base configurabile che collega le strutture per il movimento.", + "block.create.radial_chassis.tooltip.condition1": "Quando Spostato", + "block.create.radial_chassis.tooltip.behaviour1": "_Sposta_ tutti i _Telai_ _collegati_ in una colonna, e un cilindro di blocchi attorno a se stesso. I blocchi attorno ad esso vengono spostati solo quando si trovano nella gamma e sono attaccati a un lato appiccicoso (Vedi con [Ctrl]).", + "block.create.radial_chassis.tooltip.condition2": "Con Chiave Inglese", + "block.create.radial_chassis.tooltip.behaviour2": "Configura la _gamma_ per questo telaio. Premi CTRL per modificare anche la gamma di tutti i blocchi telaio collegati.", + "block.create.radial_chassis.tooltip.control1": "Quando si fa Clic-Destro con la Palla di slime", + "block.create.radial_chassis.tooltip.action1": "Crea la faccia cliccata _Appiccicosa_. Quando viene spostato, il telaio tirerà i blocchi collegati, indipendentemente dalla direzione del movimento.", - "block.create.drill.tooltip": "TRAPANO MECCANICO", - "block.create.drill.tooltip.summary": "Un dispositivo meccanico adatto per _rompere_ i _blocchi_. È mobile con _Pistoni_ o _Supporti_ _meccanici_.", - "block.create.drill.tooltip.condition1": "Quando Ruotato", - "block.create.drill.tooltip.behaviour1": "Funziona come un Rompi blocchi _stazionario_. Fa anche _male_ _alle_ _entità_ nella sua area effettiva", - "block.create.drill.tooltip.condition2": "In Movimento", - "block.create.drill.tooltip.behaviour2": "Rompe i blocchi con cui il trapano si scontra.", + "block.create.mechanical_drill.tooltip": "TRAPANO MECCANICO", + "block.create.mechanical_drill.tooltip.summary": "Un dispositivo meccanico adatto per _rompere_ i _blocchi_. È mobile con _Pistoni_ o _Supporti_ _meccanici_.", + "block.create.mechanical_drill.tooltip.condition1": "Quando Ruotato", + "block.create.mechanical_drill.tooltip.behaviour1": "Funziona come un Rompi blocchi _stazionario_. Fa anche _male_ _alle_ _entità_ nella sua area effettiva", + "block.create.mechanical_drill.tooltip.condition2": "In Movimento", + "block.create.mechanical_drill.tooltip.behaviour2": "Rompe i blocchi con cui il trapano si scontra.", - "block.create.harvester.tooltip": "MIETITRICE MECCANICA", - "block.create.harvester.tooltip.summary": "Una mietitrice meccanica adatta per l'automazione delle colture di medie dimensioni. È mobile con _Pistoni_ o _Supporti_ _Meccanici_.", - "block.create.harvester.tooltip.condition1": "In Movimento", - "block.create.harvester.tooltip.behaviour1": "_Raccoglie_ tutte le _colture_ _mature_ con cui la lama si scontra e ripristina il loro stato iniziale di crescita.", + "block.create.mechanical_harvester.tooltip": "MIETITRICE MECCANICA", + "block.create.mechanical_harvester.tooltip.summary": "Una mietitrice meccanica adatta per l'automazione delle colture di medie dimensioni. È mobile con _Pistoni_ o _Supporti_ _Meccanici_.", + "block.create.mechanical_harvester.tooltip.condition1": "In Movimento", + "block.create.mechanical_harvester.tooltip.behaviour1": "_Raccoglie_ tutte le _colture_ _mature_ con cui la lama si scontra e ripristina il loro stato iniziale di crescita.", - "block.create.saw.tooltip": "SEGA MECCANICA", - "block.create.saw.tooltip.summary": "Adatto per _tagliare_ _alberi_ in modo efficace e per _tagliare_ _blocchi_ nelle loro controparti carpentate. È mobile con _Pistoni_ o _Supporti_ _Meccanici_.", - "block.create.saw.tooltip.condition1": "Di fronte", - "block.create.saw.tooltip.behaviour1": "Applica le _Ricette_ di _Segatura_ e _Lavorazione_ _della_ _Pietra_ agli oggetti rilasciati o inseriti al suo interno. Quando sono possibili gli output, le scorre ciclicamente a meno che non sia assegnato un _filtro_.", - "block.create.saw.tooltip.condition2": "Di fronte in orizzontale", - "block.create.saw.tooltip.behaviour2": "_Rompe_ i _tronchi_ di fronte a se. Se il troco supportava un albero da solo, l'albero crollerebbe lontano dalla sega.", - "block.create.saw.tooltip.condition3": "In Movimento", - "block.create.saw.tooltip.behaviour3": "_Taglia_ tutti gli _alberi_ con cui la sega si scontra.", + "block.create.mechanical_saw.tooltip": "SEGA MECCANICA", + "block.create.mechanical_saw.tooltip.summary": "Adatto per _tagliare_ _alberi_ in modo efficace e per _tagliare_ _blocchi_ nelle loro controparti carpentate. È mobile con _Pistoni_ o _Supporti_ _Meccanici_.", + "block.create.mechanical_saw.tooltip.condition1": "Di fronte", + "block.create.mechanical_saw.tooltip.behaviour1": "Applica le _Ricette_ di _Segatura_ e _Lavorazione_ _della_ _Pietra_ agli oggetti rilasciati o inseriti al suo interno. Quando sono possibili gli output, le scorre ciclicamente a meno che non sia assegnato un _filtro_.", + "block.create.mechanical_saw.tooltip.condition2": "Di fronte in orizzontale", + "block.create.mechanical_saw.tooltip.behaviour2": "_Rompe_ i _tronchi_ di fronte a se. Se il troco supportava un albero da solo, l'albero crollerebbe lontano dalla sega.", + "block.create.mechanical_saw.tooltip.condition3": "In Movimento", + "block.create.mechanical_saw.tooltip.behaviour3": "_Taglia_ tutti gli _alberi_ con cui la sega si scontra.", - "block.create.stockswitch.tooltip": "INTERRUTTORE ACCUMULATORE", - "block.create.stockswitch.tooltip.summary": "Attiva / disattiva un segnale Redstone in base allo _Spazio_ _di_ _Stoccaggio_ nel Contenitore collegato.", - "block.create.stockswitch.tooltip.condition1": "Quando inferiore al limite inferiore", - "block.create.stockswitch.tooltip.behaviour1": "Smette di fornire il _Segnale_ _Redstone_", - "block.create.stockswitch.tooltip.condition2": "Quando supera il Limite Superiore.", - "block.create.stockswitch.tooltip.behaviour2": "Inizia a fornire un _Segnale_ _Redstone_ fino al raggiungimento del limite inferiore.", - "block.create.stockswitch.tooltip.control1": "Quando Toccato con Clic-Destro", - "block.create.stockswitch.tooltip.action1": "Apre l'_Interfaccia_ _di_ _Configurazione_.", + "block.create.stockpile_switch.tooltip": "INTERRUTTORE ACCUMULATORE", + "block.create.stockpile_switch.tooltip.summary": "Attiva / disattiva un segnale Redstone in base allo _Spazio_ _di_ _Stoccaggio_ nel Contenitore collegato.", + "block.create.stockpile_switch.tooltip.condition1": "Quando inferiore al limite inferiore", + "block.create.stockpile_switch.tooltip.behaviour1": "Smette di fornire il _Segnale_ _Redstone_", + "block.create.stockpile_switch.tooltip.condition2": "Quando supera il Limite Superiore.", + "block.create.stockpile_switch.tooltip.behaviour2": "Inizia a fornire un _Segnale_ _Redstone_ fino al raggiungimento del limite inferiore.", + "block.create.stockpile_switch.tooltip.control1": "Quando Toccato con Clic-Destro", + "block.create.stockpile_switch.tooltip.action1": "Apre l'_Interfaccia_ _di_ _Configurazione_.", - "block.create.redstone_bridge.tooltip": "COLLEGAMENTO REDSTONE", - "block.create.redstone_bridge.tooltip.summary": "Endpoint per connessioni _Wireless_ _di_ _Redstone_. Le _Frequenze_ possono essere assegnate utilizzando qualsiasi oggetto. La gamma del segnale è limitata, sebbene ragionevolmente lontana.", - "block.create.redstone_bridge.tooltip.condition1": "Quando Alimentato", - "block.create.redstone_bridge.tooltip.behaviour1": "La ricezione di collegamenti della stessa _Frequenza_ produrrà un segnale Redstone.", - "block.create.redstone_bridge.tooltip.control1": "Quando Clic-Destro su un oggetto", - "block.create.redstone_bridge.tooltip.action1": "Imposta la _Frequenza_ su quell'oggetto. È possibile utilizzare un totale di _due_ _oggetti_ _differenti_ in combinazione per definire una frequenza.", - "block.create.redstone_bridge.tooltip.control2": "Clic-Destro da Accovacciato", - "block.create.redstone_bridge.tooltip.action2": "Alterna tra la modalità _Ricevitore_ e _Trasmettitore_.", + "block.create.redstone_link.tooltip": "COLLEGAMENTO REDSTONE", + "block.create.redstone_link.tooltip.summary": "Endpoint per connessioni _Wireless_ _di_ _Redstone_. Le _Frequenze_ possono essere assegnate utilizzando qualsiasi oggetto. La gamma del segnale è limitata, sebbene ragionevolmente lontana.", + "block.create.redstone_link.tooltip.condition1": "Quando Alimentato", + "block.create.redstone_link.tooltip.behaviour1": "La ricezione di collegamenti della stessa _Frequenza_ produrrà un segnale Redstone.", + "block.create.redstone_link.tooltip.control1": "Quando Clic-Destro su un oggetto", + "block.create.redstone_link.tooltip.action1": "Imposta la _Frequenza_ su quell'oggetto. È possibile utilizzare un totale di _due_ _oggetti_ _differenti_ in combinazione per definire una frequenza.", + "block.create.redstone_link.tooltip.control2": "Clic-Destro da Accovacciato", + "block.create.redstone_link.tooltip.action2": "Alterna tra la modalità _Ricevitore_ e _Trasmettitore_.", - "block.create.contact.tooltip": "CONTATTO REDSTONE", - "block.create.contact.tooltip.summary": "Emette solo un segnale di pietrarossa in coppia. È mobile con _Pistoni_ o _Supporti_ _Meccanici_.", - "block.create.contact.tooltip.condition1": "Di fronte ad altri Contatti", - "block.create.contact.tooltip.behaviour1": "Fornisce un _Segnale_ _Redstone_.", - "block.create.contact.tooltip.condition2": "In Movimento", - "block.create.contact.tooltip.behaviour2": "Attiva tutti i contatti fissi che passa.", + "block.create.redstone_contact.tooltip": "CONTATTO REDSTONE", + "block.create.redstone_contact.tooltip.summary": "Emette solo un segnale di pietrarossa in coppia. È mobile con _Pistoni_ o _Supporti_ _Meccanici_.", + "block.create.redstone_contact.tooltip.condition1": "Di fronte ad altri Contatti", + "block.create.redstone_contact.tooltip.behaviour1": "Fornisce un _Segnale_ _Redstone_.", + "block.create.redstone_contact.tooltip.condition2": "In Movimento", + "block.create.redstone_contact.tooltip.behaviour2": "Attiva tutti i contatti fissi che passa.", - "block.create.flexcrate.tooltip": "BAULE REGOLABILE", - "block.create.flexcrate.tooltip.summary": "Questo _Contenitore_ _di_ _Stoccaggio_ consente il controllo manuale sulla sua capacità. Può contenere fino a _16_ _Pile_ di qualsiasi oggetto. Supporta _Comparatori_ _Redstone_.", - "block.create.flexcrate.tooltip.control1": "Quando Cliccato con Clic-Destro", - "block.create.flexcrate.tooltip.action1": "Apre l'_Interfaccia_.", + "block.create.adjustable_crate.tooltip": "BAULE REGOLABILE", + "block.create.adjustable_crate.tooltip.summary": "Questo _Contenitore_ _di_ _Stoccaggio_ consente il controllo manuale sulla sua capacità. Può contenere fino a _16_ _Pile_ di qualsiasi oggetto. Supporta _Comparatori_ _Redstone_.", + "block.create.adjustable_crate.tooltip.control1": "Quando Cliccato con Clic-Destro", + "block.create.adjustable_crate.tooltip.action1": "Apre l'_Interfaccia_.", "block.create.extractor.tooltip": "ESTRATTORE", "block.create.extractor.tooltip.summary": "_Prende_ _Oggetti_ da un _Inventario _ allegato e li lascia cadere a terra. Non lascerà cadere gli oggetti a meno che lo spazio non sia libero. Può essere assegnata una pila di oggetti come _filtro_.", @@ -1073,10 +1073,10 @@ "block.create.linked_transposer.tooltip.control2": "Clic-Destro sullo Spazio di Frequenza", "block.create.linked_transposer.tooltip.action2": "Assegna l'_oggetto_ attualmente _tenuto_ come parte della Frequenza ascoltata. Ogni volta che viene alimentato un _Collegamento_ _Redstone_ della stessa frequenza di trasmissione, questo Traspositore si ferma.", - "block.create.belt_funnel.tooltip": "IMBUTO", - "block.create.belt_funnel.tooltip.summary": "_Raccoglie_ _gli_ _oggetti_ _in_ _arrivo_ e li inserisce nell'_inventario_ allegato, se possibile. Può raccogliere oggetti nel _mondo_ e oggetti su un _nastro_.", - "block.create.belt_funnel.tooltip.condition1": "Tirare il Nastro passivamente", - "block.create.belt_funnel.tooltip.behaviour1": "Gli imbuti possono estrarre gli oggetti _dai_ _nastri_ quando vengono posizionati sopra di essi, lateralmente o alla fine. Quando viene eseguito il backup di un imbuto laterale, gli oggetti sul _nastro_ _non_ _si_ _arrestano_.", + "block.create.funnel.tooltip": "IMBUTO", + "block.create.funnel.tooltip.summary": "_Raccoglie_ _gli_ _oggetti_ _in_ _arrivo_ e li inserisce nell'_inventario_ allegato, se possibile. Può raccogliere oggetti nel _mondo_ e oggetti su un _nastro_.", + "block.create.funnel.tooltip.condition1": "Tirare il Nastro passivamente", + "block.create.funnel.tooltip.behaviour1": "Gli imbuti possono estrarre gli oggetti _dai_ _nastri_ quando vengono posizionati sopra di essi, lateralmente o alla fine. Quando viene eseguito il backup di un imbuto laterale, gli oggetti sul _nastro_ _non_ _si_ _arrestano_.", "block.create.belt_tunnel.tooltip": "TUNNEL TRASPORTATORE", "block.create.belt_tunnel.tooltip.summary": "Un'opzione estetica per far passare i tuoi _Nastri_ _Meccanici_ attraverso i muri. I Nastri devono essere rinforzati con l'_Involucro_ _di_ _Ottone_. I tunnel possono _sincronizzarsi_ con _i_ _loro_ _vicini_, lasciando passare gli oggetti solo se tutti i tunnel del gruppo hanno uno in attesa. [Ctrl]", @@ -1090,44 +1090,44 @@ "block.create.brass_casing.tooltip.condition1": "Se utilizzato su un Nastro Meccanico", "block.create.brass_casing.tooltip.behaviour1": "_Rinforza_ _i_ _nastri_ con una base in ottone. I nastri rinforzati possono supportare i _Tunnel_ _Trasportatori_, _Estrattori_, _Imbuti_ e _Traspositori_ interagendo con i nastri dai lati e sotto.", - "block.create.entity_detector.tooltip": "OSSERVATORE A CINGHIA", - "block.create.entity_detector.tooltip.summary": "Rileva oggetti ed entità che passano su un _Nastro_ _Meccanico_ di fronte. Usa una _Chiave_ _Inglese_ per scorrere il suo comportamento. I non oggetti verranno sempre gestiti in modalità rilevamento indipendentemente dall'impostazione.", - "block.create.entity_detector.tooltip.condition1": "Modalità di Rilevamento", - "block.create.entity_detector.tooltip.behaviour1": "Fornisce un segnale redstone _mentre_ un _oggetto_ _corrispondente_ si _trova_ nel segmento del nastro osservato.", - "block.create.entity_detector.tooltip.condition2": "Modalità a Impulsi", - "block.create.entity_detector.tooltip.behaviour2": "Emette un _impulso_ quando un _oggetto_ _corrispondente_ _passa_ al centro del segmento del nastro osservato.", - "block.create.entity_detector.tooltip.condition3": "Modalità di Espulsione", - "block.create.entity_detector.tooltip.behaviour3": "_Espelle_ _gli_ _oggetti_ _corrispondenti_ dal lato. Se il nastro bersaglio o lo spazio è _occupato_, l'oggetto verrà _tenuto_ _in_ _posizione_.", - "block.create.entity_detector.tooltip.condition4": "Modalità Divisa", - "block.create.entity_detector.tooltip.behaviour4": "_Divide_ una _pila_ _di_ _oggetti_ _corrispondenti_ ed _espelle_ _metà_ di essa dal lato.", + "block.create.belt_observer.tooltip": "OSSERVATORE A CINGHIA", + "block.create.belt_observer.tooltip.summary": "Rileva oggetti ed entità che passano su un _Nastro_ _Meccanico_ di fronte. Usa una _Chiave_ _Inglese_ per scorrere il suo comportamento. I non oggetti verranno sempre gestiti in modalità rilevamento indipendentemente dall'impostazione.", + "block.create.belt_observer.tooltip.condition1": "Modalità di Rilevamento", + "block.create.belt_observer.tooltip.behaviour1": "Fornisce un segnale redstone _mentre_ un _oggetto_ _corrispondente_ si _trova_ nel segmento del nastro osservato.", + "block.create.belt_observer.tooltip.condition2": "Modalità a Impulsi", + "block.create.belt_observer.tooltip.behaviour2": "Emette un _impulso_ quando un _oggetto_ _corrispondente_ _passa_ al centro del segmento del nastro osservato.", + "block.create.belt_observer.tooltip.condition3": "Modalità di Espulsione", + "block.create.belt_observer.tooltip.behaviour3": "_Espelle_ _gli_ _oggetti_ _corrispondenti_ dal lato. Se il nastro bersaglio o lo spazio è _occupato_, l'oggetto verrà _tenuto_ _in_ _posizione_.", + "block.create.belt_observer.tooltip.condition4": "Modalità Divisa", + "block.create.belt_observer.tooltip.behaviour4": "_Divide_ una _pila_ _di_ _oggetti_ _corrispondenti_ ed _espelle_ _metà_ di essa dal lato.", "block.create.pulse_repeater.tooltip": "RIPETITORE DI IMPULSI", "block.create.pulse_repeater.tooltip.summary": "Un semplice circuito per tagliare i segnali redstone di passaggio ad una lunghezza di _1_ _tick_.", - "block.create.flexpeater.tooltip": "RIPETITORE REGOLABILE", - "block.create.flexpeater.tooltip.summary": "Un _Ripetitore_ _Redstone_ avanzato con un _Ritardo_ _configurabile_ fino a 30 minuti.", + "block.create.adjustable_repeater.tooltip": "RIPETITORE REGOLABILE", + "block.create.adjustable_repeater.tooltip.summary": "Un _Ripetitore_ _Redstone_ avanzato con un _Ritardo_ _configurabile_ fino a 30 minuti.", - "block.create.flexpulsepeater.tooltip": "RIPETITORE DI IMPULSI REGOLABILE", - "block.create.flexpulsepeater.tooltip.summary": "Un _Ripetitore_ _di_ _Impulsi_ con un _Ritardo_ _configurabile_ fino a 30 minuti.", + "block.create.adjustable_pulse_repeater.tooltip": "RIPETITORE DI IMPULSI REGOLABILE", + "block.create.adjustable_pulse_repeater.tooltip.summary": "Un _Ripetitore_ _di_ _Impulsi_ con un _Ritardo_ _configurabile_ fino a 30 minuti.", "block.create.analog_lever.tooltip": "LEVA ANALOGICA", "block.create.analog_lever.tooltip.summary": "Una leva con un _controllo_ _più_ _preciso_ sulla _potenza_ _del_ _segnale_ emesso.", - "block.create.toggle_latch.tooltip": "LEVA ALIMENTATA ALTERATA", - "block.create.toggle_latch.tooltip.summary": "Una leva che può essere attivata/disattivata da un _Impulso_ _Redstone_.", + "block.create.powered_toggle_latch.tooltip": "LEVA ALIMENTATA ALTERATA", + "block.create.powered_toggle_latch.tooltip.summary": "Una leva che può essere attivata/disattivata da un _Impulso_ _Redstone_.", - "block.create.redstone_latch.tooltip": "LEVA ALIMENTATA", - "block.create.redstone_latch.tooltip.summary": "Una leva che può essere controllata dai _Segnali_ _Redstone. Un segnale sul _retro_ _la_ _abilita_, un _segnale_ _laterale_ _la_ _resetterà_ .", + "block.create.powered_latch.tooltip": "LEVA ALIMENTATA", + "block.create.powered_latch.tooltip.summary": "Una leva che può essere controllata dai _Segnali_ _Redstone. Un segnale sul _retro_ _la_ _abilita_, un _segnale_ _laterale_ _la_ _resetterà_ .", - "block.create.speed_gauge.tooltip": "TACHIMETRO", - "block.create.speed_gauge.tooltip.summary": "Misura e visualizza la _velocità_ _di_ _rotazione_ dei componenti cinetici collegati. Supporta _Comparatori_ _Redstone_.", - "block.create.speed_gauge.tooltip.condition1": "Quando Ruotato", - "block.create.speed_gauge.tooltip.behaviour1": "Indica un colore corrispondente al livello di velocità. Il _Verde_ indica una rotazione Lenta, _Blu_ Moderata e _Viola_ Veloce. Alcuni componenti meccanici richiedono un livello di velocità sufficiente per funzionare correttamente.", + "block.create.speedometer.tooltip": "TACHIMETRO", + "block.create.speedometer.tooltip.summary": "Misura e visualizza la _velocità_ _di_ _rotazione_ dei componenti cinetici collegati. Supporta _Comparatori_ _Redstone_.", + "block.create.speedometer.tooltip.condition1": "Quando Ruotato", + "block.create.speedometer.tooltip.behaviour1": "Indica un colore corrispondente al livello di velocità. Il _Verde_ indica una rotazione Lenta, _Blu_ Moderata e _Viola_ Veloce. Alcuni componenti meccanici richiedono un livello di velocità sufficiente per funzionare correttamente.", - "block.create.stress_gauge.tooltip": "STRESSOMETRO", - "block.create.stress_gauge.tooltip.summary": "Misura e visualizza lo _stress_ _complessivo_ della rete cinetica collegata. Supporta _Comparatori_ _Redstone_.", - "block.create.stress_gauge.tooltip.condition1": "Quando Ruotato", - "block.create.stress_gauge.tooltip.behaviour1": "Indica un colore corrispondente al livello di stress. Le _reti_ _troppo_ _stressate_ cesseranno di muoversi. Lo stress può essere alleviato aggiungendo più _fonti_ _di_ _rotazione_ alla rete.", + "block.create.stressometer.tooltip": "STRESSOMETRO", + "block.create.stressometer.tooltip.summary": "Misura e visualizza lo _stress_ _complessivo_ della rete cinetica collegata. Supporta _Comparatori_ _Redstone_.", + "block.create.stressometer.tooltip.condition1": "Quando Ruotato", + "block.create.stressometer.tooltip.behaviour1": "Indica un colore corrispondente al livello di stress. Le _reti_ _troppo_ _stressate_ cesseranno di muoversi. Lo stress può essere alleviato aggiungendo più _fonti_ _di_ _rotazione_ alla rete.", "tool.create.sand_paper.tooltip": "CARTA VETRATA", "tool.create.sand_paper.tooltip.summary": "Una carta ruvida che può essere utilizzata per _levigare_ _materiali_ o affilare i tuoi _strumenti_.", @@ -1140,8 +1140,8 @@ "item.create.shadow_steel.tooltip": "ACCIAIO OSCURO", "item.create.shadow_steel.tooltip.summary": "Un Materiale Cromatico forgiato _nel_ _vuoto_.", - "item.create.slot_cover.tooltip": "RIVESTIMENTO SLOT CREAZIONE", - "item.create.slot_cover.tooltip.summary": "Utilizzato per coprire uno slot vuoto in un _Costruttore_ _Meccanico_ in una ricetta. I Costruttori non devono necessariamente formare una griglia quadrata completa. Questo è utile quando ci sono ricette in cui gli _ingredienti_ _sono_ _in_ _diagonale_ tra loro.", + "item.create.crafter_slot_cover.tooltip": "RIVESTIMENTO SLOT CREAZIONE", + "item.create.crafter_slot_cover.tooltip.summary": "Utilizzato per coprire uno slot vuoto in un _Costruttore_ _Meccanico_ in una ricetta. I Costruttori non devono necessariamente formare una griglia quadrata completa. Questo è utile quando ci sono ricette in cui gli _ingredienti_ _sono_ _in_ _diagonale_ tra loro.", "tool.create.shadow_steel.tooltip": "STRUMENTI DI ACCIAIO OSCURO", "tool.create.shadow_steel.tooltip.summary": "Uno strumento veloce e potente che _distrugge_ _i_ _drop_ da qualsiasi blocco o entità. I mob uccisi possono far cadere _più_ _esperienza_ in base al modificatore di _Looting_ di questo strumento.", diff --git a/src/main/resources/assets/create/lang/ja_jp.json b/src/main/resources/assets/create/lang/ja_jp.json index e2c5476e2..7d30bebe1 100644 --- a/src/main/resources/assets/create/lang/ja_jp.json +++ b/src/main/resources/assets/create/lang/ja_jp.json @@ -2,20 +2,20 @@ "_comment": "-------------------------] GAME ELEMENTS [------------------------------------------------", - "item.create.symmetry_wand": "対称の杖", - "item.create.placement_handgun": "携帯型ブロックザッパー", - "item.create.terrain_zapper": "携帯型ワールドシェイパー", + "item.create.wand_of_symmetry": "対称の杖", + "item.create.handheld_blockzapper": "携帯型ブロックザッパー", + "item.create.handheld_worldshaper": "携帯型ワールドシェイパー", "item.create.tree_fertilizer": "木の肥料", - "item.create.empty_blueprint": "空の概略図", + "item.create.empty_schematic": "空の概略図", "item.create.andesite_alloy": "安山岩合金", "item.create.chromatic_compound": "色彩の化合物", "item.create.shadow_steel": "シャドウスチール", - "item.create.blueprint_and_quill": "概略図と羽根ペン", - "item.create.blueprint": "概略図", + "item.create.schematic_and_quill": "概略図と羽根ペン", + "item.create.schematic": "概略図", "item.create.belt_connector": "メカニカルベルト", "item.create.goggles": "エンジニアのゴーグル", "item.create.filter": "フィルター", - "item.create.property_filter": "属性フィルター", + "item.create.attribute_filter": "属性フィルター", "item.create.rose_quartz": "ローズクォーツ", "item.create.polished_rose_quartz": "磨かれたローズクォーツ", "item.create.refined_radiance": "洗練された輝き", @@ -26,7 +26,7 @@ "item.create.propeller": "プロペラ", "item.create.whisk": "泡立て器", "item.create.brass_hand": "手", - "item.create.slot_cover": "クラフタースロットカバー", + "item.create.crafter_slot_cover": "クラフタースロットカバー", "item.create.zinc_handle": "良質なツールの柄", "item.create.flour": "小麦粉", "item.create.dough": "生地", @@ -95,10 +95,10 @@ "block.create.belt": "メカニカルベルト", "block.create.millstone": "石臼", "block.create.crushing_wheel": "破砕ホイール", - "block.create.drill": "メカニカルドリル", + "block.create.mechanical_drill": "メカニカルドリル", "block.create.portable_storage_interface": "ポータブルストレージインターフェイス", - "block.create.harvester": "メカニカルハーベスター", - "block.create.saw": "メカニカル鋸", + "block.create.mechanical_harvester": "メカニカルハーベスター", + "block.create.mechanical_saw": "メカニカル鋸", "block.create.water_wheel": "水車", "block.create.mechanical_press": "メカニカルプレス", "block.create.mechanical_mixer": "メカニカルミキサー", @@ -107,8 +107,8 @@ "block.create.mechanical_crafter": "メカニカルクラフター", "block.create.flywheel": "勢車", "block.create.furnace_engine": "かまどエンジン", - "block.create.speed_gauge": "スピードメーター", - "block.create.stress_gauge": "ストレスメーター", + "block.create.speedometer": "スピードメーター", + "block.create.stressometer": "ストレスメーター", "block.create.cart_assembler": "カートアセンブラ", "block.create.analog_lever": "アナログレバー", "block.create.rotation_speed_controller": "回転速度制御器", @@ -116,30 +116,30 @@ "block.create.sticky_mechanical_piston": "粘着メカニカルピストン", "block.create.mechanical_piston": "メカニカルピストン", "block.create.mechanical_piston_head": "メカニカルピストンヘッド", - "block.create.piston_pole": "ピストン延長ポール", + "block.create.piston_extension_pole": "ピストン延長ポール", "block.create.mechanical_bearing": "メカニカルベアリング", "block.create.clockwork_bearing": "時計仕掛けのベアリング", "block.create.rope_pulley": "ローププーリー", "block.create.rope": "ロープ", "block.create.pulley_magnet": "プーリーマグネット", - "block.create.translation_chassis": "リニアシャーシ", - "block.create.rotation_chassis": "ラジアルシャーシ", + "block.create.linear_chassis": "リニアシャーシ", + "block.create.radial_chassis": "ラジアルシャーシ", - "block.create.contact": "レッドストーンコンタクト", - "block.create.redstone_bridge": "レッドストーンリンク", - "block.create.stockswitch": "在庫スイッチ", - "block.create.flexcrate": "調整可能なクレート", + "block.create.redstone_contact": "レッドストーンコンタクト", + "block.create.redstone_link": "レッドストーンリンク", + "block.create.stockpile_switch": "在庫スイッチ", + "block.create.adjustable_crate": "調整可能なクレート", "block.create.extractor": "エクストラクター", - "block.create.belt_funnel": "漏斗", + "block.create.funnel": "漏斗", "block.create.linked_extractor": "リンクされたエクストラクター", "block.create.transposer": "トランスポーザー", "block.create.linked_transposer": "リンクされたトランスポーザー", "block.create.pulse_repeater": "パルスリピーター", - "block.create.flexpulsepeater": "調整可能なパルスリピーター", - "block.create.redstone_latch": "パワードラッチ", - "block.create.toggle_latch": "パワードトグルラッチ", - "block.create.flexpeater": "調整可能なリピーター", - "block.create.entity_detector": "ベルトオブザーバー", + "block.create.adjustable_pulse_repeater": "調整可能なパルスリピーター", + "block.create.powered_latch": "パワードラッチ", + "block.create.powered_toggle_latch": "パワードトグルラッチ", + "block.create.adjustable_repeater": "調整可能なリピーター", + "block.create.belt_observer": "ベルトオブザーバー", "block.create.belt_tunnel": "コンベアトンネル", "block.create.sequenced_gearshift": "シーケンスギアシフト", @@ -262,8 +262,8 @@ "death.attack.create.crush": "%1$s は破砕ホイールによって処理されました", "death.attack.create.fan_fire": "%1$s は熱風で焼死した", "death.attack.create.fan_lava": "%1$s は溶岩ファンによって焼死した", - "death.attack.create.drill": "%1$s はメカニカルドリルに突き刺さった", - "death.attack.create.saw": "%1$s はメカニカル鋸で半分にカットされた", + "death.attack.create.mechanical_drill": "%1$s はメカニカルドリルに突き刺さった", + "death.attack.create.mechanical_saw": "%1$s はメカニカル鋸で半分にカットされた", "create.block.deployer.damage_source_name": "悪いデプロイヤー", "death.attack.create.curse_polish": "%1$s は呪われたアイテムを磨こうとした", "death.attack.create.cuckoo_clock_explosion": "%1$s は改ざんされた鳩時計に爆破された", @@ -279,7 +279,7 @@ "create.recipe.pressing": "押しつぶし", "create.recipe.mixing": "混合", "create.recipe.packing": "圧縮", - "create.recipe.sawing": "製材", + "create.recipe.mechanical_sawing": "製材", "create.recipe.mechanical_crafting": "メカニカルクラフト", "create.recipe.block_cutting": "ブロックカット", "create.recipe.blockzapper_upgrade": "携帯型ブロックザッパー", @@ -396,25 +396,25 @@ "create.gui.goggles.base_value": "基本値", "create.gui.gauge.info_header": "計器の情報:", - "create.gui.speed_gauge.title": "回転速度", - "create.gui.stress_gauge.title": "ネットワークの応力", - "create.gui.stress_gauge.capacity": "残りの容量", - "create.gui.stress_gauge.overstressed": "超過応力", - "create.gui.stress_gauge.no_rotation": "回転なし", + "create.gui.speedometer.title": "回転速度", + "create.gui.stressometer.title": "ネットワークの応力", + "create.gui.stressometer.capacity": "残りの容量", + "create.gui.stressometer.overstressed": "超過応力", + "create.gui.stressometer.no_rotation": "回転なし", "create.gui.contraptions.not_fast_enough": "この %1$s は_十分な_回転を_していない_ようです。", "create.gui.contraptions.network_overstressed": "この仕掛けは_超過応力_のようです。さらにソースを追加するか、コンポーネントに_負荷をかけ_応力の影響を大きくします。", - "create.gui.flexcrate.title": "調整可能なクレート", - "create.gui.flexcrate.storageSpace": "収納スペース", + "create.gui.adjustable_crate.title": "調整可能なクレート", + "create.gui.adjustable_crate.storageSpace": "収納スペース", - "create.gui.stockswitch.title": "在庫スイッチ", - "create.gui.stockswitch.lowerLimit": "下限しきい値", - "create.gui.stockswitch.upperLimit": "上限しきい値", - "create.gui.stockswitch.startAt": "開始信号", - "create.gui.stockswitch.startAbove": "以上の開始信号", - "create.gui.stockswitch.stopAt": "停止信号", - "create.gui.stockswitch.stopBelow": "以下の停止信号", + "create.gui.stockpile_switch.title": "在庫スイッチ", + "create.gui.stockpile_switch.lowerLimit": "下限しきい値", + "create.gui.stockpile_switch.upperLimit": "上限しきい値", + "create.gui.stockpile_switch.startAt": "開始信号", + "create.gui.stockpile_switch.startAbove": "以上の開始信号", + "create.gui.stockpile_switch.stopAt": "停止信号", + "create.gui.stockpile_switch.stopBelow": "以下の停止信号", "create.gui.sequenced_gearshift.title": "シーケンスギアシフト", "create.gui.sequenced_gearshift.instruction": "命令", @@ -679,34 +679,34 @@ "item.create.example_item.tooltip.control1": "Ctrlを押したとき", "item.create.example_item.tooltip.action1": "これらのコントロールが表示されます。", - "item.create.symmetry_wand.tooltip": "対称性が必要", - "item.create.symmetry_wand.tooltip.summary": "構成されたプレーン全体のブロック配置を完全にミラーリングします。", - "item.create.symmetry_wand.tooltip.condition1": "ホットバーにあるとき", - "item.create.symmetry_wand.tooltip.behaviour1": "アクティブのまま", - "item.create.symmetry_wand.tooltip.control1": "地面を右クリックしたとき", - "item.create.symmetry_wand.tooltip.action1": "ミラーを_作成_または_移動_", - "item.create.symmetry_wand.tooltip.control2": "空中を右クリックしたとき", - "item.create.symmetry_wand.tooltip.action2": "アクティブなミラーを_削除_", - "item.create.symmetry_wand.tooltip.control3": "スニークしながら右クリックしたとき", - "item.create.symmetry_wand.tooltip.action3": "_設定インターフェース_を開きます", + "item.create.wand_of_symmetry.tooltip": "対称性が必要", + "item.create.wand_of_symmetry.tooltip.summary": "構成されたプレーン全体のブロック配置を完全にミラーリングします。", + "item.create.wand_of_symmetry.tooltip.condition1": "ホットバーにあるとき", + "item.create.wand_of_symmetry.tooltip.behaviour1": "アクティブのまま", + "item.create.wand_of_symmetry.tooltip.control1": "地面を右クリックしたとき", + "item.create.wand_of_symmetry.tooltip.action1": "ミラーを_作成_または_移動_", + "item.create.wand_of_symmetry.tooltip.control2": "空中を右クリックしたとき", + "item.create.wand_of_symmetry.tooltip.action2": "アクティブなミラーを_削除_", + "item.create.wand_of_symmetry.tooltip.control3": "スニークしながら右クリックしたとき", + "item.create.wand_of_symmetry.tooltip.action3": "_設定インターフェース_を開きます", - "item.create.placement_handgun.tooltip": "ブロックザッパー", - "item.create.placement_handgun.tooltip.summary": "離れた場所にブロックを配置または交換するための新しいガジェット。", - "item.create.placement_handgun.tooltip.control1": "ブロックを左クリックしたとき", - "item.create.placement_handgun.tooltip.action1": "ターゲットのブロックをこのツールに設定します。", - "item.create.placement_handgun.tooltip.control2": "ブロックを右クリックしたとき", - "item.create.placement_handgun.tooltip.action2": "ターゲットブロックを_配置_または_置換_します。", - "item.create.placement_handgun.tooltip.control3": "スニークしながら右クリックしたとき", - "item.create.placement_handgun.tooltip.action3": "_設定インターフェース_を開きます", + "item.create.handheld_blockzapper.tooltip": "ブロックザッパー", + "item.create.handheld_blockzapper.tooltip.summary": "離れた場所にブロックを配置または交換するための新しいガジェット。", + "item.create.handheld_blockzapper.tooltip.control1": "ブロックを左クリックしたとき", + "item.create.handheld_blockzapper.tooltip.action1": "ターゲットのブロックをこのツールに設定します。", + "item.create.handheld_blockzapper.tooltip.control2": "ブロックを右クリックしたとき", + "item.create.handheld_blockzapper.tooltip.action2": "ターゲットブロックを_配置_または_置換_します。", + "item.create.handheld_blockzapper.tooltip.control3": "スニークしながら右クリックしたとき", + "item.create.handheld_blockzapper.tooltip.action3": "_設定インターフェース_を開きます", - "item.create.terrain_zapper.tooltip": "ハンドヘルドワールドシェーパー", - "item.create.terrain_zapper.tooltip.summary": "_風景_や_地形の特徴_を作成するための便利なツール。", - "item.create.terrain_zapper.tooltip.control1": "ブロックを左クリックしたとき", - "item.create.terrain_zapper.tooltip.action1": "ターゲットのブロックをこのツールに設定します。", - "item.create.terrain_zapper.tooltip.control2": "ブロックを右クリックしたとき", - "item.create.terrain_zapper.tooltip.action2": "現在選択されている_ブラシ_と_ツール_をターゲットの場所に適用します。", - "item.create.terrain_zapper.tooltip.control3": "スニークしながら右クリックしたとき", - "item.create.terrain_zapper.tooltip.action3": "_設定インターフェース_を開きます", + "item.create.handheld_worldshaper.tooltip": "ハンドヘルドワールドシェーパー", + "item.create.handheld_worldshaper.tooltip.summary": "_風景_や_地形の特徴_を作成するための便利なツール。", + "item.create.handheld_worldshaper.tooltip.control1": "ブロックを左クリックしたとき", + "item.create.handheld_worldshaper.tooltip.action1": "ターゲットのブロックをこのツールに設定します。", + "item.create.handheld_worldshaper.tooltip.control2": "ブロックを右クリックしたとき", + "item.create.handheld_worldshaper.tooltip.action2": "現在選択されている_ブラシ_と_ツール_をターゲットの場所に適用します。", + "item.create.handheld_worldshaper.tooltip.control3": "スニークしながら右クリックしたとき", + "item.create.handheld_worldshaper.tooltip.action3": "_設定インターフェース_を開きます", "item.create.tree_fertilizer.tooltip": "木質肥料", "item.create.tree_fertilizer.tooltip.summary": "一般的な木の種類の成長を加速するのに適したミネラルの強力な組み合わせ。", @@ -723,40 +723,40 @@ "item.create.filter.tooltip.condition2": "右クリックしたとき", "item.create.filter.tooltip.behaviour2": "_設定インターフェース_を開きます", - "item.create.property_filter.tooltip": "属性フィルター", - "item.create.property_filter.tooltip.summary": "ロジスティックデバイスの_出力_と_入力_をより_正確_に_制御_し、アイテムの_属性_と_カテゴリのセット_と照合します。", - "item.create.property_filter.tooltip.condition1": "フィルタースロットにセットしたとき", - "item.create.property_filter.tooltip.behaviour1": "_構成_に応じてアイテムの流れを_制御_します。", - "item.create.property_filter.tooltip.condition2": "右クリックしたとき", - "item.create.property_filter.tooltip.behaviour2": "_設定インターフェース_を開きます", + "item.create.attribute_filter.tooltip": "属性フィルター", + "item.create.attribute_filter.tooltip.summary": "ロジスティックデバイスの_出力_と_入力_をより_正確_に_制御_し、アイテムの_属性_と_カテゴリのセット_と照合します。", + "item.create.attribute_filter.tooltip.condition1": "フィルタースロットにセットしたとき", + "item.create.attribute_filter.tooltip.behaviour1": "_構成_に応じてアイテムの流れを_制御_します。", + "item.create.attribute_filter.tooltip.condition2": "右クリックしたとき", + "item.create.attribute_filter.tooltip.behaviour2": "_設定インターフェース_を開きます", "block.create.cocoa_log.tooltip": "ココアログ", "block.create.cocoa_log.tooltip.summary": "_カカオ豆_の自動化を容易するジャングルの原木。", "block.create.cocoa_log.tooltip.condition1": "成熟したとき", "block.create.cocoa_log.tooltip.behaviour1": "_カカオの実_を四方八方に育てる。", - "item.create.empty_blueprint.tooltip": "空のスキーマ", - "item.create.empty_blueprint.tooltip.summary": "レシピの材料として、および_概略図テーブル_での記述に使用されます。", + "item.create.empty_schematic.tooltip": "空のスキーマ", + "item.create.empty_schematic.tooltip.summary": "レシピの材料として、および_概略図テーブル_での記述に使用されます。", - "item.create.blueprint.tooltip": "概略図", - "item.create.blueprint.tooltip.summary": "ワールドに配置および配置される構造を保持します。 ホログラムを必要に応じて配置し、_概略図砲_を使用して作成します。", - "item.create.blueprint.tooltip.condition1": "持ったとき", - "item.create.blueprint.tooltip.behaviour1": "画面上のツールを使用して配置できます。", - "item.create.blueprint.tooltip.control1": "スニークしながら右クリックしたとき", - "item.create.blueprint.tooltip.action1": "正確な_座標_を入力するための_インターフェース_を開きます。", + "item.create.schematic.tooltip": "概略図", + "item.create.schematic.tooltip.summary": "ワールドに配置および配置される構造を保持します。 ホログラムを必要に応じて配置し、_概略図砲_を使用して作成します。", + "item.create.schematic.tooltip.condition1": "持ったとき", + "item.create.schematic.tooltip.behaviour1": "画面上のツールを使用して配置できます。", + "item.create.schematic.tooltip.control1": "スニークしながら右クリックしたとき", + "item.create.schematic.tooltip.action1": "正確な_座標_を入力するための_インターフェース_を開きます。", - "item.create.blueprint_and_quill.tooltip": "概略図と羽根ペン", - "item.create.blueprint_and_quill.tooltip.summary": "ワールドの構造物を.nbtファイルに保存するために使用されます。", - "item.create.blueprint_and_quill.tooltip.condition1": "ステップ1", - "item.create.blueprint_and_quill.tooltip.behaviour1": "右クリックして2つのコーナーポイントを選択します。", - "item.create.blueprint_and_quill.tooltip.condition2": "ステップ2", - "item.create.blueprint_and_quill.tooltip.behaviour2": "_Ctrlキーを押しながらスクロール_して、サイズを調整します。 もう一度右クリックして保存します。", - "item.create.blueprint_and_quill.tooltip.control1": "右クリックしたとき", - "item.create.blueprint_and_quill.tooltip.action1": "コーナーポイントを選択/保存を確認します。", - "item.create.blueprint_and_quill.tooltip.control2": "Ctrlを長押してるとき", - "item.create.blueprint_and_quill.tooltip.action2": "_空中_でポイントを選択します。 _スクロール_して距離を調整します。", - "item.create.blueprint_and_quill.tooltip.control3": "スニークしながら右クリックしたとき", - "item.create.blueprint_and_quill.tooltip.action3": "選択を_リセット_して削除します。", + "item.create.schematic_and_quill.tooltip": "概略図と羽根ペン", + "item.create.schematic_and_quill.tooltip.summary": "ワールドの構造物を.nbtファイルに保存するために使用されます。", + "item.create.schematic_and_quill.tooltip.condition1": "ステップ1", + "item.create.schematic_and_quill.tooltip.behaviour1": "右クリックして2つのコーナーポイントを選択します。", + "item.create.schematic_and_quill.tooltip.condition2": "ステップ2", + "item.create.schematic_and_quill.tooltip.behaviour2": "_Ctrlキーを押しながらスクロール_して、サイズを調整します。 もう一度右クリックして保存します。", + "item.create.schematic_and_quill.tooltip.control1": "右クリックしたとき", + "item.create.schematic_and_quill.tooltip.action1": "コーナーポイントを選択/保存を確認します。", + "item.create.schematic_and_quill.tooltip.control2": "Ctrlを長押してるとき", + "item.create.schematic_and_quill.tooltip.action2": "_空中_でポイントを選択します。 _スクロール_して距離を調整します。", + "item.create.schematic_and_quill.tooltip.control3": "スニークしながら右クリックしたとき", + "item.create.schematic_and_quill.tooltip.action3": "選択を_リセット_して削除します。", "block.create.creative_crate.tooltip": "クリエイティブクレート", "block.create.creative_crate.tooltip.summary": "隣接する概略図砲へブロックの無限に供給します。", @@ -928,10 +928,10 @@ "block.create.sticky_mechanical_piston.tooltip.condition1": "回転したとき", "block.create.sticky_mechanical_piston.tooltip.behaviour1": "取り付けられた構造物の移動を開始します。 速度と方向は、入力される回転速度と相関します。", - "block.create.piston_pole.tooltip": "ピストンポール", - "block.create.piston_pole.tooltip.summary": "メカニカルピストンの範囲を拡張します。", - "block.create.piston_pole.tooltip.condition1": "メカニカルピストンに取り付けたとき", - "block.create.piston_pole.tooltip.behaviour1": "ピストンの範囲を1ブロック拡張", + "block.create.piston_extension_pole.tooltip": "ピストンポール", + "block.create.piston_extension_pole.tooltip.summary": "メカニカルピストンの範囲を拡張します。", + "block.create.piston_extension_pole.tooltip.condition1": "メカニカルピストンに取り付けたとき", + "block.create.piston_extension_pole.tooltip.behaviour1": "ピストンの範囲を1ブロック拡張", "block.create.mechanical_bearing.tooltip": "メカニカルベアリング", "block.create.mechanical_bearing.tooltip.summary": "_大きな構造物_を回転させたり、風からの_回転力_を利用したりするために使用されます。", @@ -962,74 +962,74 @@ "block.create.rope_pulley.tooltip.condition1": "回転したとき", "block.create.rope_pulley.tooltip.behaviour1": "取り付けた構造物の移動を開始します。 速度と方向は、入力される回転速度に相関します。", - "block.create.translation_chassis.tooltip": "トランスシャーシ", - "block.create.translation_chassis.tooltip.summary": "移動用の構造を接続する構成可能なベースブロック。", - "block.create.translation_chassis.tooltip.condition1": "移動したとき", - "block.create.translation_chassis.tooltip.behaviour1": "_取り付けられるすべてのシャーシ_を同じ方向に移動し、ブロックの列をその範囲内に移動します。 ブロックは、シャーシの表面が_粘着性_がある場合にのみ引っ張られます([Ctrl]を参照)。", - "block.create.translation_chassis.tooltip.condition2": "レンチしたとき", - "block.create.translation_chassis.tooltip.behaviour2": "このシャーシブロックの_範囲_を構成します。 CTRLキーを押したまま、接続されているすべてのシャーシブロックの範囲も変更します。", - "block.create.translation_chassis.tooltip.control1": "スライムボールで右クリックしたとき", - "block.create.translation_chassis.tooltip.action1": "クリックした面を_粘着性_にします。 移動すると、シャーシは移動方向に関係なく、取り付けられたブロックを_引っ張り_ます。", + "block.create.linear_chassis.tooltip": "トランスシャーシ", + "block.create.linear_chassis.tooltip.summary": "移動用の構造を接続する構成可能なベースブロック。", + "block.create.linear_chassis.tooltip.condition1": "移動したとき", + "block.create.linear_chassis.tooltip.behaviour1": "_取り付けられるすべてのシャーシ_を同じ方向に移動し、ブロックの列をその範囲内に移動します。 ブロックは、シャーシの表面が_粘着性_がある場合にのみ引っ張られます([Ctrl]を参照)。", + "block.create.linear_chassis.tooltip.condition2": "レンチしたとき", + "block.create.linear_chassis.tooltip.behaviour2": "このシャーシブロックの_範囲_を構成します。 CTRLキーを押したまま、接続されているすべてのシャーシブロックの範囲も変更します。", + "block.create.linear_chassis.tooltip.control1": "スライムボールで右クリックしたとき", + "block.create.linear_chassis.tooltip.action1": "クリックした面を_粘着性_にします。 移動すると、シャーシは移動方向に関係なく、取り付けられたブロックを_引っ張り_ます。", - "block.create.rotation_chassis.tooltip": "回転シャーシ", - "block.create.rotation_chassis.tooltip.summary": "移動用の構造を取り付ける構成可能なベースブロック。", - "block.create.rotation_chassis.tooltip.condition1": "動かしたとき", - "block.create.rotation_chassis.tooltip.behaviour1": "列に_取り付けられてるすべてのシャーシ_、およびそれ自体の周りのブロックのシリンダーを_移動_します。 周囲のブロックは、範囲内にあり、粘着面に接続されている場合にのみ移動されます([Ctrl]を参照)。", - "block.create.rotation_chassis.tooltip.condition2": "レンチを使ったとき", - "block.create.rotation_chassis.tooltip.behaviour2": "このシャーシブロックの_範囲_を構成します。 CTRLキーを押したまま、接続されているすべてのシャーシブロックの範囲も変更します。", - "block.create.rotation_chassis.tooltip.control1": "スライムボールで右クリックしたとき", - "block.create.rotation_chassis.tooltip.action1": "クリックした面を_粘着性_にします。 シャーシが移動すると、粘着面に接続されているすべての指定ブロックが一緒に移動します。", + "block.create.radial_chassis.tooltip": "回転シャーシ", + "block.create.radial_chassis.tooltip.summary": "移動用の構造を取り付ける構成可能なベースブロック。", + "block.create.radial_chassis.tooltip.condition1": "動かしたとき", + "block.create.radial_chassis.tooltip.behaviour1": "列に_取り付けられてるすべてのシャーシ_、およびそれ自体の周りのブロックのシリンダーを_移動_します。 周囲のブロックは、範囲内にあり、粘着面に接続されている場合にのみ移動されます([Ctrl]を参照)。", + "block.create.radial_chassis.tooltip.condition2": "レンチを使ったとき", + "block.create.radial_chassis.tooltip.behaviour2": "このシャーシブロックの_範囲_を構成します。 CTRLキーを押したまま、接続されているすべてのシャーシブロックの範囲も変更します。", + "block.create.radial_chassis.tooltip.control1": "スライムボールで右クリックしたとき", + "block.create.radial_chassis.tooltip.action1": "クリックした面を_粘着性_にします。 シャーシが移動すると、粘着面に接続されているすべての指定ブロックが一緒に移動します。", - "block.create.drill.tooltip": "機械ドリル", - "block.create.drill.tooltip.summary": "_ブロックを壊す_のに適した機械装置。 _メカニカルピストン_または_ベアリング_で移動可能です。", - "block.create.drill.tooltip.condition1": "回転したとき", - "block.create.drill.tooltip.behaviour1": "_静止_したブロックブレーカーとして機能します。 また、有効領域の_エンティティを傷つけます_。", - "block.create.drill.tooltip.condition2": "動かしたとき", - "block.create.drill.tooltip.behaviour2": "ドリルが衝突するブロックを壊します。", + "block.create.mechanical_drill.tooltip": "機械ドリル", + "block.create.mechanical_drill.tooltip.summary": "_ブロックを壊す_のに適した機械装置。 _メカニカルピストン_または_ベアリング_で移動可能です。", + "block.create.mechanical_drill.tooltip.condition1": "回転したとき", + "block.create.mechanical_drill.tooltip.behaviour1": "_静止_したブロックブレーカーとして機能します。 また、有効領域の_エンティティを傷つけます_。", + "block.create.mechanical_drill.tooltip.condition2": "動かしたとき", + "block.create.mechanical_drill.tooltip.behaviour2": "ドリルが衝突するブロックを壊します。", - "block.create.harvester.tooltip": "メカニカルハーベスター", - "block.create.harvester.tooltip.summary": "中規模の作物の自動化に適した機械式植物カッター。 _メカニカルピストン_または_ベアリング_で移動可能です。", - "block.create.harvester.tooltip.condition1": "動かしたとき", - "block.create.harvester.tooltip.behaviour1": "ブレードが衝突する_すべての成熟した作物を収穫_し、それらを初期の成長状態にリセットします。", + "block.create.mechanical_harvester.tooltip": "メカニカルハーベスター", + "block.create.mechanical_harvester.tooltip.summary": "中規模の作物の自動化に適した機械式植物カッター。 _メカニカルピストン_または_ベアリング_で移動可能です。", + "block.create.mechanical_harvester.tooltip.condition1": "動かしたとき", + "block.create.mechanical_harvester.tooltip.behaviour1": "ブレードが衝突する_すべての成熟した作物を収穫_し、それらを初期の成長状態にリセットします。", - "block.create.saw.tooltip": "メカニカル鋸", - "block.create.saw.tooltip.summary": "木を効果的に切断したり、大工したものにブロックを切断したりするのに適しています。 メカニカルピストンまたはベアリングを使用して移動可能です。", - "block.create.saw.tooltip.condition1": "上向きのとき", - "block.create.saw.tooltip.behaviour1": "そこにドロップまたは挿入されたアイテムに_製材_およびストーンカッティングレシピを適用します。 複数の出力が可能な場合、フィルターが割り当てられていない限り、出力が循環します。", - "block.create.saw.tooltip.condition2": "横向きの場合", - "block.create.saw.tooltip.behaviour2": "その前で_原木を分割_します。 原木がそれ自体でツリーをサポートしていた場合、_木はのこぎりから離れて崩壊_します。", - "block.create.saw.tooltip.condition3": "動かしたとき", - "block.create.saw.tooltip.behaviour3": "のこぎりが衝突する_すべての木を切り倒します_。", + "block.create.mechanical_saw.tooltip": "メカニカル鋸", + "block.create.mechanical_saw.tooltip.summary": "木を効果的に切断したり、大工したものにブロックを切断したりするのに適しています。 メカニカルピストンまたはベアリングを使用して移動可能です。", + "block.create.mechanical_saw.tooltip.condition1": "上向きのとき", + "block.create.mechanical_saw.tooltip.behaviour1": "そこにドロップまたは挿入されたアイテムに_製材_およびストーンカッティングレシピを適用します。 複数の出力が可能な場合、フィルターが割り当てられていない限り、出力が循環します。", + "block.create.mechanical_saw.tooltip.condition2": "横向きの場合", + "block.create.mechanical_saw.tooltip.behaviour2": "その前で_原木を分割_します。 原木がそれ自体でツリーをサポートしていた場合、_木はのこぎりから離れて崩壊_します。", + "block.create.mechanical_saw.tooltip.condition3": "動かしたとき", + "block.create.mechanical_saw.tooltip.behaviour3": "のこぎりが衝突する_すべての木を切り倒します_。", - "block.create.stockswitch.tooltip": "在庫スイッチ", - "block.create.stockswitch.tooltip.summary": "接続されたコンテナの_空き容量_に基づいてレッドストーン信号を切り替えます。", - "block.create.stockswitch.tooltip.condition1": "下限を下回ったとき", - "block.create.stockswitch.tooltip.behaviour1": "レッドストーン信号を停止", - "block.create.stockswitch.tooltip.condition2": "上限を超えたとき。", - "block.create.stockswitch.tooltip.behaviour2": "再び下限に達するまで、レッドストーン信号の提供を開始します。", - "block.create.stockswitch.tooltip.control1": "右クリックしたとき", - "block.create.stockswitch.tooltip.action1": "_設定インターフェース_を開きます", + "block.create.stockpile_switch.tooltip": "在庫スイッチ", + "block.create.stockpile_switch.tooltip.summary": "接続されたコンテナの_空き容量_に基づいてレッドストーン信号を切り替えます。", + "block.create.stockpile_switch.tooltip.condition1": "下限を下回ったとき", + "block.create.stockpile_switch.tooltip.behaviour1": "レッドストーン信号を停止", + "block.create.stockpile_switch.tooltip.condition2": "上限を超えたとき。", + "block.create.stockpile_switch.tooltip.behaviour2": "再び下限に達するまで、レッドストーン信号の提供を開始します。", + "block.create.stockpile_switch.tooltip.control1": "右クリックしたとき", + "block.create.stockpile_switch.tooltip.action1": "_設定インターフェース_を開きます", - "block.create.redstone_bridge.tooltip": "レッドストーンリンク", - "block.create.redstone_bridge.tooltip.summary": "_ワイヤレスレッドストーン_接続のエンドポイント。 任意のアイテムを使用して_周波数_を割り当てることができます。 信号範囲は限られていますが、かなり離れています。", - "block.create.redstone_bridge.tooltip.condition1": "入力があるとき", - "block.create.redstone_bridge.tooltip.behaviour1": "同じ周波数のリンクを受信すると、レッドストーン信号が生成されます。", - "block.create.redstone_bridge.tooltip.control1": "アイテムで右クリックしたとき", - "block.create.redstone_bridge.tooltip.action1": "_周波数_をそのアイテムに設定します。 周波数を定義するために、_合計2つの異なるアイテム_を組み合わせて使用できます。", - "block.create.redstone_bridge.tooltip.control2": "スニークしながら右クリックしたとき", - "block.create.redstone_bridge.tooltip.action2": "_受信機_モードと_送信機_モードを切り替えます。", + "block.create.redstone_link.tooltip": "レッドストーンリンク", + "block.create.redstone_link.tooltip.summary": "_ワイヤレスレッドストーン_接続のエンドポイント。 任意のアイテムを使用して_周波数_を割り当てることができます。 信号範囲は限られていますが、かなり離れています。", + "block.create.redstone_link.tooltip.condition1": "入力があるとき", + "block.create.redstone_link.tooltip.behaviour1": "同じ周波数のリンクを受信すると、レッドストーン信号が生成されます。", + "block.create.redstone_link.tooltip.control1": "アイテムで右クリックしたとき", + "block.create.redstone_link.tooltip.action1": "_周波数_をそのアイテムに設定します。 周波数を定義するために、_合計2つの異なるアイテム_を組み合わせて使用できます。", + "block.create.redstone_link.tooltip.control2": "スニークしながら右クリックしたとき", + "block.create.redstone_link.tooltip.action2": "_受信機_モードと_送信機_モードを切り替えます。", - "block.create.contact.tooltip": "レッドストーンコンタクト", - "block.create.contact.tooltip.summary": "レッドストーンパワーのみをペアで放出します。 _メカニカルピストン_または_ベアリング_で移動可能です。", - "block.create.contact.tooltip.condition1": "他のコンタクトに直面したとき", - "block.create.contact.tooltip.behaviour1": "レッドストーン信号を提供します。", - "block.create.contact.tooltip.condition2": "動かしたとき", - "block.create.contact.tooltip.behaviour2": "通過するすべての固定接点をトリガーします。", + "block.create.redstone_contact.tooltip": "レッドストーンコンタクト", + "block.create.redstone_contact.tooltip.summary": "レッドストーンパワーのみをペアで放出します。 _メカニカルピストン_または_ベアリング_で移動可能です。", + "block.create.redstone_contact.tooltip.condition1": "他のコンタクトに直面したとき", + "block.create.redstone_contact.tooltip.behaviour1": "レッドストーン信号を提供します。", + "block.create.redstone_contact.tooltip.condition2": "動かしたとき", + "block.create.redstone_contact.tooltip.behaviour2": "通過するすべての固定接点をトリガーします。", - "block.create.flexcrate.tooltip": "調整可能なクレート", - "block.create.flexcrate.tooltip.summary": "この_ストレージコンテナ_では、容量を手動で制御できます。 任意のアイテムの最大_16スタック_を保持できます。 _レッドストーンコンパレータ_をサポートします。", - "block.create.flexcrate.tooltip.control1": "右クリックしたとき", - "block.create.flexcrate.tooltip.action1": "_インターフェース_を開きます", + "block.create.adjustable_crate.tooltip": "調整可能なクレート", + "block.create.adjustable_crate.tooltip.summary": "この_ストレージコンテナ_では、容量を手動で制御できます。 任意のアイテムの最大_16スタック_を保持できます。 _レッドストーンコンパレータ_をサポートします。", + "block.create.adjustable_crate.tooltip.control1": "右クリックしたとき", + "block.create.adjustable_crate.tooltip.action1": "_インターフェース_を開きます", "block.create.extractor.tooltip": "抽出器", "block.create.extractor.tooltip.summary": "付属のインベントリから_アイテムを取り_、地面にドロップします。 スペースが空いていない限り、アイテムはドロップされません。 _フィルター_としてアイテムスタックを割り当てることができます。", @@ -1074,10 +1074,10 @@ "block.create.linked_transposer.tooltip.control2": "周波数スペースを右クリックしたとき", "block.create.linked_transposer.tooltip.action2": "聴いてる周波数の一部として現在_保持されているアイテム_を割り当てます。 同じ周波数の送信レッドストーンリンクに動力が供給されると、このトランスポーザーは一時停止します。", - "block.create.belt_funnel.tooltip": "漏斗", - "block.create.belt_funnel.tooltip.summary": "_入力アイテムを収集_し、可能な場合はそれらを取り付けた_インベントリ_に挿入します。 _世界_のアイテムや_ベルト_のアイテムを集めることができます。", - "block.create.belt_funnel.tooltip.condition1": "パッシブベルト引っ張り", - "block.create.belt_funnel.tooltip.behaviour1": "漏斗は、_ベルトの上_から横または端に配置すると、ベルトからアイテムを引き出すことができます。 横向きのファンネルをバックアップすると、_ベルト上のアイテムが停止することはありません_。", + "block.create.funnel.tooltip": "漏斗", + "block.create.funnel.tooltip.summary": "_入力アイテムを収集_し、可能な場合はそれらを取り付けた_インベントリ_に挿入します。 _世界_のアイテムや_ベルト_のアイテムを集めることができます。", + "block.create.funnel.tooltip.condition1": "パッシブベルト引っ張り", + "block.create.funnel.tooltip.behaviour1": "漏斗は、_ベルトの上_から横または端に配置すると、ベルトからアイテムを引き出すことができます。 横向きのファンネルをバックアップすると、_ベルト上のアイテムが停止することはありません_。", "block.create.belt_tunnel.tooltip": "ベルトトンネル", "block.create.belt_tunnel.tooltip.summary": "_メカニカルベルト_を壁に通すための美的なオプション。 ベルトは真鍮の_ケーシング_で_補強_する必要があります。 トンネルは_隣接_グループと同期でき、グループ内のすべてのトンネルに1つの待機がある場合にのみアイテムを通過させます。 [Ctrl]", @@ -1091,44 +1091,44 @@ "block.create.brass_casing.tooltip.condition1": "メカニカルベルトに使用したとき", "block.create.brass_casing.tooltip.behaviour1": "真鍮製のファンデーションでベルトを補強します。 強化ベルトは、ベルトトンネル、エクストラクタ、ファンネル、およびトランスポーザをベルトの側面および下から相互作用することをサポートできます。", - "block.create.entity_detector.tooltip": "ベルトオブザーバー", - "block.create.entity_detector.tooltip.summary": "その前のメカニカルベルト上を通り過ぎるアイテムとエンティティを検出します。 レンチを使用して、その動作を循環させます。 非アイテムは、設定に関係なく常に検出モードで処理されます。", - "block.create.entity_detector.tooltip.condition1": "検出モード", - "block.create.entity_detector.tooltip.behaviour1": "_一致するアイテムが観測_されたベルトセグメントにある間、レッドストーンを出力します。", - "block.create.entity_detector.tooltip.condition2": "パルスモード", - "block.create.entity_detector.tooltip.behaviour2": "一致するアイテムが観測_されたベルトセグメントの中心を通過するときに_パルス_を発します。", - "block.create.entity_detector.tooltip.condition3": "イジェクトモード", - "block.create.entity_detector.tooltip.behaviour3": "_一致するアイテム_を側面から排出します。 対象のベルトやスペースが占有されている場合、アイテムは_所定の位置に保持_されます。", - "block.create.entity_detector.tooltip.condition4": "分割モード", - "block.create.entity_detector.tooltip.behaviour4": "_一致するアイテムスタック_を分割し、その_半分_を側面から_排出_します。", + "block.create.belt_observer.tooltip": "ベルトオブザーバー", + "block.create.belt_observer.tooltip.summary": "その前のメカニカルベルト上を通り過ぎるアイテムとエンティティを検出します。 レンチを使用して、その動作を循環させます。 非アイテムは、設定に関係なく常に検出モードで処理されます。", + "block.create.belt_observer.tooltip.condition1": "検出モード", + "block.create.belt_observer.tooltip.behaviour1": "_一致するアイテムが観測_されたベルトセグメントにある間、レッドストーンを出力します。", + "block.create.belt_observer.tooltip.condition2": "パルスモード", + "block.create.belt_observer.tooltip.behaviour2": "一致するアイテムが観測_されたベルトセグメントの中心を通過するときに_パルス_を発します。", + "block.create.belt_observer.tooltip.condition3": "イジェクトモード", + "block.create.belt_observer.tooltip.behaviour3": "_一致するアイテム_を側面から排出します。 対象のベルトやスペースが占有されている場合、アイテムは_所定の位置に保持_されます。", + "block.create.belt_observer.tooltip.condition4": "分割モード", + "block.create.belt_observer.tooltip.behaviour4": "_一致するアイテムスタック_を分割し、その_半分_を側面から_排出_します。", "block.create.pulse_repeater.tooltip": "パルスリピーター", "block.create.pulse_repeater.tooltip.summary": "通過するレッドストーン信号を_1ティック_の長さにカットする簡単な回路。", - "block.create.flexpeater.tooltip": "フレックスリピーター", - "block.create.flexpeater.tooltip.summary": "最大_30分_の遅延を_設定可能_な高度な_レッドストーンリピーター_。", + "block.create.adjustable_repeater.tooltip": "フレックスリピーター", + "block.create.adjustable_repeater.tooltip.summary": "最大_30分_の遅延を_設定可能_な高度な_レッドストーンリピーター_。", - "block.create.flexpulsepeater.tooltip": "フレックスパルスリピーター", - "block.create.flexpulsepeater.tooltip.summary": "最大_30分_の遅延を_設定可能_な_パルスリピーター_。", + "block.create.adjustable_pulse_repeater.tooltip": "フレックスパルスリピーター", + "block.create.adjustable_pulse_repeater.tooltip.summary": "最大_30分_の遅延を_設定可能_な_パルスリピーター_。", "block.create.analog_lever.tooltip": "アナログレバー", "block.create.analog_lever.tooltip.summary": "_発信信号強度_をより_正確に制御_するレバー。", - "block.create.toggle_latch.tooltip": "パワードトグルラッチ", - "block.create.toggle_latch.tooltip.summary": "レッドストーンパルスによってトグルできるレバー。", + "block.create.powered_toggle_latch.tooltip": "パワードトグルラッチ", + "block.create.powered_toggle_latch.tooltip.summary": "レッドストーンパルスによってトグルできるレバー。", - "block.create.redstone_latch.tooltip": "パワードラッチ", - "block.create.redstone_latch.tooltip.summary": "_レッドストーン信号_で制御できるレバー。 _背面の信号_はそれを可能にし、_側面からの信号_はそれをリセットします。", + "block.create.powered_latch.tooltip": "パワードラッチ", + "block.create.powered_latch.tooltip.summary": "_レッドストーン信号_で制御できるレバー。 _背面の信号_はそれを可能にし、_側面からの信号_はそれをリセットします。", - "block.create.speed_gauge.tooltip": "スピードメーター", - "block.create.speed_gauge.tooltip.summary": "接続された動力コンポーネントの_回転速度_を測定して表示します。 _レッドストーンコンパレータ_をサポートします。", - "block.create.speed_gauge.tooltip.condition1": "回転したとき", - "block.create.speed_gauge.tooltip.behaviour1": "速度のレベルに対応する色を示します。 _緑_は低速、_青_は中程度、_紫_は高速回転を示します。 一部の機械コンポーネントは、適切に機能するために十分なレベルの速度を必要とします。", + "block.create.speedometer.tooltip": "スピードメーター", + "block.create.speedometer.tooltip.summary": "接続された動力コンポーネントの_回転速度_を測定して表示します。 _レッドストーンコンパレータ_をサポートします。", + "block.create.speedometer.tooltip.condition1": "回転したとき", + "block.create.speedometer.tooltip.behaviour1": "速度のレベルに対応する色を示します。 _緑_は低速、_青_は中程度、_紫_は高速回転を示します。 一部の機械コンポーネントは、適切に機能するために十分なレベルの速度を必要とします。", - "block.create.stress_gauge.tooltip": "ストレスメーター", - "block.create.stress_gauge.tooltip.summary": "接続された動力ネットワークの全体的な応力を測定して表示します。 レッドストーンコンパレータをサポートします。", - "block.create.stress_gauge.tooltip.condition1": "回転したとき", - "block.create.stress_gauge.tooltip.behaviour1": "応力のレベルに対応する色を示します。 _過度に応力がかかったネットワーク_は動きを止めます。 ネットワークに_回転源_を追加することで、応力を軽減できます。", + "block.create.stressometer.tooltip": "ストレスメーター", + "block.create.stressometer.tooltip.summary": "接続された動力ネットワークの全体的な応力を測定して表示します。 レッドストーンコンパレータをサポートします。", + "block.create.stressometer.tooltip.condition1": "回転したとき", + "block.create.stressometer.tooltip.behaviour1": "応力のレベルに対応する色を示します。 _過度に応力がかかったネットワーク_は動きを止めます。 ネットワークに_回転源_を追加することで、応力を軽減できます。", "tool.create.sand_paper.tooltip": "サンドペーパー", "tool.create.sand_paper.tooltip.summary": "_素材を磨いたり_、_道具_を研ぐために使用できる粗い紙。", @@ -1141,8 +1141,8 @@ "item.create.shadow_steel.tooltip": "シャドウスチール", "item.create.shadow_steel.tooltip.summary": "_虚無_から鍛造されたクロマティックマテリアル。", - "item.create.slot_cover.tooltip": "スロットカバー", - "item.create.slot_cover.tooltip.summary": "_メカニカルクラフター_でレシピの空のスロットとしてマークするために使用されます。 クラフターは必ずしも完全な正方格子を形成する必要はありません。 これは、_成分が互いに対角線_であるレシピがある場合に役立ちます。", + "item.create.crafter_slot_cover.tooltip": "スロットカバー", + "item.create.crafter_slot_cover.tooltip.summary": "_メカニカルクラフター_でレシピの空のスロットとしてマークするために使用されます。 クラフターは必ずしも完全な正方格子を形成する必要はありません。 これは、_成分が互いに対角線_であるレシピがある場合に役立ちます。", "tool.create.shadow_steel.tooltip": "シャドウスチールツール", "tool.create.shadow_steel.tooltip.summary": "特定のブロックまたはエンティティからの_ドロップを破壊_する高速で強力なツール。 殺されたモブは、このツールの_ドロップ増加_モディファイアーに基づいて_より多くの経験値_を落とします。", diff --git a/src/main/resources/assets/create/lang/ko_kr.json b/src/main/resources/assets/create/lang/ko_kr.json index cf3f094b0..ed27b864c 100644 --- a/src/main/resources/assets/create/lang/ko_kr.json +++ b/src/main/resources/assets/create/lang/ko_kr.json @@ -11,20 +11,20 @@ "_comment": "-------------------------] GAME ELEMENTS [------------------------------------------------", - "item.create.symmetry_wand": "대칭의 지팡이", - "item.create.placement_handgun": "휴대용 블럭발사기", - "item.create.terrain_zapper": "휴대용 세계편집기", + "item.create.wand_of_symmetry": "대칭의 지팡이", + "item.create.handheld_blockzapper": "휴대용 블럭발사기", + "item.create.handheld_worldshaper": "휴대용 세계편집기", "item.create.tree_fertilizer": "나무 비료", - "item.create.empty_blueprint": "빈 청사진", + "item.create.empty_schematic": "빈 청사진", "item.create.andesite_alloy": "안산암 합금", "item.create.chromatic_compound": "색채 혼합물", "item.create.shadow_steel": "그림자 강철", - "item.create.blueprint_and_quill": "청사진과 깃펜", - "item.create.blueprint": "청사진", + "item.create.schematic_and_quill": "청사진과 깃펜", + "item.create.schematic": "청사진", "item.create.belt_connector": "기계식 벨트", "item.create.goggles": "엔지니어의 고글", "item.create.filter": "필터 틀", - "item.create.property_filter": "속성 필터 틀", + "item.create.attribute_filter": "속성 필터 틀", "item.create.rose_quartz": "장밋빛 석영", "item.create.polished_rose_quartz": "윤나는 장밋빛 석영", "item.create.refined_radiance": "정제된 광채", @@ -35,7 +35,7 @@ "item.create.propeller": "프로펠러", "item.create.whisk": "혼합기", "item.create.brass_hand": "황동 손", - "item.create.slot_cover": "작업대 슬롯 덮개", + "item.create.crafter_slot_cover": "작업대 슬롯 덮개", "item.create.zinc_handle": "아연 도구 손잡이", "item.create.flour": "밀가루", "item.create.dough": "반죽", @@ -104,10 +104,10 @@ "block.create.belt": "컨베이어 벨트", "block.create.millstone": "맷돌", "block.create.crushing_wheel": "분쇄 휠", - "block.create.drill": "드릴", + "block.create.mechanical_drill": "드릴", "block.create.portable_storage_interface": "이동식 저장소 인터페이스", - "block.create.harvester": "수확기", - "block.create.saw": "톱", + "block.create.mechanical_harvester": "수확기", + "block.create.mechanical_saw": "톱", "block.create.water_wheel": "물레방아", "block.create.mechanical_press": "압착기", "block.create.mechanical_mixer": "믹서", @@ -116,8 +116,8 @@ "block.create.mechanical_crafter": "기계식 조합기", "block.create.flywheel": "플라이휠", "block.create.furnace_engine": "화로 엔진", - "block.create.speed_gauge": "속도 계측기", - "block.create.stress_gauge": "피로도 계측기", + "block.create.speedometer": "속도 계측기", + "block.create.stressometer": "피로도 계측기", "block.create.cart_assembler": "카트 조립기", "block.create.analog_lever": "아날로그 레버", "block.create.rotation_speed_controller": "회전 속도 컨트롤러", @@ -125,30 +125,30 @@ "block.create.sticky_mechanical_piston": "끈끈이 기계식 피스톤", "block.create.mechanical_piston": "기계식 피스톤", "block.create.mechanical_piston_head": "기계식 피스톤 머리", - "block.create.piston_pole": "피스톤 연장 축", + "block.create.piston_extension_pole": "피스톤 연장 축", "block.create.mechanical_bearing": "베어링", "block.create.clockwork_bearing": "시계 베어링", "block.create.rope_pulley": "밧줄 도르래", "block.create.rope": "밧줄", "block.create.pulley_magnet": "도르래 자석", - "block.create.translation_chassis": "직선 섀시", - "block.create.rotation_chassis": "원형 섀시", + "block.create.linear_chassis": "직선 섀시", + "block.create.radial_chassis": "원형 섀시", - "block.create.contact": "동형 감지기", - "block.create.redstone_bridge": "레드스톤 링크", - "block.create.stockswitch": "수량 스위치", - "block.create.flexcrate": "가변 창고", + "block.create.redstone_contact": "동형 감지기", + "block.create.redstone_link": "레드스톤 링크", + "block.create.stockpile_switch": "수량 스위치", + "block.create.adjustable_crate": "가변 창고", "block.create.extractor": "추출기", - "block.create.belt_funnel": "깔대기", + "block.create.funnel": "깔대기", "block.create.linked_extractor": "무선 추출기", "block.create.transposer": "트랜스포저", "block.create.linked_transposer": "무선 트랜스포저", "block.create.pulse_repeater": "펄스 리피터", - "block.create.flexpulsepeater": "가변 펄스 리피터", - "block.create.redstone_latch": "레드스톤 걸쇠", - "block.create.toggle_latch": "레드스톤 토글 걸쇠", - "block.create.flexpeater": "가변 리피터", - "block.create.entity_detector": "벨트 감지기", + "block.create.adjustable_pulse_repeater": "가변 펄스 리피터", + "block.create.powered_latch": "레드스톤 걸쇠", + "block.create.powered_toggle_latch": "레드스톤 토글 걸쇠", + "block.create.adjustable_repeater": "가변 리피터", + "block.create.belt_observer": "벨트 감지기", "block.create.belt_tunnel": "컨베이어 벨트 터널", "block.create.sequenced_gearshift": "순서 기어쉬프트", @@ -271,8 +271,8 @@ "death.attack.create.crush": "%1$s이(가) 분쇄 휠에 의해 가공되었습니다", "death.attack.create.fan_fire": "%1$s이(가) 뜨거운 바람으로 타버렸습니다", "death.attack.create.fan_lava": "%1$s이(가) 용암 바람으로 타버렸습니다", - "death.attack.create.drill": "%1$s이(가) 드릴에 관통당했습니다", - "death.attack.create.saw": "%1$s이(가) 톱날에 반으로 갈라져 죽었습니다", + "death.attack.create.mechanical_drill": "%1$s이(가) 드릴에 관통당했습니다", + "death.attack.create.mechanical_saw": "%1$s이(가) 톱날에 반으로 갈라져 죽었습니다", "create.block.deployer.damage_source_name": "순수한 배포기", "death.attack.create.curse_polish": "%1$s이(가) 저주받은 아이템을 닦다가 죽었습니다", "death.attack.create.cuckoo_clock_explosion": "%1$s이(가) 조작된 뻐꾸기 시계에 의해 폭파당했습니다", @@ -288,7 +288,7 @@ "create.recipe.pressing": "압착", "create.recipe.mixing": "혼합", "create.recipe.packing": "압축", - "create.recipe.sawing": "제재", + "create.recipe.mechanical_sawing": "제재", "create.recipe.mechanical_crafting": "기계 조합", "create.recipe.block_cutting": "블럭 절단", "create.recipe.blockzapperUpgrade": "휴대용 블럭발사기 업그레이드", @@ -405,25 +405,25 @@ "create.gui.goggles.base_value": "기본 수치", "create.gui.gauge.info_header": "게이지 정보:", - "create.gui.speed_gauge.title": "회전 속도", - "create.gui.stress_gauge.title": "네트워크 부하", - "create.gui.stress_gauge.capacity": "용량", - "create.gui.stress_gauge.overstressed": "과부하됨", - "create.gui.stress_gauge.no_rotation": "회전없음", + "create.gui.speedometer.title": "회전 속도", + "create.gui.stressometer.title": "네트워크 부하", + "create.gui.stressometer.capacity": "용량", + "create.gui.stressometer.overstressed": "과부하됨", + "create.gui.stressometer.no_rotation": "회전없음", "create.gui.contraptions.not_fast_enough": "이 %1$s은(는) 작동하기에 _회전 속도_가 _부족합니다_", "create.gui.contraptions.network_overstressed": "이 장치는 _과부하_되었습니다. _높은 피로도_ 용량을 가진 발전기를 추가로 설치하거나 장치 _속도_를 _늦추세요_.", - "create.gui.flexcrate.title": "가변 창고 ", - "create.gui.flexcrate.storageSpace": "저장 공간", + "create.gui.adjustable_crate.title": "가변 창고 ", + "create.gui.adjustable_crate.storageSpace": "저장 공간", - "create.gui.stockswitch.title": "수량 스위치", - "create.gui.stockswitch.lowerLimit": "최소 신호 유지수량", - "create.gui.stockswitch.upperLimit": "최초 신호 발동수량", - "create.gui.stockswitch.startAt": "다음 수량에 신호 주기", - "create.gui.stockswitch.startAbove": "다음 수량이상일떄 신호 주기", - "create.gui.stockswitch.stopAt": "다음 수량에 신호 멈추기", - "create.gui.stockswitch.stopBelow": "다음 수량이하일때 신호 멈추기", + "create.gui.stockpile_switch.title": "수량 스위치", + "create.gui.stockpile_switch.lowerLimit": "최소 신호 유지수량", + "create.gui.stockpile_switch.upperLimit": "최초 신호 발동수량", + "create.gui.stockpile_switch.startAt": "다음 수량에 신호 주기", + "create.gui.stockpile_switch.startAbove": "다음 수량이상일떄 신호 주기", + "create.gui.stockpile_switch.stopAt": "다음 수량에 신호 멈추기", + "create.gui.stockpile_switch.stopBelow": "다음 수량이하일때 신호 멈추기", "create.gui.sequenced_gearshift.title": "순서 기어쉬프트", "create.gui.sequenced_gearshift.instruction": "설명", @@ -687,34 +687,34 @@ "item.create.example_item.tooltip.control1": "When Ctrl pressed", "item.create.example_item.tooltip.action1": "These controls are displayed.", - "item.create.symmetry_wand.tooltip": "SYMMETRY WAND", - "item.create.symmetry_wand.tooltip.summary": "설정된 반사 모드에 따라 블럭 설치를 똑같이 재현합니다.", - "item.create.symmetry_wand.tooltip.condition1": "단축바에 있을 때", - "item.create.symmetry_wand.tooltip.behaviour1": "활성화 유지", - "item.create.symmetry_wand.tooltip.control1": "땅에다 우클릭", - "item.create.symmetry_wand.tooltip.action1": "거울을 _생성하거나_ _옮깁니다_.", - "item.create.symmetry_wand.tooltip.control2": "공중에 우클릭", - "item.create.symmetry_wand.tooltip.action2": "활성화된 거을을 _제거합니다_.", - "item.create.symmetry_wand.tooltip.control3": "웅크린 상태에서 우클릭", - "item.create.symmetry_wand.tooltip.action3": "_설정_ _창_을 엽니다.", + "item.create.wand_of_symmetry.tooltip": "SYMMETRY WAND", + "item.create.wand_of_symmetry.tooltip.summary": "설정된 반사 모드에 따라 블럭 설치를 똑같이 재현합니다.", + "item.create.wand_of_symmetry.tooltip.condition1": "단축바에 있을 때", + "item.create.wand_of_symmetry.tooltip.behaviour1": "활성화 유지", + "item.create.wand_of_symmetry.tooltip.control1": "땅에다 우클릭", + "item.create.wand_of_symmetry.tooltip.action1": "거울을 _생성하거나_ _옮깁니다_.", + "item.create.wand_of_symmetry.tooltip.control2": "공중에 우클릭", + "item.create.wand_of_symmetry.tooltip.action2": "활성화된 거을을 _제거합니다_.", + "item.create.wand_of_symmetry.tooltip.control3": "웅크린 상태에서 우클릭", + "item.create.wand_of_symmetry.tooltip.action3": "_설정_ _창_을 엽니다.", - "item.create.placement_handgun.tooltip": "BLOCKZAPPER", - "item.create.placement_handgun.tooltip.summary": "멀리있는 블럭을 교체, 설치하는 놀라운 도구입니다.", - "item.create.placement_handgun.tooltip.control1": "블럭을 보고 좌클릭", - "item.create.placement_handgun.tooltip.action1": "이 도구로 설치할 블럭을 설정합니다.", - "item.create.placement_handgun.tooltip.control2": "블럭을 보고 우클릭", - "item.create.placement_handgun.tooltip.action2": "해당 위치에 설정된 블럭으로 설치하거나 교체합니다.", - "item.create.placement_handgun.tooltip.control3": "웅크린 상태에서 우클릭", - "item.create.placement_handgun.tooltip.action3": "_설정_ _창_을 엽니다.", + "item.create.handheld_blockzapper.tooltip": "BLOCKZAPPER", + "item.create.handheld_blockzapper.tooltip.summary": "멀리있는 블럭을 교체, 설치하는 놀라운 도구입니다.", + "item.create.handheld_blockzapper.tooltip.control1": "블럭을 보고 좌클릭", + "item.create.handheld_blockzapper.tooltip.action1": "이 도구로 설치할 블럭을 설정합니다.", + "item.create.handheld_blockzapper.tooltip.control2": "블럭을 보고 우클릭", + "item.create.handheld_blockzapper.tooltip.action2": "해당 위치에 설정된 블럭으로 설치하거나 교체합니다.", + "item.create.handheld_blockzapper.tooltip.control3": "웅크린 상태에서 우클릭", + "item.create.handheld_blockzapper.tooltip.action3": "_설정_ _창_을 엽니다.", - "item.create.terrain_zapper.tooltip": "HANDHELD WORLDSHAPER", - "item.create.terrain_zapper.tooltip.summary": "_지형경관_을 만들 때 좋은 간편한 도구입니다.", - "item.create.terrain_zapper.tooltip.control1": "블럭을 보고 좌클릭", - "item.create.terrain_zapper.tooltip.action1": "이 도구로 설치할 블럭을 설정합니다.", - "item.create.terrain_zapper.tooltip.control2": "블럭을 보고 우클릭", - "item.create.terrain_zapper.tooltip.action2": "해당 위치에 설정된 _브러쉬_ 와 _도구_를 적용합니다.", - "item.create.terrain_zapper.tooltip.control3": "웅크린 상태에서 우클릭", - "item.create.terrain_zapper.tooltip.action3": "_설정_ _창_을 엽니다.", + "item.create.handheld_worldshaper.tooltip": "HANDHELD WORLDSHAPER", + "item.create.handheld_worldshaper.tooltip.summary": "_지형경관_을 만들 때 좋은 간편한 도구입니다.", + "item.create.handheld_worldshaper.tooltip.control1": "블럭을 보고 좌클릭", + "item.create.handheld_worldshaper.tooltip.action1": "이 도구로 설치할 블럭을 설정합니다.", + "item.create.handheld_worldshaper.tooltip.control2": "블럭을 보고 우클릭", + "item.create.handheld_worldshaper.tooltip.action2": "해당 위치에 설정된 _브러쉬_ 와 _도구_를 적용합니다.", + "item.create.handheld_worldshaper.tooltip.control3": "웅크린 상태에서 우클릭", + "item.create.handheld_worldshaper.tooltip.action3": "_설정_ _창_을 엽니다.", "item.create.tree_fertilizer.tooltip": "TREE FERTILIZER", "item.create.tree_fertilizer.tooltip.summary": "일반적인 나무 종류들의 성장을 촉진시킬 강력한 미네랄의 혼합물입니다.", @@ -731,40 +731,40 @@ "item.create.filter.tooltip.condition2": "우클릭", "item.create.filter.tooltip.behaviour2": "_설정_ _창_을 엽니다.", - "item.create.property_filter.tooltip": "ATTRIBUTE FILTER", - "item.create.property_filter.tooltip.summary": "장치의 _입력_과 _출력_을 필터 _속성_ 목록에 따라 정확하게 _조정_합니다.", - "item.create.property_filter.tooltip.condition1": "필터 슬롯에 있을 때", - "item.create.property_filter.tooltip.behaviour1": "필터 _설정_에 따라 아이템 흐름을 _조정_합니다.", - "item.create.property_filter.tooltip.condition2": "우클릭", - "item.create.property_filter.tooltip.behaviour2": "_설정_ _창_을 엽니다.", + "item.create.attribute_filter.tooltip": "ATTRIBUTE FILTER", + "item.create.attribute_filter.tooltip.summary": "장치의 _입력_과 _출력_을 필터 _속성_ 목록에 따라 정확하게 _조정_합니다.", + "item.create.attribute_filter.tooltip.condition1": "필터 슬롯에 있을 때", + "item.create.attribute_filter.tooltip.behaviour1": "필터 _설정_에 따라 아이템 흐름을 _조정_합니다.", + "item.create.attribute_filter.tooltip.condition2": "우클릭", + "item.create.attribute_filter.tooltip.behaviour2": "_설정_ _창_을 엽니다.", "block.create.cocoa_log.tooltip": "COCOA LOG", "block.create.cocoa_log.tooltip.summary": "코코아 콩 _자동화_를 더 쉽게 해줄 정글 나무 원목입니다.", "block.create.cocoa_log.tooltip.condition1": "성장했을 때", "block.create.cocoa_log.tooltip.behaviour1": "모든 면에 코코아 콩을 생성합니다.", - "item.create.empty_blueprint.tooltip": "EMPTY SCHEMATIC", - "item.create.empty_blueprint.tooltip.summary": "조합 재료로 쓰이거나 청사진 테이블에서 청사진을 불러올 때 쓰입니다.", + "item.create.empty_schematic.tooltip": "EMPTY SCHEMATIC", + "item.create.empty_schematic.tooltip.summary": "조합 재료로 쓰이거나 청사진 테이블에서 청사진을 불러올 때 쓰입니다.", - "item.create.blueprint.tooltip": "SCHEMATIC", - "item.create.blueprint.tooltip.summary": "세계에 구조물을 홀로그램으로 불러와 지정하고 설치합니다. 지정된 홀로그램은 청사진 대포의 작업 영역이 됩니다.", - "item.create.blueprint.tooltip.condition1": "들고 있을 떄", - "item.create.blueprint.tooltip.behaviour1": "UI의 도구로 변경/설치 할 수 있습니다.", - "item.create.blueprint.tooltip.control1": "웅크린 상태에서 우클릭", - "item.create.blueprint.tooltip.action1": "정확한 _좌표_ 입력을 위한 창을 엽니다.", + "item.create.schematic.tooltip": "SCHEMATIC", + "item.create.schematic.tooltip.summary": "세계에 구조물을 홀로그램으로 불러와 지정하고 설치합니다. 지정된 홀로그램은 청사진 대포의 작업 영역이 됩니다.", + "item.create.schematic.tooltip.condition1": "들고 있을 떄", + "item.create.schematic.tooltip.behaviour1": "UI의 도구로 변경/설치 할 수 있습니다.", + "item.create.schematic.tooltip.control1": "웅크린 상태에서 우클릭", + "item.create.schematic.tooltip.action1": "정확한 _좌표_ 입력을 위한 창을 엽니다.", - "item.create.blueprint_and_quill.tooltip": "SCHEMATIC AND QUILL", - "item.create.blueprint_and_quill.tooltip.summary": "세계에 있는 구조물을 .nbt 파일로 저장할 때 쓰입니다.", - "item.create.blueprint_and_quill.tooltip.condition1": "1단계", - "item.create.blueprint_and_quill.tooltip.behaviour1": "두 모서리를 우클릭으로 선택하세요.", - "item.create.blueprint_and_quill.tooltip.condition2": "2단계", - "item.create.blueprint_and_quill.tooltip.behaviour2": "면을 바라보고 _Ctrl-스크롤_하여 크기를 조정하세요. 우클릭을 다시 하면 저장됩니다.", - "item.create.blueprint_and_quill.tooltip.control1": "우클릭", - "item.create.blueprint_and_quill.tooltip.action1": "모서리 선택 / 저장 확인", - "item.create.blueprint_and_quill.tooltip.control2": "Ctrl를 누르고 있을 때", - "item.create.blueprint_and_quill.tooltip.action2": "_Scroll_를 이용하여 거리를 조정합니다.", - "item.create.blueprint_and_quill.tooltip.control3": "웅크린 상태에서 우클릭", - "item.create.blueprint_and_quill.tooltip.action3": "선택 영역을 리셋하고 _삭제_합니다.", + "item.create.schematic_and_quill.tooltip": "SCHEMATIC AND QUILL", + "item.create.schematic_and_quill.tooltip.summary": "세계에 있는 구조물을 .nbt 파일로 저장할 때 쓰입니다.", + "item.create.schematic_and_quill.tooltip.condition1": "1단계", + "item.create.schematic_and_quill.tooltip.behaviour1": "두 모서리를 우클릭으로 선택하세요.", + "item.create.schematic_and_quill.tooltip.condition2": "2단계", + "item.create.schematic_and_quill.tooltip.behaviour2": "면을 바라보고 _Ctrl-스크롤_하여 크기를 조정하세요. 우클릭을 다시 하면 저장됩니다.", + "item.create.schematic_and_quill.tooltip.control1": "우클릭", + "item.create.schematic_and_quill.tooltip.action1": "모서리 선택 / 저장 확인", + "item.create.schematic_and_quill.tooltip.control2": "Ctrl를 누르고 있을 때", + "item.create.schematic_and_quill.tooltip.action2": "_Scroll_를 이용하여 거리를 조정합니다.", + "item.create.schematic_and_quill.tooltip.control3": "웅크린 상태에서 우클릭", + "item.create.schematic_and_quill.tooltip.action3": "선택 영역을 리셋하고 _삭제_합니다.", "block.create.creative_crate.tooltip": "CREATIVE CRATE", "block.create.creative_crate.tooltip.summary": "옆 _청사진 대포_에 _무한한_ 재료를 공급합니다.", @@ -936,10 +936,10 @@ "block.create.sticky_mechanical_piston.tooltip.condition1": "회전될 때", "block.create.sticky_mechanical_piston.tooltip.behaviour1": "붙어있는 구조물을 움직이기 시작합니다. 속도와 방향은 들어오는 회전 속도와 방향에 따라 달라집니다.", - "block.create.piston_pole.tooltip": "PISTON POLE", - "block.create.piston_pole.tooltip.summary": "기계식 피스톤의 _사거리_를 늘려줍니다.", - "block.create.piston_pole.tooltip.condition1": "기계식 피스톤에 연결했을 때", - "block.create.piston_pole.tooltip.behaviour1": "피스톤의 사거리를 한 블럭 늘립니다.", + "block.create.piston_extension_pole.tooltip": "PISTON POLE", + "block.create.piston_extension_pole.tooltip.summary": "기계식 피스톤의 _사거리_를 늘려줍니다.", + "block.create.piston_extension_pole.tooltip.condition1": "기계식 피스톤에 연결했을 때", + "block.create.piston_extension_pole.tooltip.behaviour1": "피스톤의 사거리를 한 블럭 늘립니다.", "block.create.mechanical_bearing.tooltip": "MECHANICAL BEARING", "block.create.mechanical_bearing.tooltip.summary": "큰 구조물을 _회전_시키거나 _바람으로부터_ 회전력을 얻습니다.", @@ -970,74 +970,74 @@ "block.create.rope_pulley.tooltip.condition1": "회전될 때", "block.create.rope_pulley.tooltip.behaviour1": "연결된 구조물을 움직이기 시작합니다. 속도와 방향은 들어오는 회전 속도, 방향에 따라 다릅니다.", - "block.create.translation_chassis.tooltip": "TRANSLATION CHASSIS", - "block.create.translation_chassis.tooltip.summary": "연결된 구조물의 이동을 위한 베이스 블럭입니다.", - "block.create.translation_chassis.tooltip.condition1": "움직일 때", - "block.create.translation_chassis.tooltip.behaviour1": "섀시의 _기둥_ _방향_으로 붙어있는 모든 블럭들을 같은 방향으로 옮깁니다. 블럭들은 섀시가 끈끈할 때만 당겨집니다 ([Ctrl]를 누르세요).", - "block.create.translation_chassis.tooltip.condition2": "렌치로 조정할 때", - "block.create.translation_chassis.tooltip.behaviour2": "대상 섀시의 사거리를 조정합니다. 또는 CTRL을 눌러 인접한 모든 섀시의 사거리를 조정합니다.", - "block.create.translation_chassis.tooltip.control1": "슬라임 볼로 우클릭", - "block.create.translation_chassis.tooltip.action1": "대상 면을 끈끈하게 만듭니다. 당겨질 때, 섀시는 연결된 _모든_ _블럭_을 움직이는 방향에 상관없이 당깁니다.", + "block.create.linear_chassis.tooltip": "TRANSLATION CHASSIS", + "block.create.linear_chassis.tooltip.summary": "연결된 구조물의 이동을 위한 베이스 블럭입니다.", + "block.create.linear_chassis.tooltip.condition1": "움직일 때", + "block.create.linear_chassis.tooltip.behaviour1": "섀시의 _기둥_ _방향_으로 붙어있는 모든 블럭들을 같은 방향으로 옮깁니다. 블럭들은 섀시가 끈끈할 때만 당겨집니다 ([Ctrl]를 누르세요).", + "block.create.linear_chassis.tooltip.condition2": "렌치로 조정할 때", + "block.create.linear_chassis.tooltip.behaviour2": "대상 섀시의 사거리를 조정합니다. 또는 CTRL을 눌러 인접한 모든 섀시의 사거리를 조정합니다.", + "block.create.linear_chassis.tooltip.control1": "슬라임 볼로 우클릭", + "block.create.linear_chassis.tooltip.action1": "대상 면을 끈끈하게 만듭니다. 당겨질 때, 섀시는 연결된 _모든_ _블럭_을 움직이는 방향에 상관없이 당깁니다.", - "block.create.rotation_chassis.tooltip": "ROTATION CHASSIS", - "block.create.rotation_chassis.tooltip.summary": "연결된 구조물의 이동을 위한 베이스 블럭입니다.", - "block.create.rotation_chassis.tooltip.condition1": "움직일 때", - "block.create.rotation_chassis.tooltip.behaviour1": "섀시의 _원_ _방향_으로 붙어있는 모든 블럭들을 같은 방향으로 옮깁니다. 블럭들이 섀시가 끈끈한 면에 붙어있을 때만 움직입니다 ([Ctrl]를 누르세요).", - "block.create.rotation_chassis.tooltip.condition2": "렌치로 조정할 때", - "block.create.rotation_chassis.tooltip.behaviour2": "대상 섀시의 사거리를 조정합니다. 또는 CTRL을 눌러 인접한 모든 섀시의 사거리를 조정합니다.", - "block.create.rotation_chassis.tooltip.control1": "슬라임 볼로 우클릭", - "block.create.rotation_chassis.tooltip.action1": "대상 면을 끈끈하게 만듭니다. 당겨질 때, 끈끈한 면에 붙은 _모든_ _블럭_을 움직이게 합니다", + "block.create.radial_chassis.tooltip": "ROTATION CHASSIS", + "block.create.radial_chassis.tooltip.summary": "연결된 구조물의 이동을 위한 베이스 블럭입니다.", + "block.create.radial_chassis.tooltip.condition1": "움직일 때", + "block.create.radial_chassis.tooltip.behaviour1": "섀시의 _원_ _방향_으로 붙어있는 모든 블럭들을 같은 방향으로 옮깁니다. 블럭들이 섀시가 끈끈한 면에 붙어있을 때만 움직입니다 ([Ctrl]를 누르세요).", + "block.create.radial_chassis.tooltip.condition2": "렌치로 조정할 때", + "block.create.radial_chassis.tooltip.behaviour2": "대상 섀시의 사거리를 조정합니다. 또는 CTRL을 눌러 인접한 모든 섀시의 사거리를 조정합니다.", + "block.create.radial_chassis.tooltip.control1": "슬라임 볼로 우클릭", + "block.create.radial_chassis.tooltip.action1": "대상 면을 끈끈하게 만듭니다. 당겨질 때, 끈끈한 면에 붙은 _모든_ _블럭_을 움직이게 합니다", - "block.create.drill.tooltip": "MECHANICAL DRILL", - "block.create.drill.tooltip.summary": "블럭을 _파괴하는_ 데 적합한 장치입니다. 베어링이나 기계식 피스톤으로 움직여집니다.", - "block.create.drill.tooltip.condition1": "회전될 때", - "block.create.drill.tooltip.behaviour1": "고정되어 블럭을 부숩니다. 또한 해당영역의 엔티티에게 피해를 줍니다.", - "block.create.drill.tooltip.condition2": "움직일 때", - "block.create.drill.tooltip.behaviour2": "드릴이 부딫히는 모든 블럭을 부숩니다.", + "block.create.mechanical_drill.tooltip": "MECHANICAL mechanical_drill", + "block.create.mechanical_drill.tooltip.summary": "블럭을 _파괴하는_ 데 적합한 장치입니다. 베어링이나 기계식 피스톤으로 움직여집니다.", + "block.create.mechanical_drill.tooltip.condition1": "회전될 때", + "block.create.mechanical_drill.tooltip.behaviour1": "고정되어 블럭을 부숩니다. 또한 해당영역의 엔티티에게 피해를 줍니다.", + "block.create.mechanical_drill.tooltip.condition2": "움직일 때", + "block.create.mechanical_drill.tooltip.behaviour2": "드릴이 부딫히는 모든 블럭을 부숩니다.", - "block.create.harvester.tooltip": "MECHANICAL HARVESTER", - "block.create.harvester.tooltip.summary": "중간 크기의 작물 자동화에 적합한 _작물_ _수확기_입니다. 베어링이나 기계식 피스톤으로 움직여집니다.", - "block.create.harvester.tooltip.condition1": "움직일 때", - "block.create.harvester.tooltip.behaviour1": "칼날에 닿는 모두 자란 작물을 수확하고 최초 성장 상태로 변경합니다.", + "block.create.mechanical_harvester.tooltip": "MECHANICAL mechanical_harvester", + "block.create.mechanical_harvester.tooltip.summary": "중간 크기의 작물 자동화에 적합한 _작물_ _수확기_입니다. 베어링이나 기계식 피스톤으로 움직여집니다.", + "block.create.mechanical_harvester.tooltip.condition1": "움직일 때", + "block.create.mechanical_harvester.tooltip.behaviour1": "칼날에 닿는 모두 자란 작물을 수확하고 최초 성장 상태로 변경합니다.", - "block.create.saw.tooltip": "MECHANICAL SAW", - "block.create.saw.tooltip.summary": "효율적인 _벌목_과 블럭을 _제재_하는데 적합합니다. 베어링이나 기계식 피스톤으로 움직여집니다.", - "block.create.saw.tooltip.condition1": "위를 바라볼 때", - "block.create.saw.tooltip.behaviour1": "_제재_와 _석재_ _절단_ 조합법을 떨어진/투입된 아이템에 적용합니다. 결과물이 여러 종류고 필터가 적용이 되지 않았다면, 결과물은 _목록_ _순서_대로 배출됩니다.", - "block.create.saw.tooltip.condition2": "옆을 바라볼 때", - "block.create.saw.tooltip.behaviour2": "앞에 있는 원목을 자릅니다. 나무의 원목이라면, 나무가 쓰러지면서 아이템을 떨굽니다.", - "block.create.saw.tooltip.condition3": "움직일 때", - "block.create.saw.tooltip.behaviour3": "톱이 만나는 모든 나무를 벱니다.", + "block.create.mechanical_saw.tooltip": "MECHANICAL mechanical_saw", + "block.create.mechanical_saw.tooltip.summary": "효율적인 _벌목_과 블럭을 _제재_하는데 적합합니다. 베어링이나 기계식 피스톤으로 움직여집니다.", + "block.create.mechanical_saw.tooltip.condition1": "위를 바라볼 때", + "block.create.mechanical_saw.tooltip.behaviour1": "_제재_와 _석재_ _절단_ 조합법을 떨어진/투입된 아이템에 적용합니다. 결과물이 여러 종류고 필터가 적용이 되지 않았다면, 결과물은 _목록_ _순서_대로 배출됩니다.", + "block.create.mechanical_saw.tooltip.condition2": "옆을 바라볼 때", + "block.create.mechanical_saw.tooltip.behaviour2": "앞에 있는 원목을 자릅니다. 나무의 원목이라면, 나무가 쓰러지면서 아이템을 떨굽니다.", + "block.create.mechanical_saw.tooltip.condition3": "움직일 때", + "block.create.mechanical_saw.tooltip.behaviour3": "톱이 만나는 모든 나무를 벱니다.", - "block.create.stockswitch.tooltip": "STOCKSWITCH", - "block.create.stockswitch.tooltip.summary": "붙어있는 _저장소_에 _여유_ _공간_을 기반으로 레드스톤 신호를 보냅니다.", - "block.create.stockswitch.tooltip.condition1": "_최소_ _경계_보다 낮을 경우", - "block.create.stockswitch.tooltip.behaviour1": "레드스톤 신호를 보내지 않습니다.", - "block.create.stockswitch.tooltip.condition2": "_최초_ _경계_보다 높을 경우", - "block.create.stockswitch.tooltip.behaviour2": "최소 경계에 다시 도달할 때까지 레드스톤 신호를 보냅니다.", - "block.create.stockswitch.tooltip.control1": "우클릭했을 때", - "block.create.stockswitch.tooltip.action1": "설정 창을 엽니다.", + "block.create.stockpile_switch.tooltip": "stockpile_switch", + "block.create.stockpile_switch.tooltip.summary": "붙어있는 _저장소_에 _여유_ _공간_을 기반으로 레드스톤 신호를 보냅니다.", + "block.create.stockpile_switch.tooltip.condition1": "_최소_ _경계_보다 낮을 경우", + "block.create.stockpile_switch.tooltip.behaviour1": "레드스톤 신호를 보내지 않습니다.", + "block.create.stockpile_switch.tooltip.condition2": "_최초_ _경계_보다 높을 경우", + "block.create.stockpile_switch.tooltip.behaviour2": "최소 경계에 다시 도달할 때까지 레드스톤 신호를 보냅니다.", + "block.create.stockpile_switch.tooltip.control1": "우클릭했을 때", + "block.create.stockpile_switch.tooltip.action1": "설정 창을 엽니다.", - "block.create.redstone_bridge.tooltip": "REDSTONE LINK", - "block.create.redstone_bridge.tooltip.summary": "_무선_ 레드스톤 단말기입니다. 아무 아이템으로 두 개의 _주파수_를 설정할 수 있습니다. 통신거리는 제한되어 있지만, 그래도 충분히 넓습니다.", - "block.create.redstone_bridge.tooltip.condition1": "신호를 줄 때", - "block.create.redstone_bridge.tooltip.behaviour1": "같은 주파주의 다른 단말기에서 레드스톤 신호를 받습니다.", - "block.create.redstone_bridge.tooltip.control1": "아이템을 들고 우클릭", - "block.create.redstone_bridge.tooltip.action1": "그 아이템으로 주파수를 설정합니다. 주파수는 최대 두가지 아이템 조합으로 이룰 수 있습니다.", - "block.create.redstone_bridge.tooltip.control2": "웅크린 상태에서 우클릭", - "block.create.redstone_bridge.tooltip.action2": "수신/발신 모드로 바꿉니다.", + "block.create.redstone_link.tooltip": "REDSTONE LINK", + "block.create.redstone_link.tooltip.summary": "_무선_ 레드스톤 단말기입니다. 아무 아이템으로 두 개의 _주파수_를 설정할 수 있습니다. 통신거리는 제한되어 있지만, 그래도 충분히 넓습니다.", + "block.create.redstone_link.tooltip.condition1": "신호를 줄 때", + "block.create.redstone_link.tooltip.behaviour1": "같은 주파주의 다른 단말기에서 레드스톤 신호를 받습니다.", + "block.create.redstone_link.tooltip.control1": "아이템을 들고 우클릭", + "block.create.redstone_link.tooltip.action1": "그 아이템으로 주파수를 설정합니다. 주파수는 최대 두가지 아이템 조합으로 이룰 수 있습니다.", + "block.create.redstone_link.tooltip.control2": "웅크린 상태에서 우클릭", + "block.create.redstone_link.tooltip.action2": "수신/발신 모드로 바꿉니다.", - "block.create.contact.tooltip": "REDSTONE CONTACT", - "block.create.contact.tooltip.summary": "_한_ _쌍_이 _서로_ _바라보고_ 있을 때 레드스톤 신호를 보냅니다. 베어링이나 기계식 피스톤으로 움직여집니다.", - "block.create.contact.tooltip.condition1": "다른 동형 감지기를 맞댈 때", - "block.create.contact.tooltip.behaviour1": "레드스톤 신호를 보냅니다.", - "block.create.contact.tooltip.condition2": "움직일 때", - "block.create.contact.tooltip.behaviour2": "지나가는 모든 고정된 동형 감지기를 작동시킵니다.", + "block.create.redstone_contact.tooltip": "REDSTONE redstone_contact", + "block.create.redstone_contact.tooltip.summary": "_한_ _쌍_이 _서로_ _바라보고_ 있을 때 레드스톤 신호를 보냅니다. 베어링이나 기계식 피스톤으로 움직여집니다.", + "block.create.redstone_contact.tooltip.condition1": "다른 동형 감지기를 맞댈 때", + "block.create.redstone_contact.tooltip.behaviour1": "레드스톤 신호를 보냅니다.", + "block.create.redstone_contact.tooltip.condition2": "움직일 때", + "block.create.redstone_contact.tooltip.behaviour2": "지나가는 모든 고정된 동형 감지기를 작동시킵니다.", - "block.create.flexcrate.tooltip": "ADJUSTABLE CRATE", - "block.create.flexcrate.tooltip.summary": "이 저장소는 용량을 _직접_ _정할_ 수 있습니다. 아무아이템이나 최대 16스택씩 담을 수 있습니다. 레드스톤 비교기와 호환됩니다.", - "block.create.flexcrate.tooltip.control1": "우클릭 했을 때", - "block.create.flexcrate.tooltip.action1": "창을 엽니다.", + "block.create.adjustable_crate.tooltip": "ADJUSTABLE CRATE", + "block.create.adjustable_crate.tooltip.summary": "이 저장소는 용량을 _직접_ _정할_ 수 있습니다. 아무아이템이나 최대 16스택씩 담을 수 있습니다. 레드스톤 비교기와 호환됩니다.", + "block.create.adjustable_crate.tooltip.control1": "우클릭 했을 때", + "block.create.adjustable_crate.tooltip.action1": "창을 엽니다.", "block.create.extractor.tooltip": "EXTRACTOR", "block.create.extractor.tooltip.summary": "_연결된_ _인벤토리_로부터 아이템을 꺼내 땅에 떨어뜨립니다. 공간이 비지 않았다면 아이템을 떨어뜨리지 않습니다. 개수/필터를 설정 가능합니다.", @@ -1082,10 +1082,10 @@ "block.create.linked_transposer.tooltip.control2": "아이템을 들고 주파수 슬롯을 우클릭", "block.create.linked_transposer.tooltip.action2": "그 아이템으로 주파수를 설정합니다. _같은_ _주파수_의 레드스톤 링크가 신호를 보낸다면, 트랜스포저는 멈출 것입니다.", - "block.create.belt_funnel.tooltip": "FUNNEL", - "block.create.belt_funnel.tooltip.summary": "들어오는 아이템을 가능하면 _연결된_ _인벤토리_에 넣습니다. _벨트_ _위_의 아이템도 끌어올 수 있습니다.", - "block.create.belt_funnel.tooltip.condition1": "움직이는 벨트위에 있을 때", - "block.create.belt_funnel.tooltip.behaviour1": "_벨트_의 _중간_, _끝부분_에서 아이템을 끌어올 수 있습니다. 중간에 설치된 깔때기가 _정체_되었을 땐, 벨트가 _멈춥니다_.", + "block.create.funnel.tooltip": "FUNNEL", + "block.create.funnel.tooltip.summary": "들어오는 아이템을 가능하면 _연결된_ _인벤토리_에 넣습니다. _벨트_ _위_의 아이템도 끌어올 수 있습니다.", + "block.create.funnel.tooltip.condition1": "움직이는 벨트위에 있을 때", + "block.create.funnel.tooltip.behaviour1": "_벨트_의 _중간_, _끝부분_에서 아이템을 끌어올 수 있습니다. 중간에 설치된 깔때기가 _정체_되었을 땐, 벨트가 _멈춥니다_.", "block.create.belt_tunnel.tooltip": "BELT TUNNEL", "block.create.belt_tunnel.tooltip.summary": "벽을 통과하는 컨베이어 벨트를 _꾸미는_ 옵션 중 하나입니다. 벨트는 _황동_ _케이스_가 장착되어 있어야합니다. 터널은 다른 벨트 라인의 터널과 _동기화_되어 모든 터널이 _같은_ _타이밍_에 아이템을 들어오게 만들 수 있습니다. [Ctrl를 누르세요]", @@ -1099,44 +1099,44 @@ "block.create.brass_casing.tooltip.condition1": "컨베이어 벨트에 사용할 때", "block.create.brass_casing.tooltip.behaviour1": "벨트 밑 부분에 황동 케이스를 씌웁니다. 이 상태에선 _벨트_ _터널_, _추출기_, _깔대기_, _트랜스포저_를 벨트 _측면_, _바닥면_에 연결할 수 있습니다.", - "block.create.entity_detector.tooltip": "BELT OBSERVER", - "block.create.entity_detector.tooltip.summary": "컨베이어 벨트위를 _지나가는_ _엔티티_나 _아이템_을 감지합니다. 렌치를 이용해 _감지시_ _행동_을 바꿉니다. 필터를 설정할 수 있습니다.", - "block.create.entity_detector.tooltip.condition1": "감지 모드", - "block.create.entity_detector.tooltip.behaviour1": "감지기 앞에 아이템이 _지나가는_ _동안_ 레드스톤 신호를 줍니다.", - "block.create.entity_detector.tooltip.condition2": "펄스 모드", - "block.create.entity_detector.tooltip.behaviour2": "감지기 앞에 아이템이 _지나갈_ _때_ 레드스톤 신호를 _1틱_ 줍니다.", - "block.create.entity_detector.tooltip.condition3": "사출 모드", - "block.create.entity_detector.tooltip.behaviour3": "옆으로 아이템을 _밀어냅니다_. 벨트나 밀어내는 공간이 _정체_되어 있다면, 아이템은 감지기 앞에서 _멈춥니다_.", - "block.create.entity_detector.tooltip.condition4": "분리 모드", - "block.create.entity_detector.tooltip.behaviour4": "아이템의 _수_를 _반으로_ _나누어_ 반은 벨트 옆으로 내보냅니다.", + "block.create.belt_observer.tooltip": "BELT OBSERVER", + "block.create.belt_observer.tooltip.summary": "컨베이어 벨트위를 _지나가는_ _엔티티_나 _아이템_을 감지합니다. 렌치를 이용해 _감지시_ _행동_을 바꿉니다. 필터를 설정할 수 있습니다.", + "block.create.belt_observer.tooltip.condition1": "감지 모드", + "block.create.belt_observer.tooltip.behaviour1": "감지기 앞에 아이템이 _지나가는_ _동안_ 레드스톤 신호를 줍니다.", + "block.create.belt_observer.tooltip.condition2": "펄스 모드", + "block.create.belt_observer.tooltip.behaviour2": "감지기 앞에 아이템이 _지나갈_ _때_ 레드스톤 신호를 _1틱_ 줍니다.", + "block.create.belt_observer.tooltip.condition3": "사출 모드", + "block.create.belt_observer.tooltip.behaviour3": "옆으로 아이템을 _밀어냅니다_. 벨트나 밀어내는 공간이 _정체_되어 있다면, 아이템은 감지기 앞에서 _멈춥니다_.", + "block.create.belt_observer.tooltip.condition4": "분리 모드", + "block.create.belt_observer.tooltip.behaviour4": "아이템의 _수_를 _반으로_ _나누어_ 반은 벨트 옆으로 내보냅니다.", "block.create.pulse_repeater.tooltip": "PULSE REPEATER", "block.create.pulse_repeater.tooltip.summary": "_1틱_의 레드스톤 신호를 보내는 간단한 리피터입니다.", - "block.create.flexpeater.tooltip": "FLEX REPEATER", - "block.create.flexpeater.tooltip.summary": "최대 30분까지 _딜레이_를 설정할 수 있는 업그레이드된 _레드스톤_ _리피터_입니다.", + "block.create.adjustable_repeater.tooltip": "FLEX REPEATER", + "block.create.adjustable_repeater.tooltip.summary": "최대 30분까지 _딜레이_를 설정할 수 있는 업그레이드된 _레드스톤_ _리피터_입니다.", - "block.create.flexpulsepeater.tooltip": "FLEX PULSE REPEATER", - "block.create.flexpulsepeater.tooltip.summary": "최대 30분까지 _딜레이_를 설정할 수 있는 _펄스_ _리피터_입니다.", + "block.create.adjustable_pulse_repeater.tooltip": "FLEX PULSE REPEATER", + "block.create.adjustable_pulse_repeater.tooltip.summary": "최대 30분까지 _딜레이_를 설정할 수 있는 _펄스_ _리피터_입니다.", "block.create.analog_lever.tooltip": "ANALOG LEVER", "block.create.analog_lever.tooltip.summary": "레드스톤 _신호_ _세기_를 자세히 _조정_할 수 있는 레버입니다.", - "block.create.toggle_latch.tooltip": "POWERED TOGGLE LATCH", - "block.create.toggle_latch.tooltip.summary": "레드스톤 신호로 끄고 켤 수 있는 _레버_입니다.", + "block.create.powered_toggle_latch.tooltip": "POWERED TOGGLE LATCH", + "block.create.powered_toggle_latch.tooltip.summary": "레드스톤 신호로 끄고 켤 수 있는 _레버_입니다.", - "block.create.redstone_latch.tooltip": "POWERED LATCH", - "block.create.redstone_latch.tooltip.summary": "레드스톤 신호로 컨트롤 할 수 있는 _레버_입니다. 후면에서 들어오는 신호는 레버를 키고, 측면에서 들어오는 신호는 레버를 초기화합니다.", + "block.create.powered_latch.tooltip": "POWERED LATCH", + "block.create.powered_latch.tooltip.summary": "레드스톤 신호로 컨트롤 할 수 있는 _레버_입니다. 후면에서 들어오는 신호는 레버를 키고, 측면에서 들어오는 신호는 레버를 초기화합니다.", - "block.create.speed_gauge.tooltip": "SPEEDOMETER", - "block.create.speed_gauge.tooltip.summary": "연결된 장치의 _회전_ _속도_를 _계측_하고 _나타냅니다_. 레드스톤 비교기와 호환됩니다.", - "block.create.speed_gauge.tooltip.condition1": "회전될 때", - "block.create.speed_gauge.tooltip.behaviour1": "속도에 따라 색깔을 나타냅니다. _초록색_은 _느림_을, _파랑색_은 _보통_, _보라색_은 _빠른_ _속도_를 나타냅니다. 몇몇 장치들은 작동하기 위해 일정수준 이상의 속도가 필요합니다.", + "block.create.speedometer.tooltip": "SPEEDOMETER", + "block.create.speedometer.tooltip.summary": "연결된 장치의 _회전_ _속도_를 _계측_하고 _나타냅니다_. 레드스톤 비교기와 호환됩니다.", + "block.create.speedometer.tooltip.condition1": "회전될 때", + "block.create.speedometer.tooltip.behaviour1": "속도에 따라 색깔을 나타냅니다. _초록색_은 _느림_을, _파랑색_은 _보통_, _보라색_은 _빠른_ _속도_를 나타냅니다. 몇몇 장치들은 작동하기 위해 일정수준 이상의 속도가 필요합니다.", - "block.create.stress_gauge.tooltip": "STRESSOMETER", - "block.create.stress_gauge.tooltip.summary": "연결된 네트워크의 _전체_ _피로도_ _수치_를 _계측_하고 _나타냅니다_. 레드스톤 비교기와 호환됩니다.", - "block.create.stress_gauge.tooltip.condition1": "회전될 때", - "block.create.stress_gauge.tooltip.behaviour1": "피로도에 따라 색깔을 나타냅니다. _과부화된_ _네트워크_는 움직이는 것을 멈춥니다. 과부하는 네트워크에 _추가_ _피로도_ _용량_을 가진 장치를 설치하면 해결됩니다. ", + "block.create.stressometer.tooltip": "STRESSOMETER", + "block.create.stressometer.tooltip.summary": "연결된 네트워크의 _전체_ _피로도_ _수치_를 _계측_하고 _나타냅니다_. 레드스톤 비교기와 호환됩니다.", + "block.create.stressometer.tooltip.condition1": "회전될 때", + "block.create.stressometer.tooltip.behaviour1": "피로도에 따라 색깔을 나타냅니다. _과부화된_ _네트워크_는 움직이는 것을 멈춥니다. 과부하는 네트워크에 _추가_ _피로도_ _용량_을 가진 장치를 설치하면 해결됩니다. ", "tool.create.sand_paper.tooltip": "SAND PAPER", "tool.create.sand_paper.tooltip.summary": "재료를 _사포질_ 하기위한 거친 종이입니다. 배포기를 통해 자동으로 쓰일 수 있습니다.", @@ -1149,8 +1149,8 @@ "item.create.shadow_steel.tooltip": "SHADOW STEEL", "item.create.shadow_steel.tooltip.summary": "_공허_에서 제련된 색채 혼합물입니다.", - "item.create.slot_cover.tooltip": "SLOT COVER", - "item.create.slot_cover.tooltip.summary": "기계 조합기에서 _빈_ _슬롯_을 표시하기 위해 쓰입니다. 조합기들은 정사각형 모양을 형성할 필요는 없습니다. 재료가 서로 대각선인 조합법이있을 때 유용합니다.", + "item.create.crafter_slot_cover.tooltip": "SLOT COVER", + "item.create.crafter_slot_cover.tooltip.summary": "기계 조합기에서 _빈_ _슬롯_을 표시하기 위해 쓰입니다. 조합기들은 정사각형 모양을 형성할 필요는 없습니다. 재료가 서로 대각선인 조합법이있을 때 유용합니다.", "tool.create.shadow_steel.tooltip": "SHADOW STEEL TOOLS", "tool.create.shadow_steel.tooltip.summary": "블럭, 엔티티에서 나오는 아이템을 _없애버리는_ 빠르고 강력한 도구입니다. _약탈_ 마법부여에 따라 몬스터은 _더_ _많은_ _경험치_를 줍니다.", diff --git a/src/main/resources/assets/create/lang/nl_nl.json b/src/main/resources/assets/create/lang/nl_nl.json index dfb4d2ba7..d5d8c298e 100644 --- a/src/main/resources/assets/create/lang/nl_nl.json +++ b/src/main/resources/assets/create/lang/nl_nl.json @@ -2,17 +2,17 @@ "_comment": "-------------------------] GAME ELEMENTS [------------------------------------------------", - "item.create.symmetry_wand": "Symmetrie Staf", - "item.create.placement_handgun": "Blokzapper", + "item.create.wand_of_symmetry": "Symmetrie Staf", + "item.create.handheld_blockzapper": "Blokzapper", "item.create.tree_fertilizer": "Boom mest", - "item.create.empty_blueprint": "Lege bouwtekening", + "item.create.empty_schematic": "Lege bouwtekening", "item.create.andesite_alloy_cube": "Andesiet Legering", "item.create.blaze_brass_cube": "Blaze Brons", "item.create.chorus_chrome_cube": "Chorus Chroom", "item.create.chromatic_compound_cube": "Chromatische Verbinding", "item.create.shadow_steel_cube": "Schaduw Staal", - "item.create.blueprint_and_quill": "Bouwtekening en Veer", - "item.create.blueprint": "Bouwtekening", + "item.create.schematic_and_quill": "Bouwtekening en Veer", + "item.create.schematic": "Bouwtekening", "item.create.belt_connector": "Mechanische Transportband", "item.create.goggles": "Ingenieur's Bril", "item.create.filter": "Filter", @@ -74,36 +74,36 @@ "block.create.motor": "Motor", "block.create.belt": "Mechanische Transportband", "block.create.crushing_wheel": "Verpulveraar", - "block.create.drill": "Mechanische Boor", - "block.create.harvester": "Mechanische Oogster", - "block.create.saw": "Mechanische Zaag", + "block.create.mechanical_drill": "Mechanische Boor", + "block.create.mechanical_harvester": "Mechanische Oogster", + "block.create.mechanical_saw": "Mechanische Zaag", "block.create.water_wheel": "Waterrad", "block.create.mechanical_press": "Mechanische Pers", "block.create.mechanical_mixer": "Mechanische Menger", "block.create.basin": "Bekken", "block.create.mechanical_crafter": "Mechanische Werkbank", - "block.create.speed_gauge": "Snelheidsmeter", - "block.create.stress_gauge": "Stressmeter", + "block.create.speedometer": "Snelheidsmeter", + "block.create.stressometer": "Stressmeter", "block.create.cart_assembler": "Kar Assembler", "block.create.sticky_mechanical_piston": "Mechanische Zuiger", "block.create.mechanical_piston": "Mechanische Kleefzuiger", "block.create.mechanical_piston_head": "Mechanische Zuigerhoofd", - "block.create.piston_pole": "Zuiger Verlengpaal", + "block.create.piston_extension_pole": "Zuiger Verlengpaal", "block.create.mechanical_bearing": "Mechanische Lager", - "block.create.translation_chassis": "Lineaar Frame", - "block.create.rotation_chassis": "Rotation Frame", + "block.create.linear_chassis": "Lineaar Frame", + "block.create.radial_chassis": "Rotation Frame", - "block.create.contact": "Redstone Contact", - "block.create.redstone_bridge": "Redstone Brug", - "block.create.stockswitch": "Voorraad Schakelaar", - "block.create.flexcrate": "FlexKrat", + "block.create.redstone_contact": "Redstone redstone_contact", + "block.create.redstone_link": "Redstone Brug", + "block.create.stockpile_switch": "Voorraad Schakelaar", + "block.create.adjustable_crate": "FlexKrat", "block.create.extractor": "Extractor", - "block.create.belt_funnel": "Transportband Trechter", + "block.create.funnel": "Transportband Trechter", "block.create.linked_extractor": "Gelinkte Extractor", "block.create.pulse_repeater": "Pulse Versterker", - "block.create.flexpeater": "FlexSterker", - "block.create.entity_detector": "Transportband Observeerder", + "block.create.adjustable_repeater": "FlexSterker", + "block.create.belt_observer": "Transportband Observeerder", "block.create.logistical_casing": "Logistiek Omhulsel", "block.create.logistical_controller": "Logistieke Controller", "block.create.logistical_index": "Logistieke Inhoudsopgave", @@ -186,7 +186,7 @@ "death.attack.create.crush": "%1$s is verwerkd door verpulverende wielen", "death.attack.create.fan_fire": "%1$s is verbrand door hete lucht", "death.attack.create.fan_lava": "%1$s is verbrand door een lava ventilator", - "death.attack.create.drill": "%1$s is gespietst door een mechanische boor", + "death.attack.create.mechanical_drill": "%1$s is gespietst door een mechanische boor", "create.recipe.crushing": "Verpulveren", "create.recipe.splashing": "Bulk Wassen", @@ -198,7 +198,7 @@ "create.recipe.pressing": "Persen", "create.recipe.mixing": "Mengen", "create.recipe.packing": "Compressen", - "create.recipe.sawing": "Zagen", + "create.recipe.mechanical_sawing": "Zagen", "create.recipe.block_cutting": "Blok Zagen", "create.recipe.blockzapper_upgrade": "Blokzapper", "create.recipe.processing.chance": "%1$s%% Kans", @@ -269,16 +269,16 @@ "create.logistics.firstFrequency": "Freq. #1", "create.logistics.secondFrequency": "Freq. #2", - "create.gui.flexcrate.title": "FlexKrat", - "create.gui.flexcrate.storageSpace": "Opslagruimte", + "create.gui.adjustable_crate.title": "FlexKrat", + "create.gui.adjustable_crate.storageSpace": "Opslagruimte", - "create.gui.stockswitch.title": "Voorraad Schakelaar", - "create.gui.stockswitch.lowerLimit": "Lagere drempel", - "create.gui.stockswitch.upperLimit": "Hogere drempel", - "create.gui.stockswitch.startAt": "Start Signaal op", - "create.gui.stockswitch.startAbove": "Start Signaal boven", - "create.gui.stockswitch.stopAt": "Stop Signaal op", - "create.gui.stockswitch.stopBelow": "Stop Signaal onder", + "create.gui.stockpile_switch.title": "Voorraad Schakelaar", + "create.gui.stockpile_switch.lowerLimit": "Lagere drempel", + "create.gui.stockpile_switch.upperLimit": "Hogere drempel", + "create.gui.stockpile_switch.startAt": "Start Signaal op", + "create.gui.stockpile_switch.startAbove": "Start Signaal boven", + "create.gui.stockpile_switch.stopAt": "Stop Signaal op", + "create.gui.stockpile_switch.stopBelow": "Stop Signaal onder", "create.schematicAndQuill.dimensions": "Bouwtekening Groote: %1$sx%2$sx%3$s", "create.schematicAndQuill.firstPos": "Eerste positie ingesteld.", @@ -443,25 +443,25 @@ "item.create.example_item.tooltip.control1": "When Ctrl pressed", "item.create.example_item.tooltip.action1": "These controls are displayed.", - "item.create.symmetry_wand.tooltip": "SYMMETRIE STAF", - "item.create.symmetry_wand.tooltip.summary": "Spiegelt uw blokplaatsing perfect over de geconfigureerde vlakken.", - "item.create.symmetry_wand.tooltip.condition1": "Waneer in de Actiebalk", - "item.create.symmetry_wand.tooltip.behaviour1": "Blijft actief", - "item.create.symmetry_wand.tooltip.control1": "R-Klik op de Grond", - "item.create.symmetry_wand.tooltip.action1": "_Creëerd_ of _Beweegt_ de Spiegel", - "item.create.symmetry_wand.tooltip.control2": "R-Klik in de Lucht", - "item.create.symmetry_wand.tooltip.action2": "_Verwijderd_ de actieve Spiegel", - "item.create.symmetry_wand.tooltip.control3": "R-Klik terwijl je Sluipt", - "item.create.symmetry_wand.tooltip.action3": "Opent de _Configuratie_ _Interface_", + "item.create.wand_of_symmetry.tooltip": "SYMMETRIE STAF", + "item.create.wand_of_symmetry.tooltip.summary": "Spiegelt uw blokplaatsing perfect over de geconfigureerde vlakken.", + "item.create.wand_of_symmetry.tooltip.condition1": "Waneer in de Actiebalk", + "item.create.wand_of_symmetry.tooltip.behaviour1": "Blijft actief", + "item.create.wand_of_symmetry.tooltip.control1": "R-Klik op de Grond", + "item.create.wand_of_symmetry.tooltip.action1": "_Creëerd_ of _Beweegt_ de Spiegel", + "item.create.wand_of_symmetry.tooltip.control2": "R-Klik in de Lucht", + "item.create.wand_of_symmetry.tooltip.action2": "_Verwijderd_ de actieve Spiegel", + "item.create.wand_of_symmetry.tooltip.control3": "R-Klik terwijl je Sluipt", + "item.create.wand_of_symmetry.tooltip.action3": "Opent de _Configuratie_ _Interface_", - "item.create.placement_handgun.tooltip": "BLOKZAPPER", - "item.create.placement_handgun.tooltip.summary": "Ongebruikelijke gadget voor het plaatsen en verwissel van blokken over een afstand", - "item.create.placement_handgun.tooltip.control1": "L-Klik op een Blok", - "item.create.placement_handgun.tooltip.action1": "Zet het doelwit blok om naar het geselecteerde blok.", - "item.create.placement_handgun.tooltip.control2": "R-Klik op een Blok", - "item.create.placement_handgun.tooltip.action2": "_Plaatst_ of _Vervangt_ het doelwit blok.", - "item.create.placement_handgun.tooltip.control3": "R-Click while Sneaking", - "item.create.placement_handgun.tooltip.action3": "Opent de _Configuratie_ _Interface_", + "item.create.handheld_blockzapper.tooltip": "BLOKZAPPER", + "item.create.handheld_blockzapper.tooltip.summary": "Ongebruikelijke gadget voor het plaatsen en verwissel van blokken over een afstand", + "item.create.handheld_blockzapper.tooltip.control1": "L-Klik op een Blok", + "item.create.handheld_blockzapper.tooltip.action1": "Zet het doelwit blok om naar het geselecteerde blok.", + "item.create.handheld_blockzapper.tooltip.control2": "R-Klik op een Blok", + "item.create.handheld_blockzapper.tooltip.action2": "_Plaatst_ of _Vervangt_ het doelwit blok.", + "item.create.handheld_blockzapper.tooltip.control3": "R-Click while Sneaking", + "item.create.handheld_blockzapper.tooltip.action3": "Opent de _Configuratie_ _Interface_", "item.create.tree_fertilizer.tooltip": "BOOM MEST", "item.create.tree_fertilizer.tooltip.summary": "Een krachtige combinatie van mineralen geschikt voor de meest voorkomende typen bomen.", @@ -473,30 +473,30 @@ "block.create.cocoa_log.tooltip.condition1": "Wanneer rijp", "block.create.cocoa_log.tooltip.behaviour1": "Groeit _Cocaobonen_ aan alle kanten", - "item.create.empty_blueprint.tooltip": "LEGE BOUWTEKENING", - "item.create.empty_blueprint.tooltip.summary": "Bruikbaar als ingredient in recepten en voor het schrijven aan de _BOUWTEKENING_ _TAFEL._", + "item.create.empty_schematic.tooltip": "LEGE BOUWTEKENING", + "item.create.empty_schematic.tooltip.summary": "Bruikbaar als ingredient in recepten en voor het schrijven aan de _BOUWTEKENING_ _TAFEL._", - "item.create.blueprint.tooltip": "BOUWTEKENING", - "item.create.blueprint.tooltip.summary": "Holds a structure to be positioned and placed into the world. Position the Hologram as desired and use a _Schematicannon_ to build it.", - "item.create.blueprint.tooltip.summary": "Bevat een structuur die gepositioneerd en geplaatst van worden in de wereld. Positineer het Hologram als gewilt en gebruik een _BOUWTEKENINGKANNON_ om het te bouwen.", - "item.create.blueprint.tooltip.condition1": "Wanneer ingedrukt", - "item.create.blueprint.tooltip.behaviour1": "Kan gepositioneerd worden met de knoppen op het scherm", - "item.create.blueprint.tooltip.control1": "R-Klik terwijl je sluipt", - "item.create.blueprint.tooltip.action1": "Opent een_Interface_ voor het invullen van preciese _coordinaten._", + "item.create.schematic.tooltip": "BOUWTEKENING", + "item.create.schematic.tooltip.summary": "Holds a structure to be positioned and placed into the world. Position the Hologram as desired and use a _Schematicannon_ to build it.", + "item.create.schematic.tooltip.summary": "Bevat een structuur die gepositioneerd en geplaatst van worden in de wereld. Positineer het Hologram als gewilt en gebruik een _BOUWTEKENINGKANNON_ om het te bouwen.", + "item.create.schematic.tooltip.condition1": "Wanneer ingedrukt", + "item.create.schematic.tooltip.behaviour1": "Kan gepositioneerd worden met de knoppen op het scherm", + "item.create.schematic.tooltip.control1": "R-Klik terwijl je sluipt", + "item.create.schematic.tooltip.action1": "Opent een_Interface_ voor het invullen van preciese _coordinaten._", - "item.create.blueprint_and_quill.tooltip": "BOUWTEKENING EN VEER", - "item.create.blueprint_and_quill.tooltip.summary": "Used for saving a Structure in your world to a .nbt file.", - "item.create.blueprint_and_quill.tooltip.summary": "Bruikbaar om een contructie in je wereld op te slaan naar een .nbt bestand.", - "item.create.blueprint_and_quill.tooltip.condition1": "Stap 1", - "item.create.blueprint_and_quill.tooltip.behaviour1": "Selecteer twee hoekpunten met R-Klik", - "item.create.blueprint_and_quill.tooltip.condition2": "Stap 2", - "item.create.blueprint_and_quill.tooltip.behaviour2": "_Ctrl-Scroll_ op de zijden om de groote aan te passen. R-Klik nogmaals om op te slaan.", - "item.create.blueprint_and_quill.tooltip.control1": "R-Klik", - "item.create.blueprint_and_quill.tooltip.action1": "Selecteer een hoekpunt / opslaan bevestigen", - "item.create.blueprint_and_quill.tooltip.control2": "Ctrl Ingedrukt houden", - "item.create.blueprint_and_quill.tooltip.action2": "Selecteer punten in _de lucht._ _Scroll_ om de afstand aan te passen.", - "item.create.blueprint_and_quill.tooltip.control3": "R-Klik terwijl je sluipt", - "item.create.blueprint_and_quill.tooltip.action3": "_Resets_ en verwijderd de selectie.", + "item.create.schematic_and_quill.tooltip": "BOUWTEKENING EN VEER", + "item.create.schematic_and_quill.tooltip.summary": "Used for saving a Structure in your world to a .nbt file.", + "item.create.schematic_and_quill.tooltip.summary": "Bruikbaar om een contructie in je wereld op te slaan naar een .nbt bestand.", + "item.create.schematic_and_quill.tooltip.condition1": "Stap 1", + "item.create.schematic_and_quill.tooltip.behaviour1": "Selecteer twee hoekpunten met R-Klik", + "item.create.schematic_and_quill.tooltip.condition2": "Stap 2", + "item.create.schematic_and_quill.tooltip.behaviour2": "_Ctrl-Scroll_ op de zijden om de groote aan te passen. R-Klik nogmaals om op te slaan.", + "item.create.schematic_and_quill.tooltip.control1": "R-Klik", + "item.create.schematic_and_quill.tooltip.action1": "Selecteer een hoekpunt / opslaan bevestigen", + "item.create.schematic_and_quill.tooltip.control2": "Ctrl Ingedrukt houden", + "item.create.schematic_and_quill.tooltip.action2": "Selecteer punten in _de lucht._ _Scroll_ om de afstand aan te passen.", + "item.create.schematic_and_quill.tooltip.control3": "R-Klik terwijl je sluipt", + "item.create.schematic_and_quill.tooltip.action3": "_Resets_ en verwijderd de selectie.", "block.create.creative_crate.tooltip": "CREATIEF KRAT", "block.create.creative_crate.tooltip.summary": "Bied een eindloze vooraad blokken aan een aangeloten _Bouwtekeningkannon_", @@ -574,7 +574,7 @@ "block.create.crushing_wheel.tooltip": "VERPULVERAAR", "block.create.crushing_wheel.tooltip.summary": "Grote draaibare wielen die alles _verpulveren_ wat hun tegen houdt.", "block.create.crushing_wheel.tooltip.condition1": "Wanneer aangesloten op een andere Verpulveraar", - "block.create.crushing_wheel.tooltip.behaviour1": "Creëert een verpulverende installatie voor het verwerken van verschillende dingen. De tanden van de wielen moeten met elkaar in contact staan en beweken met _dezelfde_ _snelheid_ in _tegenovergestelde_ _richting._", + "block.create.crushing_wheel.tooltip.behaviour1": "Creëert een verpulverende installatie voor het verwerken van verschillende dingen. De tanden van de wielen moeten met elkaar in redstone_contact staan en beweken met _dezelfde_ _snelheid_ in _tegenovergestelde_ _richting._", "block.create.mechanical_press.tooltip": "MECHANISCHE PERS", "block.create.mechanical_press.tooltip.summary": "Een krachtige zuiger voor het samenpersen van objecten onder zich. Heeft een constante _Rotatiekracht_ nodig.", @@ -600,10 +600,10 @@ "block.create.sticky_mechanical_piston.tooltip.condition1": "Wanneer gedraaid", "block.create.sticky_mechanical_piston.tooltip.behaviour1": "Begint de bijgevoegde structuur te verplaatsen. Snelheid en richting correleren met de inkomende rotatiesnelheid.", - "block.create.piston_pole.tooltip": "ZUIGER VERLENGPAAL", - "block.create.piston_pole.tooltip.summary": "Gebruikt om het bereik van _MECHANISCHE_ _ZUIGERS_ te vergroten.", - "block.create.piston_pole.tooltip.condition1": "Wanneer aangesloten op een Mechanische zuiger", - "block.create.piston_pole.tooltip.behaviour1": "Verlengt het bereik van de zuigers met 1 blok", + "block.create.piston_extension_pole.tooltip": "ZUIGER VERLENGPAAL", + "block.create.piston_extension_pole.tooltip.summary": "Gebruikt om het bereik van _MECHANISCHE_ _ZUIGERS_ te vergroten.", + "block.create.piston_extension_pole.tooltip.condition1": "Wanneer aangesloten op een Mechanische zuiger", + "block.create.piston_extension_pole.tooltip.behaviour1": "Verlengt het bereik van de zuigers met 1 blok", "block.create.mechanical_bearing.tooltip": "MECHANISCHE LAGER", "block.create.mechanical_bearing.tooltip.summary": "Gebruikt voor het roteren van _grotere_ _structuren_ of het genereren van _Rotatiekracht_ uit wind.", @@ -612,62 +612,62 @@ "block.create.mechanical_bearing.tooltip.condition2": "When Powered by Redstone", "block.create.mechanical_bearing.tooltip.behaviour2": "Begint met het aanbieden van _Rotatiekracht_ uit het roteren van de bijbehorende structuur. De structuur moet geschikte _Zijl_ _Blokken_ bevatten (momenteel een wollen blok).", - "block.create.translation_chassis.tooltip": "LINEAAR FRAME", - "block.create.translation_chassis.tooltip.summary": "A configurable base for Structures moved by a _Mechanische_ _Zuiger._ These Blocks have to form the first Layer of blocks in front of the Zuiger.", - "block.create.translation_chassis.tooltip.condition1": "Wanneer bewogen door een Mechanische Zuiger", - "block.create.translation_chassis.tooltip.behaviour1": "_Beweegt_ alle _aangesloten_ _Frames_ met dezelfde oriëntatie, en daaraan bevestigde blokken. Wanneer de Zuiger wordt ingetrokken, worden blokken alleen getrokken als het framevlak _Kleverig_ (zie [Ctrl]).", - "block.create.translation_chassis.tooltip.control1": "Wanneer R-Geklikt met een slijmbal", -"block.create.translation_chassis.tooltip.action1": "Maakt het geklikte vlak _Kleverig._ Wanneer de Zuiger zich terugtrekt, zal het frame alle bevestigde blokken in zijn kolom en binnen het geconfigureerde bereik _terugtrekken._", + "block.create.linear_chassis.tooltip": "LINEAAR FRAME", + "block.create.linear_chassis.tooltip.summary": "A configurable base for Structures moved by a _Mechanische_ _Zuiger._ These Blocks have to form the first Layer of blocks in front of the Zuiger.", + "block.create.linear_chassis.tooltip.condition1": "Wanneer bewogen door een Mechanische Zuiger", + "block.create.linear_chassis.tooltip.behaviour1": "_Beweegt_ alle _aangesloten_ _Frames_ met dezelfde oriëntatie, en daaraan bevestigde blokken. Wanneer de Zuiger wordt ingetrokken, worden blokken alleen getrokken als het framevlak _Kleverig_ (zie [Ctrl]).", + "block.create.linear_chassis.tooltip.control1": "Wanneer R-Geklikt met een slijmbal", +"block.create.linear_chassis.tooltip.action1": "Maakt het geklikte vlak _Kleverig._ Wanneer de Zuiger zich terugtrekt, zal het frame alle bevestigde blokken in zijn kolom en binnen het geconfigureerde bereik _terugtrekken._", - "block.create.rotation_chassis.tooltip": "ROTATIE FRAME", - "block.create.rotation_chassis.tooltip.summary": "Vereist voor het roten van structeren met de _Mechanisch_ _Lager._ ", - "block.create.rotation_chassis.tooltip.condition1": "Wanneer gedraaid door een Lager", - "block.create.rotation_chassis.tooltip.behaviour1": "_Roteert_ alle blokken bevestigd aan _Klevende-zijden_ (zie [Ctrl]) binnen het geconfigureerde bereik rondom zichzelf. _Zendt_ de rotatie over naar verder bevestigd rotatie frame.", - "block.create.rotation_chassis.tooltip.control1": "Wanneer R-Geklikt met een slijmbal", - "block.create.rotation_chassis.tooltip.action1": "Maakt het geklikte vlak _Klevend._ Wanneer het frame roteert, worden alle blokken die aan deze zijde zijn bevestigd mee gedraaid.", + "block.create.radial_chassis.tooltip": "ROTATIE FRAME", + "block.create.radial_chassis.tooltip.summary": "Vereist voor het roten van structeren met de _Mechanisch_ _Lager._ ", + "block.create.radial_chassis.tooltip.condition1": "Wanneer gedraaid door een Lager", + "block.create.radial_chassis.tooltip.behaviour1": "_Roteert_ alle blokken bevestigd aan _Klevende-zijden_ (zie [Ctrl]) binnen het geconfigureerde bereik rondom zichzelf. _Zendt_ de rotatie over naar verder bevestigd rotatie frame.", + "block.create.radial_chassis.tooltip.control1": "Wanneer R-Geklikt met een slijmbal", + "block.create.radial_chassis.tooltip.action1": "Maakt het geklikte vlak _Klevend._ Wanneer het frame roteert, worden alle blokken die aan deze zijde zijn bevestigd mee gedraaid.", - "block.create.drill.tooltip": "MECHANISCHE BOOR", - "block.create.drill.tooltip.summary": "Een mechanisch apparaat geschikt voor het _breken_ _van_ _blokken_", - "block.create.drill.tooltip.condition1": "Wanneer gedraaid", - "block.create.drill.tooltip.behaviour1": "Acts as a _stationary_ Block Breaker. Also _hurts_ _entities_ in its effective area.", - "block.create.drill.tooltip.behaviour1": "Gedraagd zich als een stationaair blok breker. Doet ook pijn aan alle entiteiten binnen zijn bereik.", - "block.create.drill.tooltip.condition2": "Wanneer geduwt door een Mechanische Zuiger", - "block.create.drill.tooltip.behaviour2": "Breekt blokken waar de boor mee in contact komt.", + "block.create.mechanical_drill.tooltip": "MECHANISCHE BOOR", + "block.create.mechanical_drill.tooltip.summary": "Een mechanisch apparaat geschikt voor het _breken_ _van_ _blokken_", + "block.create.mechanical_drill.tooltip.condition1": "Wanneer gedraaid", + "block.create.mechanical_drill.tooltip.behaviour1": "Acts as a _stationary_ Block Breaker. Also _hurts_ _entities_ in its effective area.", + "block.create.mechanical_drill.tooltip.behaviour1": "Gedraagd zich als een stationaair blok breker. Doet ook pijn aan alle entiteiten binnen zijn bereik.", + "block.create.mechanical_drill.tooltip.condition2": "Wanneer geduwt door een Mechanische Zuiger", + "block.create.mechanical_drill.tooltip.behaviour2": "Breekt blokken waar de boor mee in redstone_contact komt.", - "block.create.harvester.tooltip": "MECHANISCHE OOGSTER", - "block.create.harvester.tooltip.summary": "Een Mechanische plantensnijder geschikt voor middelgrote gewasautomatisering", - "block.create.harvester.tooltip.condition1": "Wanneer geduwt door een Mechanische Zuiger", - "block.create.harvester.tooltip.behaviour1": "_Oogst_ alle _Rijpe_ _Planten_ dat het mes raakt aan en zet ze terug naar hun oorspronkelijke staat van groei.", + "block.create.mechanical_harvester.tooltip": "MECHANISCHE OOGSTER", + "block.create.mechanical_harvester.tooltip.summary": "Een Mechanische plantensnijder geschikt voor middelgrote gewasautomatisering", + "block.create.mechanical_harvester.tooltip.condition1": "Wanneer geduwt door een Mechanische Zuiger", + "block.create.mechanical_harvester.tooltip.behaviour1": "_Oogst_ alle _Rijpe_ _Planten_ dat het mes raakt aan en zet ze terug naar hun oorspronkelijke staat van groei.", - "block.create.stockswitch.tooltip": "VOORRAAD SCHAKELAAR", - "block.create.stockswitch.tooltip.summary": "Schakelt een Redstone signaal op basis van de _Opslagruimte_ in de aangesloten Container.", - "block.create.stockswitch.tooltip.condition1": "Wanneer onder de laagste limiet", - "block.create.stockswitch.tooltip.behaviour1": "Stopt met het aanbieden van _Redstone_ _Kracht_", - "block.create.stockswitch.tooltip.condition2": "Wanneer boven de hoogste limiet", - "block.create.stockswitch.tooltip.behaviour2": "Start met het aanbieden van _Redstone_ _Kracht_ tot de laagste limiet weer is bereikt", - "block.create.stockswitch.tooltip.control1": "Wanneer R-Geklikt", - "block.create.stockswitch.tooltip.action1": "Opent de _Configuratie_ _Interface_", + "block.create.stockpile_switch.tooltip": "VOORRAAD SCHAKELAAR", + "block.create.stockpile_switch.tooltip.summary": "Schakelt een Redstone signaal op basis van de _Opslagruimte_ in de aangesloten Container.", + "block.create.stockpile_switch.tooltip.condition1": "Wanneer onder de laagste limiet", + "block.create.stockpile_switch.tooltip.behaviour1": "Stopt met het aanbieden van _Redstone_ _Kracht_", + "block.create.stockpile_switch.tooltip.condition2": "Wanneer boven de hoogste limiet", + "block.create.stockpile_switch.tooltip.behaviour2": "Start met het aanbieden van _Redstone_ _Kracht_ tot de laagste limiet weer is bereikt", + "block.create.stockpile_switch.tooltip.control1": "Wanneer R-Geklikt", + "block.create.stockpile_switch.tooltip.action1": "Opent de _Configuratie_ _Interface_", - "block.create.redstone_bridge.tooltip": "REDSTONE BRUG", - "block.create.redstone_bridge.tooltip.summary": "Eindpunten voor _Draadloze_ _Redstone-verbindingen._ Kan met elk object _Frequencies_ worden toegewezen. Signaalbereik is beperkt, maar redelijk ver.", - "block.create.redstone_bridge.tooltip.condition1": "Wanneer aangestuurd", - "block.create.redstone_bridge.tooltip.behaviour1": "Het ontvangen van verbindingen met dezelfde frequentie levert een Redstone-signaal.", - "block.create.redstone_bridge.tooltip.control1": "Wanneer R-Geklikt met een object", - "block.create.redstone_bridge.tooltip.action1": "Stelt de _Frequentie_ in op dat object. Een totaal van _twee_ _verschillende_ _objecten_ kan in combinatie worden gebruikt voor het definiëren van een frequentie", - "block.create.redstone_bridge.tooltip.control2": "Wanneer R-Geklikt terwijl je sluipt", - "block.create.redstone_bridge.tooltip.action2": "Schakelt tussen _ontvanger_ en _zender_modus.", + "block.create.redstone_link.tooltip": "REDSTONE BRUG", + "block.create.redstone_link.tooltip.summary": "Eindpunten voor _Draadloze_ _Redstone-verbindingen._ Kan met elk object _Frequencies_ worden toegewezen. Signaalbereik is beperkt, maar redelijk ver.", + "block.create.redstone_link.tooltip.condition1": "Wanneer aangestuurd", + "block.create.redstone_link.tooltip.behaviour1": "Het ontvangen van verbindingen met dezelfde frequentie levert een Redstone-signaal.", + "block.create.redstone_link.tooltip.control1": "Wanneer R-Geklikt met een object", + "block.create.redstone_link.tooltip.action1": "Stelt de _Frequentie_ in op dat object. Een totaal van _twee_ _verschillende_ _objecten_ kan in combinatie worden gebruikt voor het definiëren van een frequentie", + "block.create.redstone_link.tooltip.control2": "Wanneer R-Geklikt terwijl je sluipt", + "block.create.redstone_link.tooltip.action2": "Schakelt tussen _ontvanger_ en _zender_modus.", - "block.create.contact.tooltip": "REDSTONE CONTACT", - "block.create.contact.tooltip.summary": "A simple device for advanced Redstone Apparaten.", - "block.create.contact.tooltip.condition1": "Wanneer gericht op een ander Contact", - "block.create.contact.tooltip.behaviour1": "Bied een _Redstone_ _Signaal_", - "block.create.contact.tooltip.condition2": "Wanneer verplaatst door een Mechanische Zuiger", - "block.create.contact.tooltip.behaviour2": "Activeert alle stationaire voorbijkomende contacten", + "block.create.redstone_contact.tooltip": "REDSTONE redstone_contact", + "block.create.redstone_contact.tooltip.summary": "A simple device for advanced Redstone Apparaten.", + "block.create.redstone_contact.tooltip.condition1": "Wanneer gericht op een ander redstone_contact", + "block.create.redstone_contact.tooltip.behaviour1": "Bied een _Redstone_ _Signaal_", + "block.create.redstone_contact.tooltip.condition2": "Wanneer verplaatst door een Mechanische Zuiger", + "block.create.redstone_contact.tooltip.behaviour2": "Activeert alle stationaire voorbijkomende redstone_contacten", - "block.create.flexcrate.tooltip": "FLEXKRAT", - "block.create.flexcrate.tooltip.summary": "Met deze _Opslag_ _Container_ kan de capaciteit handmatig worden geregeld. Het kan tot _16_ _Stapels_ van elk item bevatten", - "block.create.flexcrate.tooltip.control1": "Wanneer R-Geklikt", - "block.create.flexcrate.tooltip.action1": "Opent de _Interface_", + "block.create.adjustable_crate.tooltip": "FLEXKRAT", + "block.create.adjustable_crate.tooltip.summary": "Met deze _Opslag_ _Container_ kan de capaciteit handmatig worden geregeld. Het kan tot _16_ _Stapels_ van elk item bevatten", + "block.create.adjustable_crate.tooltip.control1": "Wanneer R-Geklikt", + "block.create.adjustable_crate.tooltip.action1": "Opent de _Interface_", "block.create.extractor.tooltip": "EXTRACTOR", "block.create.extractor.tooltip.summary": "_Haalt_ _objecten_ uit een aangesloten _inventaris_ en laat ze op de grond vallen. Laat items niet vallen totdat de ruimte is leeggemaakt. Kan een item-stapel worden toegewezen als een _filter._", @@ -685,31 +685,31 @@ "block.create.linked_extractor.tooltip.control2": "R-Klik op Frequency Plek", "block.create.linked_extractor.tooltip.action2": "Wijst momenteel _vastgehouden_ _object_ toe als onderdeel van de geluisterde frequentie. Wanneer een zendende _Redstone_ _Brug_ van dezelfde frequentie wordt ingeschakeld, pauzeert deze Extractor.", - "block.create.belt_funnel.tooltip": "TRANSPORTBAND TRECHTER", - "block.create.belt_funnel.tooltip.summary": "Verzamelt inkomende items op een _Mechanische_ _Transportband_ en plaatst deze indien mogelijk in de bijgevoegde _Inventaris._ Moet zich direct op een transportband bevinden, met de opening tegenover de bewegingsrichting van de transportband. Het inventaris moet op dezelfde hoogte zijn als de trechter.", + "block.create.funnel.tooltip": "TRANSPORTBAND TRECHTER", + "block.create.funnel.tooltip.summary": "Verzamelt inkomende items op een _Mechanische_ _Transportband_ en plaatst deze indien mogelijk in de bijgevoegde _Inventaris._ Moet zich direct op een transportband bevinden, met de opening tegenover de bewegingsrichting van de transportband. Het inventaris moet op dezelfde hoogte zijn als de trechter.", - "block.create.entity_detector.tooltip": "TRANSPORTBAND OBSERVEERDER", - "block.create.entity_detector.tooltip.summary": "Detecteert passerende items op een _Mechanische_ _Transportband_ ervoor. Werkt goed met een _Zuiger_ bovenop, waardoor bepaalde items worden verwijderd.", - "block.create.entity_detector.tooltip.condition1": "Wanneer een object overeenkomt met Filter", - "block.create.entity_detector.tooltip.behaviour1": "Biedt een korte _Redstone_ _pulse_ aan alle kanten. Een leeg filter komt overeen met alle passerende objecten.", - "block.create.entity_detector.tooltip.control1": "R-Klik op Filter Plek", - "block.create.entity_detector.tooltip.action1": "Wijst momenteel _vastgehouden_ _stapel_ toe als de _Filter._ Observeerder zal alleen reageren op dit type object.", + "block.create.belt_observer.tooltip": "TRANSPORTBAND OBSERVEERDER", + "block.create.belt_observer.tooltip.summary": "Detecteert passerende items op een _Mechanische_ _Transportband_ ervoor. Werkt goed met een _Zuiger_ bovenop, waardoor bepaalde items worden verwijderd.", + "block.create.belt_observer.tooltip.condition1": "Wanneer een object overeenkomt met Filter", + "block.create.belt_observer.tooltip.behaviour1": "Biedt een korte _Redstone_ _pulse_ aan alle kanten. Een leeg filter komt overeen met alle passerende objecten.", + "block.create.belt_observer.tooltip.control1": "R-Klik op Filter Plek", + "block.create.belt_observer.tooltip.action1": "Wijst momenteel _vastgehouden_ _stapel_ toe als de _Filter._ Observeerder zal alleen reageren op dit type object.", "block.create.pulse_repeater.tooltip": "PULSE VERSTERKER", "block.create.pulse_repeater.tooltip.summary": "Een eenvoudig circuit voor het knippen van passerende redstone-signalen tot een lengte van _1_ _tick._", - "block.create.flexpeater.tooltip": "FLEXSTERKER", - "block.create.flexpeater.tooltip.summary": "Een geavanceerde _Redstone_ _Verserker_ met een _configurable_ _Delay_ tot 30 minuten.", + "block.create.adjustable_repeater.tooltip": "FLEXSTERKER", + "block.create.adjustable_repeater.tooltip.summary": "Een geavanceerde _Redstone_ _Verserker_ met een _configurable_ _Delay_ tot 30 minuten.", - "block.create.speed_gauge.tooltip": "SNELHEIDSMETER", - "block.create.speed_gauge.tooltip.summary": "Meet en toont de _Rotatiesnelheid_ van gekoppelde kinetische componenten.", - "block.create.speed_gauge.tooltip.condition1": "Wanneer gedraaid", - "block.create.speed_gauge.tooltip.behaviour1": "Geeft een kleur aan die overeenkomt met het snelheidsniveau. _Groen_ geeft een trage, _Blauw_ gematigde en _Paars_ een snelle rotatie aan. Sommige Mechanische componenten vereisen voldoende snelheid om goed te werken.", + "block.create.speedometer.tooltip": "SNELHEIDSMETER", + "block.create.speedometer.tooltip.summary": "Meet en toont de _Rotatiesnelheid_ van gekoppelde kinetische componenten.", + "block.create.speedometer.tooltip.condition1": "Wanneer gedraaid", + "block.create.speedometer.tooltip.behaviour1": "Geeft een kleur aan die overeenkomt met het snelheidsniveau. _Groen_ geeft een trage, _Blauw_ gematigde en _Paars_ een snelle rotatie aan. Sommige Mechanische componenten vereisen voldoende snelheid om goed te werken.", - "block.create.stress_gauge.tooltip": "STRESSMETER", - "block.create.stress_gauge.tooltip.summary": "Meet en toont de _algemene_ _stress_ van het bijgevoegde kinetische netwerk.", - "block.create.stress_gauge.tooltip.condition1": "Wanneer gedraaid", - "block.create.stress_gauge.tooltip.behaviour1": "Geeft een kleur aan die overeenkomt met het stressniveau. _Overbelaste_ _netwerken_ zullen niet meer bewegen. Stress kan worden verlicht door meer _Rotatie_ _bronnen_ toe te voegen aan het netwerk.", + "block.create.stressometer.tooltip": "STRESSMETER", + "block.create.stressometer.tooltip.summary": "Meet en toont de _algemene_ _stress_ van het bijgevoegde kinetische netwerk.", + "block.create.stressometer.tooltip.condition1": "Wanneer gedraaid", + "block.create.stressometer.tooltip.behaviour1": "Geeft een kleur aan die overeenkomt met het stressniveau. _Overbelaste_ _netwerken_ zullen niet meer bewegen. Stress kan worden verlicht door meer _Rotatie_ _bronnen_ toe te voegen aan het netwerk.", "item.create.logistical_controller_calculation.tooltip": "WIP", "item.create.logistical_controller_request.tooltip": "WIP", diff --git a/src/main/resources/assets/create/lang/pt_br.json b/src/main/resources/assets/create/lang/pt_br.json index e653e8d55..aaee8b32c 100644 --- a/src/main/resources/assets/create/lang/pt_br.json +++ b/src/main/resources/assets/create/lang/pt_br.json @@ -2,17 +2,17 @@ "_comment": "-------------------------] GAME ELEMENTS [------------------------------------------------", - "item.create.symmetry_wand": "Varinha de Simetria", - "item.create.placement_handgun": "Blockzapper Portátil", + "item.create.wand_of_symmetry": "Varinha de Simetria", + "item.create.handheld_blockzapper": "Blockzapper Portátil", "item.create.tree_fertilizer": "Fertilizante de Árvore", - "item.create.empty_blueprint": "Esquema vazio", + "item.create.empty_schematic": "Esquema vazio", "item.create.andesite_alloy_cube": "Liga de Andesite", "item.create.blaze_brass_cube": "Latão de Blaze", "item.create.chorus_chrome_cube": "Coro Cromada", "item.create.chromatic_compound_cube": "Composto Cromático", "item.create.shadow_steel_cube": "Aço Sombrio", - "item.create.blueprint_and_quill": "Esquema e pena", - "item.create.blueprint": "Esquema", + "item.create.schematic_and_quill": "Esquema e pena", + "item.create.schematic": "Esquema", "item.create.belt_connector": "Esteira Mecânica", "item.create.filter": "Filtro", "item.create.rose_quartz": "Quartzo Rosa", @@ -51,8 +51,8 @@ "block.create.motor": "Motor", "block.create.belt": "Esteira Mecânica", "block.create.crushing_wheel": "Roda de Moer", - "block.create.drill": "Furadeira Mecânica", - "block.create.harvester": "Coletor Mecânico", + "block.create.mechanical_drill": "Furadeira Mecânica", + "block.create.mechanical_harvester": "Coletor Mecânico", "block.create.water_wheel": "Roda de Água", "block.create.belt_support": "Suporte da Esteira", "block.create.mechanical_press": "Prensa Mecânico", @@ -60,21 +60,21 @@ "block.create.sticky_mechanical_piston": "Pistão Mecânico Grudento", "block.create.mechanical_piston": "Pistão Mecânico", "block.create.mechanical_piston_head": "Cabeça do Pistão Mecânico", - "block.create.piston_pole": "Vara de Extensão do Pistão", + "block.create.piston_extension_pole": "Vara de Extensão do Pistão", "block.create.mechanical_bearing": "Rolamento Mecânico", - "block.create.translation_chassis": "Chassis de Translado", - "block.create.rotation_chassis": "Chassis de Rotação", + "block.create.linear_chassis": "Chassis de Translado", + "block.create.radial_chassis": "Chassis de Rotação", - "block.create.contact": "Contato de Redstone", - "block.create.redstone_bridge": "Conexão de Redstone", - "block.create.stockswitch": "Disjuntor de Armazenamento", - "block.create.flexcrate": "FlexCrate", + "block.create.redstone_contact": "Contato de Redstone", + "block.create.redstone_link": "Conexão de Redstone", + "block.create.stockpile_switch": "Disjuntor de Armazenamento", + "block.create.adjustable_crate": "adjustable_crate", "block.create.extractor": "Extrator", - "block.create.belt_funnel": "Funil de Esteira", + "block.create.funnel": "Funil de Esteira", "block.create.linked_extractor": "Extrator Conectado", "block.create.pulse_repeater": "Repetidor de Pulso", - "block.create.flexpeater": "Repetidor Flex", - "block.create.entity_detector": "Observador de Esteira", + "block.create.adjustable_repeater": "Repetidor Flex", + "block.create.belt_observer": "Observador de Esteira", "block.create.tiled_glass": "Vidro Entalhado", "block.create.tiled_glass_pane": "Vidraça Entalhada", @@ -148,7 +148,7 @@ "death.attack.create.crush": "%1$s foi processado pelas Rodas de Moer", "death.attack.create.fan_fire": "%1$s foi queimado por ar quente", "death.attack.create.fan_lava": "%1$s foi queimado pelo ventilador de lava", - "death.attack.create.drill": "%1$s foi empalado pela Furadeira Mecânica", + "death.attack.create.mechanical_drill": "%1$s foi empalado pela Furadeira Mecânica", "create.recipe.crushing": "Moendo", "create.recipe.splashing": "Lavando em Massa", @@ -226,16 +226,16 @@ "create.logistics.firstFrequência": "Freq. #1", "create.logistics.secondFrequência": "Freq. #2", - "create.gui.flexcrate.title": "FlexCrate", - "create.gui.flexcrate.storageSpace": "Espaço de Armazenamento", + "create.gui.adjustable_crate.title": "adjustable_crate", + "create.gui.adjustable_crate.storageSpace": "Espaço de Armazenamento", - "create.gui.stockswitch.title": "Disjuntor de Armazenamento", - "create.gui.stockswitch.lowerLimit": "Limite Mínimo", - "create.gui.stockswitch.upperLimit": "Limite Máximo", - "create.gui.stockswitch.startAt": "Iniciar Sinal em", - "create.gui.stockswitch.startAbove": "Iniciar Sinal acima de", - "create.gui.stockswitch.stopAt": "Parar Sinal em", - "create.gui.stockswitch.stopBelow": "Parar Sinal abaixo de", + "create.gui.stockpile_switch.title": "Disjuntor de Armazenamento", + "create.gui.stockpile_switch.lowerLimit": "Limite Mínimo", + "create.gui.stockpile_switch.upperLimit": "Limite Máximo", + "create.gui.stockpile_switch.startAt": "Iniciar Sinal em", + "create.gui.stockpile_switch.startAbove": "Iniciar Sinal acima de", + "create.gui.stockpile_switch.stopAt": "Parar Sinal em", + "create.gui.stockpile_switch.stopBelow": "Parar Sinal abaixo de", "create.schematicAndQuill.dimensions": "Tamanho Esquema: %1$sx%2$sx%3$s", "create.schematicAndQuill.firstPos": "Primeira posição feita.", @@ -356,25 +356,25 @@ "item.create.example_item.tooltip.control1": "Quando Ctrl pressed", "item.create.example_item.tooltip.action1": "These controls are displayed.", - "item.create.symmetry_wand.tooltip": "VARINHA DE SIMETRIA", - "item.create.symmetry_wand.tooltip.summary": "Espelhar perfeitamente a colocação de blocos nos planos configurados.", - "item.create.symmetry_wand.tooltip.condition1": "Quando na Hotbar", - "item.create.symmetry_wand.tooltip.behaviour1": "Mantem-se Ativo", - "item.create.symmetry_wand.tooltip.control1": "B-Direito no Chão", - "item.create.symmetry_wand.tooltip.action1": "_Cria_ ou _Move_ o Espelho", - "item.create.symmetry_wand.tooltip.control2": "B-Direito no Ar", - "item.create.symmetry_wand.tooltip.action2": "_Remove_ o Espelho ativo", - "item.create.symmetry_wand.tooltip.control3": "B-Direito enquanto Abaixado", - "item.create.symmetry_wand.tooltip.action3": "Abre _Interface_ de _Configuração_", + "item.create.wand_of_symmetry.tooltip": "VARINHA DE SIMETRIA", + "item.create.wand_of_symmetry.tooltip.summary": "Espelhar perfeitamente a colocação de blocos nos planos configurados.", + "item.create.wand_of_symmetry.tooltip.condition1": "Quando na Hotbar", + "item.create.wand_of_symmetry.tooltip.behaviour1": "Mantem-se Ativo", + "item.create.wand_of_symmetry.tooltip.control1": "B-Direito no Chão", + "item.create.wand_of_symmetry.tooltip.action1": "_Cria_ ou _Move_ o Espelho", + "item.create.wand_of_symmetry.tooltip.control2": "B-Direito no Ar", + "item.create.wand_of_symmetry.tooltip.action2": "_Remove_ o Espelho ativo", + "item.create.wand_of_symmetry.tooltip.control3": "B-Direito enquanto Abaixado", + "item.create.wand_of_symmetry.tooltip.action3": "Abre _Interface_ de _Configuração_", - "item.create.placement_handgun.tooltip": "BLOCKZAPPER", - "item.create.placement_handgun.tooltip.summary": "Gadget imaginário para colocar ou substituir blocos a distância.", - "item.create.placement_handgun.tooltip.control1": "B-Esquerdo no Bloco", - "item.create.placement_handgun.tooltip.action1": "Define os blocos colocados pela ferramenta no bloco de destino.", - "item.create.placement_handgun.tooltip.control2": "B-Direito em Bloco", - "item.create.placement_handgun.tooltip.action2": "_Coloca_ ou _Substitui_ o bloco alvo.", - "item.create.placement_handgun.tooltip.control3": "B-Direito equando Abaixado", - "item.create.placement_handgun.tooltip.action3": "Abre _Interface_ de _Configuração_", + "item.create.handheld_blockzapper.tooltip": "BLOCKZAPPER", + "item.create.handheld_blockzapper.tooltip.summary": "Gadget imaginário para colocar ou substituir blocos a distância.", + "item.create.handheld_blockzapper.tooltip.control1": "B-Esquerdo no Bloco", + "item.create.handheld_blockzapper.tooltip.action1": "Define os blocos colocados pela ferramenta no bloco de destino.", + "item.create.handheld_blockzapper.tooltip.control2": "B-Direito em Bloco", + "item.create.handheld_blockzapper.tooltip.action2": "_Coloca_ ou _Substitui_ o bloco alvo.", + "item.create.handheld_blockzapper.tooltip.control3": "B-Direito equando Abaixado", + "item.create.handheld_blockzapper.tooltip.action3": "Abre _Interface_ de _Configuração_", "item.create.tree_fertilizer.tooltip": "FERTILIZANTE DE ARVORE", "item.create.tree_fertilizer.tooltip.summary": "Uma combinação poderosa de minerais para tipos comuns de arvores", @@ -386,28 +386,28 @@ "block.create.cocoa_log.tooltip.condition1": "Quando madura", "block.create.cocoa_log.tooltip.behaviour1": "Cresce _Vagens_ _de_ _Cacau_ em todos os lados", - "item.create.empty_blueprint.tooltip": "ESQUEMA VAZIO", - "item.create.empty_blueprint.tooltip.summary": "Usado como ingrediente em receitas e para escrever na _Mesa_ _de_ _Esquematizar_", + "item.create.empty_schematic.tooltip": "ESQUEMA VAZIO", + "item.create.empty_schematic.tooltip.summary": "Usado como ingrediente em receitas e para escrever na _Mesa_ _de_ _Esquematizar_", - "item.create.blueprint.tooltip": "ESQUEMA", - "item.create.blueprint.tooltip.summary": "Contem uma estrutura para ser posicionada e colocada no mundo. Posicione o Holograma como desejar e use um _Esquemaannon_ para construí-lo.", - "item.create.blueprint.tooltip.condition1": "Quando Em mãos", - "item.create.blueprint.tooltip.behaviour1": "Pode ser posicionado usando as Ferramentas em Tela", - "item.create.blueprint.tooltip.control1": "B-Direito enquanto Abaixado", - "item.create.blueprint.tooltip.action1": "Abre uma _Interface_ para informar as _Coordenadas_ exatas.", + "item.create.schematic.tooltip": "ESQUEMA", + "item.create.schematic.tooltip.summary": "Contem uma estrutura para ser posicionada e colocada no mundo. Posicione o Holograma como desejar e use um _Esquemaannon_ para construí-lo.", + "item.create.schematic.tooltip.condition1": "Quando Em mãos", + "item.create.schematic.tooltip.behaviour1": "Pode ser posicionado usando as Ferramentas em Tela", + "item.create.schematic.tooltip.control1": "B-Direito enquanto Abaixado", + "item.create.schematic.tooltip.action1": "Abre uma _Interface_ para informar as _Coordenadas_ exatas.", - "item.create.blueprint_and_quill.tooltip": "ESQUEMA E PENA", - "item.create.blueprint_and_quill.tooltip.summary": "Usado para salvar uma Estrutura no mundo para um arquivo .nbt.", - "item.create.blueprint_and_quill.tooltip.condition1": "Passo 1", - "item.create.blueprint_and_quill.tooltip.behaviour1": "Selecione duas coordenadas de extremidade usando B-Direito", - "item.create.blueprint_and_quill.tooltip.condition2": "Passo 2", - "item.create.blueprint_and_quill.tooltip.behaviour2": "_Ctrl-Rolar_ nas faces para ajustar o tamanho. B-Direito de novo para Salvar.", - "item.create.blueprint_and_quill.tooltip.control1": "B-Direito", - "item.create.blueprint_and_quill.tooltip.action1": "Selecione um canto / confirmar salvamento", - "item.create.blueprint_and_quill.tooltip.control2": "Ctrl Pressionado", - "item.create.blueprint_and_quill.tooltip.action2": "Selecione pontos no _meio_ _do_ _ar_. _Rolar_ para ajustar a distância.", - "item.create.blueprint_and_quill.tooltip.control3": "B-Direito enquanto Abaixado", - "item.create.blueprint_and_quill.tooltip.action3": "_Cancela_ e remove a seleção.", + "item.create.schematic_and_quill.tooltip": "ESQUEMA E PENA", + "item.create.schematic_and_quill.tooltip.summary": "Usado para salvar uma Estrutura no mundo para um arquivo .nbt.", + "item.create.schematic_and_quill.tooltip.condition1": "Passo 1", + "item.create.schematic_and_quill.tooltip.behaviour1": "Selecione duas coordenadas de extremidade usando B-Direito", + "item.create.schematic_and_quill.tooltip.condition2": "Passo 2", + "item.create.schematic_and_quill.tooltip.behaviour2": "_Ctrl-Rolar_ nas faces para ajustar o tamanho. B-Direito de novo para Salvar.", + "item.create.schematic_and_quill.tooltip.control1": "B-Direito", + "item.create.schematic_and_quill.tooltip.action1": "Selecione um canto / confirmar salvamento", + "item.create.schematic_and_quill.tooltip.control2": "Ctrl Pressionado", + "item.create.schematic_and_quill.tooltip.action2": "Selecione pontos no _meio_ _do_ _ar_. _Rolar_ para ajustar a distância.", + "item.create.schematic_and_quill.tooltip.control3": "B-Direito enquanto Abaixado", + "item.create.schematic_and_quill.tooltip.action3": "_Cancela_ e remove a seleção.", "block.create.creative_crate.tooltip": "CRIATIVADOR ESQUEMAANNON", "block.create.creative_crate.tooltip.summary": "Provê um suprimento infinito de blocos para _Esquemaannons_ próximos", @@ -504,10 +504,10 @@ "block.create.sticky_mechanical_piston.tooltip.condition1": "Quando Rodado", "block.create.sticky_mechanical_piston.tooltip.behaviour1": "Começa a mover blocos presos na estrutura. Velocidade e direção diretamente relacionados a Velocidade Rotação de entrada.", - "block.create.piston_pole.tooltip": "VARA DE EXTENSÃO DO PISTÃO", - "block.create.piston_pole.tooltip.summary": "Aumenta o alcance de _Pistões_ _Mecânicos_", - "block.create.piston_pole.tooltip.condition1": "Quando preso a um Pistão Mecânico", - "block.create.piston_pole.tooltip.behaviour1": "Aumenta a extensão dos pistões em 1 bloco", + "block.create.piston_extension_pole.tooltip": "VARA DE EXTENSÃO DO PISTÃO", + "block.create.piston_extension_pole.tooltip.summary": "Aumenta o alcance de _Pistões_ _Mecânicos_", + "block.create.piston_extension_pole.tooltip.condition1": "Quando preso a um Pistão Mecânico", + "block.create.piston_extension_pole.tooltip.behaviour1": "Aumenta a extensão dos pistões em 1 bloco", "block.create.mechanical_bearing.tooltip": "ROLAMENTO MECÂNICO", "block.create.mechanical_bearing.tooltip.summary": "Usado para rotacionar _estruturas_ _grandes_ ou geração de _Força_ _Rotacional_ do vento.", @@ -516,61 +516,61 @@ "block.create.mechanical_bearing.tooltip.condition2": "Quando Ligado por Redstone", "block.create.mechanical_bearing.tooltip.behaviour2": "Começa a passar _Força_ _Rotacional_ das estruturas conectadas. A estrutura dele incluir _Blocos_ de _Vela_ válidos (atualmente qualquer Bloco de Lã).", - "block.create.translation_chassis.tooltip": "CHASSIS DE TRANSLADO", - "block.create.translation_chassis.tooltip.summary": "Uma base configurável para Estruturas serem movidas por um _Pistão_ _Mecânico._ Esses Blocos precisam formas uma camada de blocos na frente do Pistão.", - "block.create.translation_chassis.tooltip.condition1": "Quando movido por Pistão Mecânico", - "block.create.translation_chassis.tooltip.behaviour1": "_Move_ todos os _Chassis_ _conectados_ na mesma orientação, e Blocos conectados a frente dele. Quando o Pistão volta, blocos apenas serão puxados se a face do chassis for _Grudenta_ (Ver [Ctrl]).", - "block.create.translation_chassis.tooltip.control1": "Quando clicado com B-Direito com Gosma de Slime", - "block.create.translation_chassis.tooltip.action1": "Torna a face clicada _Grudenta._ Quando o pistão volta, o chassis irá _puxar_ _junto_ todos os Blocos conectados na sua coluna e no Alcance configurado.", + "block.create.linear_chassis.tooltip": "CHASSIS DE TRANSLADO", + "block.create.linear_chassis.tooltip.summary": "Uma base configurável para Estruturas serem movidas por um _Pistão_ _Mecânico._ Esses Blocos precisam formas uma camada de blocos na frente do Pistão.", + "block.create.linear_chassis.tooltip.condition1": "Quando movido por Pistão Mecânico", + "block.create.linear_chassis.tooltip.behaviour1": "_Move_ todos os _Chassis_ _conectados_ na mesma orientação, e Blocos conectados a frente dele. Quando o Pistão volta, blocos apenas serão puxados se a face do chassis for _Grudenta_ (Ver [Ctrl]).", + "block.create.linear_chassis.tooltip.control1": "Quando clicado com B-Direito com Gosma de Slime", + "block.create.linear_chassis.tooltip.action1": "Torna a face clicada _Grudenta._ Quando o pistão volta, o chassis irá _puxar_ _junto_ todos os Blocos conectados na sua coluna e no Alcance configurado.", - "block.create.rotation_chassis.tooltip": "CHASSIS DE ROTAÇÃO", - "block.create.rotation_chassis.tooltip.summary": "Nessário para rotacionar estruturas om um _Rolamento_ _Mecânico._ ", - "block.create.rotation_chassis.tooltip.condition1": "Quando Rotacionado por Rolamento", - "block.create.rotation_chassis.tooltip.behaviour1": "_Rotaciona_ todos os blocos conectados a lados _Grudentos_ (Veja [Ctrl]) dentro do alcance configurado no seu entorno. _Propaga_ a rotação para outros Chassis de Rotação conectados.", - "block.create.rotation_chassis.tooltip.control1": "Quando clicado com B-Direito com Goma de Slime", - "block.create.rotation_chassis.tooltip.action1": "Torna face clicada em _Grudenta._ Quando o Chassis girar, todos os blocos conectados nesse lado irão girar junto.", + "block.create.radial_chassis.tooltip": "CHASSIS DE ROTAÇÃO", + "block.create.radial_chassis.tooltip.summary": "Nessário para rotacionar estruturas om um _Rolamento_ _Mecânico._ ", + "block.create.radial_chassis.tooltip.condition1": "Quando Rotacionado por Rolamento", + "block.create.radial_chassis.tooltip.behaviour1": "_Rotaciona_ todos os blocos conectados a lados _Grudentos_ (Veja [Ctrl]) dentro do alcance configurado no seu entorno. _Propaga_ a rotação para outros Chassis de Rotação conectados.", + "block.create.radial_chassis.tooltip.control1": "Quando clicado com B-Direito com Goma de Slime", + "block.create.radial_chassis.tooltip.action1": "Torna face clicada em _Grudenta._ Quando o Chassis girar, todos os blocos conectados nesse lado irão girar junto.", - "block.create.drill.tooltip": "FURADEIRA MECÂNICA", - "block.create.drill.tooltip.summary": "Um dispositivo mecânido feito para _quebrar_ _blocos._", - "block.create.drill.tooltip.condition1": "Quando Rodado", - "block.create.drill.tooltip.behaviour1": "Atua como um Bloco Quebrador _estacionário._ Também _machuca_ _entidades_ na sua área de efeito.", - "block.create.drill.tooltip.condition2": "Quando Empurrado por Pistão Mecânico", - "block.create.drill.tooltip.behaviour2": "Quebra os Blocos na direção do avanço da broca.", + "block.create.mechanical_drill.tooltip": "FURADEIRA MECÂNICA", + "block.create.mechanical_drill.tooltip.summary": "Um dispositivo mecânido feito para _quebrar_ _blocos._", + "block.create.mechanical_drill.tooltip.condition1": "Quando Rodado", + "block.create.mechanical_drill.tooltip.behaviour1": "Atua como um Bloco Quebrador _estacionário._ Também _machuca_ _entidades_ na sua área de efeito.", + "block.create.mechanical_drill.tooltip.condition2": "Quando Empurrado por Pistão Mecânico", + "block.create.mechanical_drill.tooltip.behaviour2": "Quebra os Blocos na direção do avanço da broca.", - "block.create.harvester.tooltip": "COLETOR MECÂNICO", - "block.create.harvester.tooltip.summary": "Um cortador de plantas mecânico indicado para automação de culturas de médio porte", - "block.create.harvester.tooltip.condition1": "Quando Empurrado por Pistão Mecânico", - "block.create.harvester.tooltip.behaviour1": "_Colhe_ todas as _safra_ _madura_ que a lâmina passar sobre, e os retorna a estado de crescimento inicial.", + "block.create.mechanical_harvester.tooltip": "COLETOR MECÂNICO", + "block.create.mechanical_harvester.tooltip.summary": "Um cortador de plantas mecânico indicado para automação de culturas de médio porte", + "block.create.mechanical_harvester.tooltip.condition1": "Quando Empurrado por Pistão Mecânico", + "block.create.mechanical_harvester.tooltip.behaviour1": "_Colhe_ todas as _safra_ _madura_ que a lâmina passar sobre, e os retorna a estado de crescimento inicial.", - "block.create.stockswitch.tooltip": "DISJUNTOR DE ARMAZENAMENTO", - "block.create.stockswitch.tooltip.summary": "Alterna um sinal de Redstone com base no _Espaço_ de _Armazenamento_ do Reciente conectado.", - "block.create.stockswitch.tooltip.condition1": "Quando abaixo do Limite Mínimo", - "block.create.stockswitch.tooltip.behaviour1": "Para de enviar _Sinal_ de _Redstone_", - "block.create.stockswitch.tooltip.condition2": "Quando acima do Limite Máximo", - "block.create.stockswitch.tooltip.behaviour2": "Começa a enviar _Sinal_ de _Redstone_ até chegar no Limite Mínio novamente.", - "block.create.stockswitch.tooltip.control1": "Quando clicado com B-Direito", - "block.create.stockswitch.tooltip.action1": "Abre a _Interface_ de _Configuração_", + "block.create.stockpile_switch.tooltip": "DISJUNTOR DE ARMAZENAMENTO", + "block.create.stockpile_switch.tooltip.summary": "Alterna um sinal de Redstone com base no _Espaço_ de _Armazenamento_ do Reciente conectado.", + "block.create.stockpile_switch.tooltip.condition1": "Quando abaixo do Limite Mínimo", + "block.create.stockpile_switch.tooltip.behaviour1": "Para de enviar _Sinal_ de _Redstone_", + "block.create.stockpile_switch.tooltip.condition2": "Quando acima do Limite Máximo", + "block.create.stockpile_switch.tooltip.behaviour2": "Começa a enviar _Sinal_ de _Redstone_ até chegar no Limite Mínio novamente.", + "block.create.stockpile_switch.tooltip.control1": "Quando clicado com B-Direito", + "block.create.stockpile_switch.tooltip.action1": "Abre a _Interface_ de _Configuração_", - "block.create.redstone_bridge.tooltip": "CONEXÃO DE REDSTONE", - "block.create.redstone_bridge.tooltip.summary": "Saida para conexões _Redstone_ _Sem-Fio._ Pode ter _Frequências_ usando qualquer item. Distancia do Sinal é limitada, mas resoavelmente justa.", - "block.create.redstone_bridge.tooltip.condition1": "Quando Ligado", - "block.create.redstone_bridge.tooltip.behaviour1": "Recebendo Conexões da mesma _Frequência_ irá gerar um sinal de Redstone.", - "block.create.redstone_bridge.tooltip.control1": "Quando clicado com B-Direito com um Item", - "block.create.redstone_bridge.tooltip.action1": "Altera a _Frequência_ para aquele item. Até _dois_ _itens_ _diferentes_ podem ser combinados para definir uma Frequência.", - "block.create.redstone_bridge.tooltip.control2": "Quando clicado com B-Direito enquanto Abaixado", - "block.create.redstone_bridge.tooltip.action2": "Muda entre Modo _Receptor_ e _Transmissor_ .", + "block.create.redstone_link.tooltip": "CONEXÃO DE REDSTONE", + "block.create.redstone_link.tooltip.summary": "Saida para conexões _Redstone_ _Sem-Fio._ Pode ter _Frequências_ usando qualquer item. Distancia do Sinal é limitada, mas resoavelmente justa.", + "block.create.redstone_link.tooltip.condition1": "Quando Ligado", + "block.create.redstone_link.tooltip.behaviour1": "Recebendo Conexões da mesma _Frequência_ irá gerar um sinal de Redstone.", + "block.create.redstone_link.tooltip.control1": "Quando clicado com B-Direito com um Item", + "block.create.redstone_link.tooltip.action1": "Altera a _Frequência_ para aquele item. Até _dois_ _itens_ _diferentes_ podem ser combinados para definir uma Frequência.", + "block.create.redstone_link.tooltip.control2": "Quando clicado com B-Direito enquanto Abaixado", + "block.create.redstone_link.tooltip.action2": "Muda entre Modo _Receptor_ e _Transmissor_ .", - "block.create.contact.tooltip": "CONTATO DE REDSTONE", - "block.create.contact.tooltip.summary": "Um dispositivo simples para Mecanimos de Redstone avançados.", - "block.create.contact.tooltip.condition1": "Quando apontando para outro Contato", - "block.create.contact.tooltip.behaviour1": "Provê um _Sinal_ de _Redstone_", - "block.create.contact.tooltip.condition2": "Quando movido por Pistão Mecânico", - "block.create.contact.tooltip.behaviour2": "Ativa todos os Contatos imóveis na passagem", + "block.create.redstone_contact.tooltip": "CONTATO DE REDSTONE", + "block.create.redstone_contact.tooltip.summary": "Um dispositivo simples para Mecanimos de Redstone avançados.", + "block.create.redstone_contact.tooltip.condition1": "Quando apontando para outro Contato", + "block.create.redstone_contact.tooltip.behaviour1": "Provê um _Sinal_ de _Redstone_", + "block.create.redstone_contact.tooltip.condition2": "Quando movido por Pistão Mecânico", + "block.create.redstone_contact.tooltip.behaviour2": "Ativa todos os Contatos imóveis na passagem", - "block.create.flexcrate.tooltip": "FLEXCRATE", - "block.create.flexcrate.tooltip.summary": "Este _Recipiente_ de _Armazenamento_ permite controle Manual da sua capacidade. Pode conter até _16_ _Pilhas_ de qualquer Item", - "block.create.flexcrate.tooltip.control1": "Quando clicado com B-Direito", - "block.create.flexcrate.tooltip.action1": "Abre a _Interface_", + "block.create.adjustable_crate.tooltip": "adjustable_crate", + "block.create.adjustable_crate.tooltip.summary": "Este _Recipiente_ de _Armazenamento_ permite controle Manual da sua capacidade. Pode conter até _16_ _Pilhas_ de qualquer Item", + "block.create.adjustable_crate.tooltip.control1": "Quando clicado com B-Direito", + "block.create.adjustable_crate.tooltip.action1": "Abre a _Interface_", "block.create.extractor.tooltip": "EXTRATOR", "block.create.extractor.tooltip.summary": "_Pega_ _itens_ de um _Inventário_ conectado e os joga no chão. Não irá jogar Itens até o espaço ser limpo. Pode ser configurado como para ser um _filtro._", @@ -588,21 +588,21 @@ "block.create.linked_extractor.tooltip.control2": "B-Direito no Espaço de Frequência", "block.create.linked_extractor.tooltip.action2": "Configura a _pilha_ atualmente _presente_ como parte da Frequência a ouvir. Quando um _Conexão_ de _Redstone_ transmissor da mesma frequência é ligado, esse Extrator irá parar.", - "block.create.belt_funnel.tooltip": "FUNIL DE ESTEIRA", - "block.create.belt_funnel.tooltip.summary": "Coleta itens passando numa _Esteira_ _Mecânica_ e os insere no _Inventário_ conetado, se possível. Precisa estar diretamente _sobre_ uma Esteira, com a abertura virada contra o movimento da Esteira. O inventário precisa estar na mesma altura que o funil.", + "block.create.funnel.tooltip": "FUNIL DE ESTEIRA", + "block.create.funnel.tooltip.summary": "Coleta itens passando numa _Esteira_ _Mecânica_ e os insere no _Inventário_ conetado, se possível. Precisa estar diretamente _sobre_ uma Esteira, com a abertura virada contra o movimento da Esteira. O inventário precisa estar na mesma altura que o funil.", - "block.create.entity_detector.tooltip": "OBSERVADOR DE ESTEIRA", - "block.create.entity_detector.tooltip.summary": "Detecta os itens passando numa _Esteira_ _Mecânica_ a sua frente. Funciona bem com um _Pistão_ em cima, empurrando certos itens.", - "block.create.entity_detector.tooltip.condition1": "Quando item bate com Filtro", - "block.create.entity_detector.tooltip.behaviour1": "Provê um _Pulso_ curto de _Redstone_ para todos os lados. Um Filtro vazio considera todos os itens passando.", - "block.create.entity_detector.tooltip.control1": "B-Direito em um Espaço de Filtro", - "block.create.entity_detector.tooltip.action1": "Configura a _pilha_ atualmente _presente_ como um _Filtro._ Observador irá reagir apenas a esse tipo de item.", + "block.create.belt_observer.tooltip": "OBSERVADOR DE ESTEIRA", + "block.create.belt_observer.tooltip.summary": "Detecta os itens passando numa _Esteira_ _Mecânica_ a sua frente. Funciona bem com um _Pistão_ em cima, empurrando certos itens.", + "block.create.belt_observer.tooltip.condition1": "Quando item bate com Filtro", + "block.create.belt_observer.tooltip.behaviour1": "Provê um _Pulso_ curto de _Redstone_ para todos os lados. Um Filtro vazio considera todos os itens passando.", + "block.create.belt_observer.tooltip.control1": "B-Direito em um Espaço de Filtro", + "block.create.belt_observer.tooltip.action1": "Configura a _pilha_ atualmente _presente_ como um _Filtro._ Observador irá reagir apenas a esse tipo de item.", "block.create.pulse_repeater.tooltip": "REPETIDOR DE PULSO", "block.create.pulse_repeater.tooltip.summary": "Um circuito simples para cortar pulsos de Redstone até um comprimento de _1_ _tick._", - "block.create.flexpeater.tooltip": "REPETIDOR FLEX", - "block.create.flexpeater.tooltip.summary": "Um um _Repetidor_ de _Redstone_ avançado com um _Delay_ _configurável_ de até 30 Minutos.", + "block.create.adjustable_repeater.tooltip": "REPETIDOR FLEX", + "block.create.adjustable_repeater.tooltip.summary": "Um um _Repetidor_ de _Redstone_ avançado com um _Delay_ _configurável_ de até 30 Minutos.", "itemGroup.create": "Create" } diff --git a/src/main/resources/assets/create/lang/ru_ru.json b/src/main/resources/assets/create/lang/ru_ru.json index 19956c7ee..2f593b992 100644 --- a/src/main/resources/assets/create/lang/ru_ru.json +++ b/src/main/resources/assets/create/lang/ru_ru.json @@ -2,17 +2,17 @@ "_comment": "-------------------------] GAME ELEMENTS [------------------------------------------------", - "item.create.symmetry_wand": "Посох симметрии", - "item.create.placement_handgun": "Портативный размещатель блоков", + "item.create.wand_of_symmetry": "Посох симметрии", + "item.create.handheld_blockzapper": "Портативный размещатель блоков", "item.create.tree_fertilizer": "Удобрение для деревьев", - "item.create.empty_blueprint": "Пустая схема", + "item.create.empty_schematic": "Пустая схема", "item.create.andesite_alloy_cube": "Андезитовый сплав", "item.create.blaze_brass_cube": "Огненная латунь", "item.create.chorus_chrome_cube": "Хром хоруса", "item.create.chromatic_compound_cube": "Хроматический сплав", "item.create.shadow_steel_cube": "Теневая сталь", - "item.create.blueprint_and_quill": "Схема и перо", - "item.create.blueprint": "Схема", + "item.create.schematic_and_quill": "Схема и перо", + "item.create.schematic": "Схема", "item.create.belt_connector": "Механическая лента", "item.create.filter": "Фильтр", "item.create.rose_quartz": "Розовый Кварц", @@ -51,8 +51,8 @@ "block.create.motor": "Мотор", "block.create.belt": "Механическая лента", "block.create.crushing_wheel": "Дробильное колесо", - "block.create.drill": "Механический бур", - "block.create.harvester": "Механический комбайнер", + "block.create.mechanical_drill": "Механический бур", + "block.create.mechanical_harvester": "Механический комбайнер", "block.create.water_wheel": "Водяное колесо", "block.create.belt_support": "Ленточная опора", "block.create.mechanical_press": "Механический пресс", @@ -60,21 +60,21 @@ "block.create.sticky_mechanical_piston": "Липкий механический поршень", "block.create.mechanical_piston": "Механический поршень", "block.create.mechanical_piston_head": "Ствол механического поршня", - "block.create.piston_pole": "Удлинитель поршня", + "block.create.piston_extension_pole": "Удлинитель поршня", "block.create.mechanical_bearing": "Механический подшипник", - "block.create.translation_chassis": "Поступательная рама", - "block.create.rotation_chassis": "Поворотная рама", + "block.create.linear_chassis": "Поступательная рама", + "block.create.radial_chassis": "Поворотная рама", - "block.create.contact": "Контактное соединение", - "block.create.redstone_bridge": "Сигнальное соединение", - "block.create.stockswitch": "Коммутатор хранилища", - "block.create.flexcrate": "Гибкий ящик", + "block.create.redstone_contact": "Контактное соединение", + "block.create.redstone_link": "Сигнальное соединение", + "block.create.stockpile_switch": "Коммутатор хранилища", + "block.create.adjustable_crate": "Гибкий ящик", "block.create.extractor": "Экстрактор", - "block.create.belt_funnel": "Ленточная воронка", + "block.create.funnel": "Ленточная воронка", "block.create.linked_extractor": "Сигнальный экстрактор", "block.create.pulse_repeater": "Повторитель импульса", - "block.create.flexpeater": "Настраиваемый повторитель", - "block.create.entity_detector": "Ленточный сканер", + "block.create.adjustable_repeater": "Настраиваемый повторитель", + "block.create.belt_observer": "Ленточный сканер", "block.create.tiled_glass": "Плиточное стекло", "block.create.tiled_glass_pane": "Плиточная стеклянная панель", @@ -148,7 +148,7 @@ "death.attack.create.crush": "%1$s был переработан дробильными колёсами", "death.attack.create.fan_fire": "%1$s сгорел заживо от горячего воздуха.", "death.attack.create.fan_lava": "%1$s сгорел заживо от лавового вентилятора", - "death.attack.create.drill": "%1$s был проколот механическим буром", + "death.attack.create.mechanical_drill": "%1$s был проколот механическим буром", "create.recipe.crushing": "Дробление", "create.recipe.splashing": "Промывка вентилятором", @@ -226,16 +226,16 @@ "create.logistics.firstFrequency": "Част. #1", "create.logistics.secondFrequency": "Част. #2", - "create.gui.flexcrate.title": "Гибкий ящик", - "create.gui.flexcrate.storageSpace": "Обьём хранилища", + "create.gui.adjustable_crate.title": "Гибкий ящик", + "create.gui.adjustable_crate.storageSpace": "Обьём хранилища", - "create.gui.stockswitch.title": "Сенсор хранилища", - "create.gui.stockswitch.lowerLimit": "Нижний порог", - "create.gui.stockswitch.upperLimit": "Верхний порог", - "create.gui.stockswitch.startAt": "Включить на", - "create.gui.stockswitch.startAbove": "Включить выше", - "create.gui.stockswitch.stopAt": "Отключить на", - "create.gui.stockswitch.stopBelow": "Отключить ниже", + "create.gui.stockpile_switch.title": "Сенсор хранилища", + "create.gui.stockpile_switch.lowerLimit": "Нижний порог", + "create.gui.stockpile_switch.upperLimit": "Верхний порог", + "create.gui.stockpile_switch.startAt": "Включить на", + "create.gui.stockpile_switch.startAbove": "Включить выше", + "create.gui.stockpile_switch.stopAt": "Отключить на", + "create.gui.stockpile_switch.stopBelow": "Отключить ниже", "create.schematicAndQuill.dimensions": "Размер схемы: %1$sx%2$sx%3$s", "create.schematicAndQuill.firstPos": "Первая позиция установлена.", @@ -356,25 +356,25 @@ "item.create.example_item.tooltip.control1": "When Ctrl pressed", "item.create.example_item.tooltip.action1": "These controls are displayed.", - "item.create.symmetry_wand.tooltip": "SYMMETRY WAND", - "item.create.symmetry_wand.tooltip.summary": "Идеально отражает размещаемые блоки по настроенным плоскостям.", - "item.create.symmetry_wand.tooltip.condition1": "На панели быстрого доступа", - "item.create.symmetry_wand.tooltip.behaviour1": "Остаётся активным", - "item.create.symmetry_wand.tooltip.control1": "ПКМ на землю", - "item.create.symmetry_wand.tooltip.action1": "_Создаёт_ или _Перемещает_ зеркало", - "item.create.symmetry_wand.tooltip.control2": "ПКМ в воздух", - "item.create.symmetry_wand.tooltip.action2": "_Убирает_ зеркало", - "item.create.symmetry_wand.tooltip.control3": "ПКМ крадясь", - "item.create.symmetry_wand.tooltip.action3": "Открывает _Меню_ _настройки_", + "item.create.wand_of_symmetry.tooltip": "SYMMETRY WAND", + "item.create.wand_of_symmetry.tooltip.summary": "Идеально отражает размещаемые блоки по настроенным плоскостям.", + "item.create.wand_of_symmetry.tooltip.condition1": "На панели быстрого доступа", + "item.create.wand_of_symmetry.tooltip.behaviour1": "Остаётся активным", + "item.create.wand_of_symmetry.tooltip.control1": "ПКМ на землю", + "item.create.wand_of_symmetry.tooltip.action1": "_Создаёт_ или _Перемещает_ зеркало", + "item.create.wand_of_symmetry.tooltip.control2": "ПКМ в воздух", + "item.create.wand_of_symmetry.tooltip.action2": "_Убирает_ зеркало", + "item.create.wand_of_symmetry.tooltip.control3": "ПКМ крадясь", + "item.create.wand_of_symmetry.tooltip.action3": "Открывает _Меню_ _настройки_", - "item.create.placement_handgun.tooltip": "BLOCKZAPPER", - "item.create.placement_handgun.tooltip.summary": "Новейшее устройство для размещения или замены блоков на расстоянии.", - "item.create.placement_handgun.tooltip.control1": "ЛКМ на блок", - "item.create.placement_handgun.tooltip.action1": "Устанавливает выбранный блок как материал.", - "item.create.placement_handgun.tooltip.control2": "ПКМ на блок", - "item.create.placement_handgun.tooltip.action2": "_Размещает_ или _Замещает_ блок.", - "item.create.placement_handgun.tooltip.control3": "ПКМ крадясь", - "item.create.placement_handgun.tooltip.action3": "Открывает _Меню_ _настройки_", + "item.create.handheld_blockzapper.tooltip": "BLOCKZAPPER", + "item.create.handheld_blockzapper.tooltip.summary": "Новейшее устройство для размещения или замены блоков на расстоянии.", + "item.create.handheld_blockzapper.tooltip.control1": "ЛКМ на блок", + "item.create.handheld_blockzapper.tooltip.action1": "Устанавливает выбранный блок как материал.", + "item.create.handheld_blockzapper.tooltip.control2": "ПКМ на блок", + "item.create.handheld_blockzapper.tooltip.action2": "_Размещает_ или _Замещает_ блок.", + "item.create.handheld_blockzapper.tooltip.control3": "ПКМ крадясь", + "item.create.handheld_blockzapper.tooltip.action3": "Открывает _Меню_ _настройки_", "item.create.tree_fertilizer.tooltip": "TREE FERTILIZER", "item.create.tree_fertilizer.tooltip.summary": "Сильная смесь минералов, подходящая обычным видам деревьев.", @@ -386,28 +386,28 @@ "block.create.cocoa_log.tooltip.condition1": "Когда вырастет", "block.create.cocoa_log.tooltip.behaviour1": "Выращивает _Какао-бобы_ со всех сторон", - "item.create.empty_blueprint.tooltip": "EMPTY SCHEMATIC", - "item.create.empty_blueprint.tooltip.summary": "Используется для крафта и записи в _Столе_ _для_ _схем._", + "item.create.empty_schematic.tooltip": "EMPTY SCHEMATIC", + "item.create.empty_schematic.tooltip.summary": "Используется для крафта и записи в _Столе_ _для_ _схем._", - "item.create.blueprint.tooltip": "SCHEMATIC", - "item.create.blueprint.tooltip.summary": "Хранит структуру для размещения. Расположите голограмму и используйте _Схемопушку_ для построения голограммы.", - "item.create.blueprint.tooltip.condition1": "Когда в руке", - "item.create.blueprint.tooltip.behaviour1": "Может быть размещена с помошью инструментов на экране", - "item.create.blueprint.tooltip.control1": "ПКМ крадясь", - "item.create.blueprint.tooltip.action1": "Открывает _Меню_ для ввода точных _Координат._", + "item.create.schematic.tooltip": "SCHEMATIC", + "item.create.schematic.tooltip.summary": "Хранит структуру для размещения. Расположите голограмму и используйте _Схемопушку_ для построения голограммы.", + "item.create.schematic.tooltip.condition1": "Когда в руке", + "item.create.schematic.tooltip.behaviour1": "Может быть размещена с помошью инструментов на экране", + "item.create.schematic.tooltip.control1": "ПКМ крадясь", + "item.create.schematic.tooltip.action1": "Открывает _Меню_ для ввода точных _Координат._", - "item.create.blueprint_and_quill.tooltip": "SCHEMATIC AND QUILL", - "item.create.blueprint_and_quill.tooltip.summary": "Используется для сохранения структуры в .nbt файл.", - "item.create.blueprint_and_quill.tooltip.condition1": "Шаг 1", - "item.create.blueprint_and_quill.tooltip.behaviour1": "Выберите две точки с помощью ПКМ", - "item.create.blueprint_and_quill.tooltip.condition2": "Шаг 2", - "item.create.blueprint_and_quill.tooltip.behaviour2": "_Ctrl-КолМыши_ на сторону для изменения размера. ПКМ еще раз для сохранения.", - "item.create.blueprint_and_quill.tooltip.control1": "ПКМ", - "item.create.blueprint_and_quill.tooltip.action1": "Выбрать точку / Сохранить", - "item.create.blueprint_and_quill.tooltip.control2": "С зажатым Ctrl", - "item.create.blueprint_and_quill.tooltip.action2": "Выбрать точки в _воздухе._ _КолМыши_ для изменения расстояния.", - "item.create.blueprint_and_quill.tooltip.control3": "ПКМ крадясь", - "item.create.blueprint_and_quill.tooltip.action3": "_Сбрасывает_ и _Удаляет_ выделение.", + "item.create.schematic_and_quill.tooltip": "SCHEMATIC AND QUILL", + "item.create.schematic_and_quill.tooltip.summary": "Используется для сохранения структуры в .nbt файл.", + "item.create.schematic_and_quill.tooltip.condition1": "Шаг 1", + "item.create.schematic_and_quill.tooltip.behaviour1": "Выберите две точки с помощью ПКМ", + "item.create.schematic_and_quill.tooltip.condition2": "Шаг 2", + "item.create.schematic_and_quill.tooltip.behaviour2": "_Ctrl-КолМыши_ на сторону для изменения размера. ПКМ еще раз для сохранения.", + "item.create.schematic_and_quill.tooltip.control1": "ПКМ", + "item.create.schematic_and_quill.tooltip.action1": "Выбрать точку / Сохранить", + "item.create.schematic_and_quill.tooltip.control2": "С зажатым Ctrl", + "item.create.schematic_and_quill.tooltip.action2": "Выбрать точки в _воздухе._ _КолМыши_ для изменения расстояния.", + "item.create.schematic_and_quill.tooltip.control3": "ПКМ крадясь", + "item.create.schematic_and_quill.tooltip.action3": "_Сбрасывает_ и _Удаляет_ выделение.", "block.create.creative_crate.tooltip": "CREATIVE CRATE", "block.create.creative_crate.tooltip.summary": "Снабжает _Схемопушку_ бесконечным запасом блоков", @@ -504,10 +504,10 @@ "block.create.sticky_mechanical_piston.tooltip.condition1": "При вращении", "block.create.sticky_mechanical_piston.tooltip.behaviour1": "Начинает перемещать прикрепленную конструкцию. Скорость и направление зависят от входящего вращения.", - "block.create.piston_pole.tooltip": "PISTON POLE", - "block.create.piston_pole.tooltip.summary": "Используется для увеличения длины _Механического_ _поршня._", - "block.create.piston_pole.tooltip.condition1": "При присоеденении к механическому поршню", - "block.create.piston_pole.tooltip.behaviour1": "Увеличивает длину поршня на 1 блок", + "block.create.piston_extension_pole.tooltip": "PISTON POLE", + "block.create.piston_extension_pole.tooltip.summary": "Используется для увеличения длины _Механического_ _поршня._", + "block.create.piston_extension_pole.tooltip.condition1": "При присоеденении к механическому поршню", + "block.create.piston_extension_pole.tooltip.behaviour1": "Увеличивает длину поршня на 1 блок", "block.create.mechanical_bearing.tooltip": "MECHANICAL BEARING", "block.create.mechanical_bearing.tooltip.summary": "Используется для вращения _больших_ конструкций_ или генерации _силы_ _вращения_ с помощью ветра.", @@ -516,61 +516,61 @@ "block.create.mechanical_bearing.tooltip.condition2": "Когда запитан", "block.create.mechanical_bearing.tooltip.behaviour2": "Начинает предоставлять _силу_ _вращения_ из вращения присоединенной конструкции. Структура должна включать подходящий _парус_ (в настоящее время любой блок шерсти).", - "block.create.translation_chassis.tooltip": "TRANSLATION CHASSIS", - "block.create.translation_chassis.tooltip.summary": "Настраиваемая основа для конструкций, перемещаемых _Механическим_ _поршнем._ Эти блоки должны формировать первый слой блоков перед поршнем.", - "block.create.translation_chassis.tooltip.condition1": "При движении механическим поршнем", - "block.create.translation_chassis.tooltip.behaviour1": "_Перемещает_ все _прикрепленные_ _рамы_ с одинаковой ориентацией, и блоки перед ним. При возврате поршня в исходное положение блоки будут втягиваться, только если лицевая сторона рамы _липкая_ (см. [Ctrl]).", - "block.create.translation_chassis.tooltip.control1": "ПКМ со сгустком слизи", - "block.create.translation_chassis.tooltip.action1": "Делает выбранную сторону _липкой._ При возвращении поршня, рама будет _втягивать_ все подсоединенные блоки в своей колонне и в пределах заданного диапазона.", + "block.create.linear_chassis.tooltip": "TRANSLATION CHASSIS", + "block.create.linear_chassis.tooltip.summary": "Настраиваемая основа для конструкций, перемещаемых _Механическим_ _поршнем._ Эти блоки должны формировать первый слой блоков перед поршнем.", + "block.create.linear_chassis.tooltip.condition1": "При движении механическим поршнем", + "block.create.linear_chassis.tooltip.behaviour1": "_Перемещает_ все _прикрепленные_ _рамы_ с одинаковой ориентацией, и блоки перед ним. При возврате поршня в исходное положение блоки будут втягиваться, только если лицевая сторона рамы _липкая_ (см. [Ctrl]).", + "block.create.linear_chassis.tooltip.control1": "ПКМ со сгустком слизи", + "block.create.linear_chassis.tooltip.action1": "Делает выбранную сторону _липкой._ При возвращении поршня, рама будет _втягивать_ все подсоединенные блоки в своей колонне и в пределах заданного диапазона.", - "block.create.rotation_chassis.tooltip": "ROTATION CHASSIS", - "block.create.rotation_chassis.tooltip.summary": "Требуется для вращающихся конструкций с _Механическим_ _подшипником._", - "block.create.rotation_chassis.tooltip.condition1": "При вращении с помощью подшипника", - "block.create.rotation_chassis.tooltip.behaviour1": "_Поворачивает_ все блоки, прикрепленные к _липким_ сторонам (см. [Ctrl]) в пределах заданного диапазона вокруг себя. _Передает_ вращение на присоединенные поворотные рамы.", - "block.create.rotation_chassis.tooltip.control1": "ПКМ со сгустком слизи", - "block.create.rotation_chassis.tooltip.action1": "Делает выбранную сторону _липкой._ При вращении, все присоединенные блоки в пределах заданного диапазона будут вращаться вместе с ней.", + "block.create.radial_chassis.tooltip": "ROTATION CHASSIS", + "block.create.radial_chassis.tooltip.summary": "Требуется для вращающихся конструкций с _Механическим_ _подшипником._", + "block.create.radial_chassis.tooltip.condition1": "При вращении с помощью подшипника", + "block.create.radial_chassis.tooltip.behaviour1": "_Поворачивает_ все блоки, прикрепленные к _липким_ сторонам (см. [Ctrl]) в пределах заданного диапазона вокруг себя. _Передает_ вращение на присоединенные поворотные рамы.", + "block.create.radial_chassis.tooltip.control1": "ПКМ со сгустком слизи", + "block.create.radial_chassis.tooltip.action1": "Делает выбранную сторону _липкой._ При вращении, все присоединенные блоки в пределах заданного диапазона будут вращаться вместе с ней.", - "block.create.drill.tooltip": "MECHANICAL DRILL", - "block.create.drill.tooltip.summary": "Механическое устройство, пригодное для _разрушения_ _блоков._", - "block.create.drill.tooltip.condition1": "При вращении", - "block.create.drill.tooltip.behaviour1": "Действует как _стационарный_ разрушитель блоков. Также _наносит_ _урон_ _существам_ в рабочей области.", - "block.create.drill.tooltip.condition2": "При движении механическим поршнем", - "block.create.drill.tooltip.behaviour2": "Разрушает блоки, на которые наталкивается.", + "block.create.mechanical_drill.tooltip": "MECHANICAL mechanical_drill", + "block.create.mechanical_drill.tooltip.summary": "Механическое устройство, пригодное для _разрушения_ _блоков._", + "block.create.mechanical_drill.tooltip.condition1": "При вращении", + "block.create.mechanical_drill.tooltip.behaviour1": "Действует как _стационарный_ разрушитель блоков. Также _наносит_ _урон_ _существам_ в рабочей области.", + "block.create.mechanical_drill.tooltip.condition2": "При движении механическим поршнем", + "block.create.mechanical_drill.tooltip.behaviour2": "Разрушает блоки, на которые наталкивается.", - "block.create.harvester.tooltip": "MECHANICAL HARVESTER", - "block.create.harvester.tooltip.summary": "Механический резак для растений, подходящий для автоматизации выращивания средних растений", - "block.create.harvester.tooltip.condition1": "При движении механическим поршнем", - "block.create.harvester.tooltip.behaviour1": "_Срезает_ все _зрелые_ _посевы_ и сбрасывает их в исходное состояние роста.", + "block.create.mechanical_harvester.tooltip": "MECHANICAL mechanical_harvester", + "block.create.mechanical_harvester.tooltip.summary": "Механический резак для растений, подходящий для автоматизации выращивания средних растений", + "block.create.mechanical_harvester.tooltip.condition1": "При движении механическим поршнем", + "block.create.mechanical_harvester.tooltip.behaviour1": "_Срезает_ все _зрелые_ _посевы_ и сбрасывает их в исходное состояние роста.", - "block.create.stockswitch.tooltip": "STOCKSWITCH", - "block.create.stockswitch.tooltip.summary": "Переключение сигнала на основе _предметов_ и _объёма_ _хранилища_ в прикрепленном контейнере.", - "block.create.stockswitch.tooltip.condition1": "Когда ниже нижнего порога", - "block.create.stockswitch.tooltip.behaviour1": "Перестаёт подавать сигнал", - "block.create.stockswitch.tooltip.condition2": "Когда выше верхнего порога", - "block.create.stockswitch.tooltip.behaviour2": "Начинает подавать _сигнал_ пока не будет достигнут нижний порог", - "block.create.stockswitch.tooltip.control1": "ПКМ", - "block.create.stockswitch.tooltip.action1": "Открывает _Меню_ _настройки_", + "block.create.stockpile_switch.tooltip": "stockpile_switch", + "block.create.stockpile_switch.tooltip.summary": "Переключение сигнала на основе _предметов_ и _объёма_ _хранилища_ в прикрепленном контейнере.", + "block.create.stockpile_switch.tooltip.condition1": "Когда ниже нижнего порога", + "block.create.stockpile_switch.tooltip.behaviour1": "Перестаёт подавать сигнал", + "block.create.stockpile_switch.tooltip.condition2": "Когда выше верхнего порога", + "block.create.stockpile_switch.tooltip.behaviour2": "Начинает подавать _сигнал_ пока не будет достигнут нижний порог", + "block.create.stockpile_switch.tooltip.control1": "ПКМ", + "block.create.stockpile_switch.tooltip.action1": "Открывает _Меню_ _настройки_", - "block.create.redstone_bridge.tooltip": "REDSTONE LINK", - "block.create.redstone_bridge.tooltip.summary": "Конечные точки для _беспроводных_ соединений. Можно выбрать _частоты_ с помощью любого предмета. Диапазон сигнала ограничен, но достаточно далёк.", - "block.create.redstone_bridge.tooltip.condition1": "Когда запитан", - "block.create.redstone_bridge.tooltip.behaviour1": "Получает сигнал на той же _частоте_ и выводит его.", - "block.create.redstone_bridge.tooltip.control1": "ПКМ с предметом", - "block.create.redstone_bridge.tooltip.action1": "Устанавливает _частоту_ для этого звена. Всего для определения частоты можно использовать _2_ _предмета._", - "block.create.redstone_bridge.tooltip.control2": "ПКМ крадясь", - "block.create.redstone_bridge.tooltip.action2": "Переключение между режимами _приёма_ и _передачи._", + "block.create.redstone_link.tooltip": "REDSTONE LINK", + "block.create.redstone_link.tooltip.summary": "Конечные точки для _беспроводных_ соединений. Можно выбрать _частоты_ с помощью любого предмета. Диапазон сигнала ограничен, но достаточно далёк.", + "block.create.redstone_link.tooltip.condition1": "Когда запитан", + "block.create.redstone_link.tooltip.behaviour1": "Получает сигнал на той же _частоте_ и выводит его.", + "block.create.redstone_link.tooltip.control1": "ПКМ с предметом", + "block.create.redstone_link.tooltip.action1": "Устанавливает _частоту_ для этого звена. Всего для определения частоты можно использовать _2_ _предмета._", + "block.create.redstone_link.tooltip.control2": "ПКМ крадясь", + "block.create.redstone_link.tooltip.action2": "Переключение между режимами _приёма_ и _передачи._", - "block.create.contact.tooltip": "REDSTONE CONTACT", - "block.create.contact.tooltip.summary": "Простое устройство для продвинутых механизмов.", - "block.create.contact.tooltip.condition1": "Когда смотрит на другое контактное соединение", - "block.create.contact.tooltip.behaviour1": "Подаёт _сигнал_", - "block.create.contact.tooltip.condition2": "При движении механическим поршнем", - "block.create.contact.tooltip.behaviour2": "Включает все стационарные контактные соединения, через которые проходит.", + "block.create.redstone_contact.tooltip": "REDSTONE redstone_contact", + "block.create.redstone_contact.tooltip.summary": "Простое устройство для продвинутых механизмов.", + "block.create.redstone_contact.tooltip.condition1": "Когда смотрит на другое контактное соединение", + "block.create.redstone_contact.tooltip.behaviour1": "Подаёт _сигнал_", + "block.create.redstone_contact.tooltip.condition2": "При движении механическим поршнем", + "block.create.redstone_contact.tooltip.behaviour2": "Включает все стационарные контактные соединения, через которые проходит.", - "block.create.flexcrate.tooltip": "FLEXCRATE", - "block.create.flexcrate.tooltip.summary": "Этот _контейнер_ позволяет контролировать его емкость. Он может содержать до _16_ _стаков_ любого предмета.", - "block.create.flexcrate.tooltip.control1": "ПКМ", - "block.create.flexcrate.tooltip.action1": "Открывает _Меню_", + "block.create.adjustable_crate.tooltip": "adjustable_crate", + "block.create.adjustable_crate.tooltip.summary": "Этот _контейнер_ позволяет контролировать его емкость. Он может содержать до _16_ _стаков_ любого предмета.", + "block.create.adjustable_crate.tooltip.control1": "ПКМ", + "block.create.adjustable_crate.tooltip.action1": "Открывает _Меню_", "block.create.extractor.tooltip": "EXTRACTOR", "block.create.extractor.tooltip.summary": "_Извлекает_ _предметы_ из прилагаемого _инвентаря_ и бросает на землю. Не будет бросать предметы до тех пор, пока пространство не освободится. Может быть назначен _фильтр_ в виде стака предметов.", @@ -588,21 +588,21 @@ "block.create.linked_extractor.tooltip.control2": "ПКМ по частоте", "block.create.linked_extractor.tooltip.action2": "Устанавливает _частоту_ для этого экстрактора. При передаче сигнала с передающего _Сигнального_ _соединения_ экстрактор будет приостановлен.", - "block.create.belt_funnel.tooltip": "BELT FUNNEL", - "block.create.belt_funnel.tooltip.summary": "Собирает входящие предметы на _Механической_ _ленте_ и по возможности кладет их в прилагаемый _инвентарь._ Должен быть непосредственно _над_ лентой, с проёмом, смотрящим против направления ленты. Инвентарь должен быть на той же высоте, что и воронка.", + "block.create.funnel.tooltip": "BELT FUNNEL", + "block.create.funnel.tooltip.summary": "Собирает входящие предметы на _Механической_ _ленте_ и по возможности кладет их в прилагаемый _инвентарь._ Должен быть непосредственно _над_ лентой, с проёмом, смотрящим против направления ленты. Инвентарь должен быть на той же высоте, что и воронка.", - "block.create.entity_detector.tooltip": "BELT OBSERVER", - "block.create.entity_detector.tooltip.summary": "Сканирует предметы, проходящие по _Механической_ _ленте_ перед ним. Хорошо работает с _поршнем_ сверху, отталкивающим определенные предметы.", - "block.create.entity_detector.tooltip.condition1": "Когда предмет соответствует фильтру", - "block.create.entity_detector.tooltip.behaviour1": "Подаёт короткий _импульс_ со всех сторон. Пустой фильтр соответствует любому элементу.", - "block.create.entity_detector.tooltip.control1": "ПКМ по фильтру", - "block.create.entity_detector.tooltip.action1": "Устанавливает _предмет_ _в_ _руке_ в качестве _фильтра._ Сканер будет реагировать только на этот предмет.", + "block.create.belt_observer.tooltip": "BELT OBSERVER", + "block.create.belt_observer.tooltip.summary": "Сканирует предметы, проходящие по _Механической_ _ленте_ перед ним. Хорошо работает с _поршнем_ сверху, отталкивающим определенные предметы.", + "block.create.belt_observer.tooltip.condition1": "Когда предмет соответствует фильтру", + "block.create.belt_observer.tooltip.behaviour1": "Подаёт короткий _импульс_ со всех сторон. Пустой фильтр соответствует любому элементу.", + "block.create.belt_observer.tooltip.control1": "ПКМ по фильтру", + "block.create.belt_observer.tooltip.action1": "Устанавливает _предмет_ _в_ _руке_ в качестве _фильтра._ Сканер будет реагировать только на этот предмет.", "block.create.pulse_repeater.tooltip": "PULSE REPEATER", "block.create.pulse_repeater.tooltip.summary": "Простая схема для уменьшения времени проходящего сигнала до _1_ _тика._", - "block.create.flexpeater.tooltip": "FLEX REPEATER", - "block.create.flexpeater.tooltip.summary": "Продвинутый _Повторитель_ с _настраиваемой_ _задержкой_ вплоть до 30 минут.", + "block.create.adjustable_repeater.tooltip": "FLEX REPEATER", + "block.create.adjustable_repeater.tooltip.summary": "Продвинутый _Повторитель_ с _настраиваемой_ _задержкой_ вплоть до 30 минут.", "itemGroup.create": "Create" } diff --git a/src/main/resources/assets/create/lang/zh_cn.json b/src/main/resources/assets/create/lang/zh_cn.json index edf2fddf9..b797ed7ce 100644 --- a/src/main/resources/assets/create/lang/zh_cn.json +++ b/src/main/resources/assets/create/lang/zh_cn.json @@ -2,20 +2,20 @@ "_comment": "-------------------------] GAME ELEMENTS [------------------------------------------------", - "item.create.symmetry_wand": "对称法杖", - "item.create.placement_handgun": "手持式方块放置器", - "item.create.terrain_zapper": "手持式环境塑形器", + "item.create.wand_of_symmetry": "对称法杖", + "item.create.handheld_blockzapper": "手持式方块放置器", + "item.create.handheld_worldshaper": "手持式环境塑形器", "item.create.tree_fertilizer": "树木肥料", - "item.create.empty_blueprint": "空白蓝图", + "item.create.empty_schematic": "空白蓝图", "item.create.andesite_alloy": "安山合金", "item.create.chromatic_compound": "异彩化合物", "item.create.shadow_steel": "暗影金属", - "item.create.blueprint_and_quill": "蓝图与笔", - "item.create.blueprint": "蓝图", + "item.create.schematic_and_quill": "蓝图与笔", + "item.create.schematic": "蓝图", "item.create.belt_connector": "传送带", "item.create.goggles": "工程师护目镜", "item.create.filter": "过滤器", - "item.create.property_filter": "属性过滤器", + "item.create.attribute_filter": "属性过滤器", "item.create.rose_quartz": "玫瑰石英", "item.create.polished_rose_quartz": "磨制玫瑰石英", "item.create.refined_radiance": "光辉石", @@ -26,7 +26,7 @@ "item.create.propeller": "扇叶", "item.create.whisk": "搅拌器", "item.create.brass_hand": "机械手部零件", - "item.create.slot_cover": "制造器盖板", + "item.create.crafter_slot_cover": "制造器盖板", "item.create.zinc_handle": "锌工具手柄", "item.create.flour": "小麦粉", "item.create.dough": "面团", @@ -97,11 +97,11 @@ "block.create.belt": "传送带", "block.create.millstone": "石磨", "block.create.crushing_wheel": "粉碎轮", - "block.create.drill": "动力钻头", + "block.create.mechanical_drill": "动力钻头", "block.create.portable_storage_interface": "移动式储物接口", - "block.create.harvester": "收割机", - "block.create.plough": "犁", - "block.create.saw": "切割机", + "block.create.mechanical_harvester": "收割机", + "block.create.mechanical_plough": "犁", + "block.create.mechanical_saw": "切割机", "block.create.water_wheel": "水车", "block.create.mechanical_press": "辊压机", "block.create.mechanical_mixer": "搅拌器", @@ -110,8 +110,8 @@ "block.create.mechanical_crafter": "机械制造机", "block.create.flywheel": "飞轮", "block.create.furnace_engine": "熔炉引擎", - "block.create.speed_gauge": "速度表", - "block.create.stress_gauge": "应力表", + "block.create.speedometer": "速度表", + "block.create.stressometer": "应力表", "block.create.cart_assembler": "矿车装配器", "block.create.analog_lever": "可调节推杆", "block.create.rotation_speed_controller": "旋转速度控制器", @@ -119,31 +119,31 @@ "block.create.sticky_mechanical_piston": "粘性动力活塞", "block.create.mechanical_piston": "动力活塞", "block.create.mechanical_piston_head": "动力活塞头", - "block.create.piston_pole": "活塞杆", + "block.create.piston_extension_pole": "活塞杆", "block.create.mechanical_bearing": "动力轴承", "block.create.clockwork_bearing": "时钟轴承", "block.create.rope_pulley": "绳索滑轮", "block.create.rope": "绳索", "block.create.pulley_magnet": "滑轮磁铁", - "block.create.translation_chassis": "机壳底盘", - "block.create.rotation_chassis": "旋转底盘", + "block.create.linear_chassis": "机壳底盘", + "block.create.radial_chassis": "旋转底盘", - "block.create.contact": "信号检测器", - "block.create.redstone_bridge": "无线红石信号终端", - "block.create.stockswitch": "存储检测器", - "block.create.flexcrate": "板条箱", + "block.create.redstone_contact": "信号检测器", + "block.create.redstone_link": "无线红石信号终端", + "block.create.stockpile_switch": "存储检测器", + "block.create.adjustable_crate": "板条箱", "block.create.creative_crate": "创造板条箱", "block.create.extractor": "提取器", - "block.create.belt_funnel": "传送带漏斗", + "block.create.funnel": "传送带漏斗", "block.create.linked_extractor": "无线提取器", "block.create.transposer": "传输器", "block.create.linked_transposer": "无线传输器", "block.create.pulse_repeater": "脉冲中继器", - "block.create.flexpulsepeater": "高级脉冲中继器", - "block.create.redstone_latch": "锁存器", - "block.create.toggle_latch": "T触发器", - "block.create.flexpeater": "高级中继器", - "block.create.entity_detector": "传送带侦测器", + "block.create.adjustable_pulse_repeater": "高级脉冲中继器", + "block.create.powered_latch": "锁存器", + "block.create.powered_toggle_latch": "T触发器", + "block.create.adjustable_repeater": "高级中继器", + "block.create.belt_observer": "传送带侦测器", "block.create.belt_tunnel": "传送带隧道", "block.create.sequenced_gearshift": "可编程齿轮箱", @@ -269,8 +269,8 @@ "death.attack.create.crush": "%1$s 被压扁了", "death.attack.create.fan_fire": "%1$s 试图接受热风的洗礼", "death.attack.create.fan_lava": "%1$s 在接受热风的洗礼中欲火焚身", - "death.attack.create.drill": "%1$s 的钻头是突破天际的钻头", - "death.attack.create.saw": "%1$s 被圆锯切成了两截", + "death.attack.create.mechanical_drill": "%1$s 的钻头是突破天际的钻头", + "death.attack.create.mechanical_saw": "%1$s 被圆锯切成了两截", "create.block.deployer.damage_source_name": "机械臂二五仔", "death.attack.create.cuckoo_clock_explosion": "%1$s被布谷鸟闹钟炸得粉身碎骨", @@ -285,7 +285,7 @@ "create.recipe.pressing": "金属压片", "create.recipe.mixing": "混合搅拌", "create.recipe.packing": "压块塑形", - "create.recipe.sawing": "木材切割", + "create.recipe.mechanical_sawing": "木材切割", "create.recipe.mechanical_crafting": "自动合成", "create.recipe.block_cutting": "方块切割", "create.recipe.blockzapperUpgrade": "手持式方块放置器", @@ -406,25 +406,25 @@ "create.gui.goggles.base_value": "应力基础值", "create.gui.gauge.info_header": "仪表信息:", - "create.gui.speed_gauge.title": "旋转速度", - "create.gui.stress_gauge.title": "网络应力", - "create.gui.stress_gauge.capacity": "剩余应力", - "create.gui.stress_gauge.overstressed": "超载", - "create.gui.stress_gauge.no_rotation": "无旋转", + "create.gui.speedometer.title": "旋转速度", + "create.gui.stressometer.title": "网络应力", + "create.gui.stressometer.capacity": "剩余应力", + "create.gui.stressometer.overstressed": "超载", + "create.gui.stressometer.no_rotation": "无旋转", "create.gui.contraptions.not_fast_enough": "显然 %1$s 没有足够的转速.", "create.gui.contraptions.network_overstressed": "显然装置过载,减速高应力消耗的装置或者添加更多动力", - "create.gui.flexcrate.title": "板条箱", - "create.gui.flexcrate.storageSpace": "储存空间", + "create.gui.adjustable_crate.title": "板条箱", + "create.gui.adjustable_crate.storageSpace": "储存空间", - "create.gui.stockswitch.title": "储存开关", - "create.gui.stockswitch.lowerLimit": "阈值下限", - "create.gui.stockswitch.upperLimit": "阈值上限", - "create.gui.stockswitch.startAt": "启动信号", - "create.gui.stockswitch.startAbove": "给予红石信号当容量大于", - "create.gui.stockswitch.stopAt": "停止信号", - "create.gui.stockswitch.stopBelow": "停止红石信号当容量小于", + "create.gui.stockpile_switch.title": "储存开关", + "create.gui.stockpile_switch.lowerLimit": "阈值下限", + "create.gui.stockpile_switch.upperLimit": "阈值上限", + "create.gui.stockpile_switch.startAt": "启动信号", + "create.gui.stockpile_switch.startAbove": "给予红石信号当容量大于", + "create.gui.stockpile_switch.stopAt": "停止信号", + "create.gui.stockpile_switch.stopBelow": "停止红石信号当容量小于", "create.gui.sequenced_gearshift.title": "可编程齿轮箱", "create.gui.sequenced_gearshift.instruction": "指令", @@ -644,10 +644,10 @@ "advancement.create.wrench.desc": "做出一个方便调整方块的扳手", "advancement.create.goggles": "目力工程师", "advancement.create.goggles.desc": "做出一个能看到机器动能信息的工程师护目镜", - "advancement.create.speed_gauge": "精密的速度控制", - "advancement.create.speed_gauge.desc": "放置一个速度表,并且带上工程师护目镜来读取速度数据", - "advancement.create.stress_gauge": "精密的应力控制", - "advancement.create.stress_gauge.desc": "放置一个应力表,并且带上工程师护目镜来读取应力数据", + "advancement.create.speedometer": "精密的速度控制", + "advancement.create.speedometer.desc": "放置一个速度表,并且带上工程师护目镜来读取速度数据", + "advancement.create.stressometer": "精密的应力控制", + "advancement.create.stressometer.desc": "放置一个应力表,并且带上工程师护目镜来读取应力数据", "advancement.create.water_wheel": "治水", "advancement.create.water_wheel.desc": "放置一个水车并且让它开始旋转", @@ -657,16 +657,16 @@ "advancement.create.millstone.desc": "放置一个石磨并且为其供能", "advancement.create.andesite_casing": "安山纪元", "advancement.create.andesite_casing.desc": "使用安山合金和木头来合成一个安山外壳", - "advancement.create.drill": "坚如磐石,势如破竹", - "advancement.create.drill.desc": "放置一个动力钻头并且为其供能", + "advancement.create.mechanical_drill": "坚如磐石,势如破竹", + "advancement.create.mechanical_drill.desc": "放置一个动力钻头并且为其供能", "advancement.create.press": "'Duang!'", "advancement.create.press.desc": "使用辊压机来辊压一些板子", "advancement.create.polished_rose_quartz": "粉丝钻石", "advancement.create.polished_rose_quartz.desc": "用砂纸将玫瑰石英打磨至透明", "advancement.create.electron_tube": "哔~~哔~~", "advancement.create.electron_tube.desc": "制作一个可用于合成高级机器的电子管", - "advancement.create.saw": "一刀两断", - "advancement.create.saw.desc": "放置一个切割机并且为其供能", + "advancement.create.mechanical_saw": "一刀两断", + "advancement.create.mechanical_saw.desc": "放置一个切割机并且为其供能", "advancement.create.basin": "快到碗里来", "advancement.create.basin.desc": "放置一个工作盆,并且往里面放些东西", "advancement.create.mixer": "均匀搅拌", @@ -704,8 +704,8 @@ "advancement.create.zapper.desc": "制作一个非常方便的手持方块放置器", "advancement.create.upgraded_zapper": "来自异世界的超频", "advancement.create.upgraded_zapper.desc": "制作一个完全升级的手持方块放置器", - "advancement.create.symmetry_wand": "简单的镜面几何学", - "advancement.create.symmetry_wand.desc": "制作一个对称法杖", + "advancement.create.wand_of_symmetry": "简单的镜面几何学", + "advancement.create.wand_of_symmetry.desc": "制作一个对称法杖", "advancement.create.deforester": "超时空砍伐", "advancement.create.deforester.desc": "制作一个森林毁灭者, 然后跟你后院的树林说再见吧", @@ -733,34 +733,34 @@ "item.create.example_item.tooltip.control1": "When Ctrl pressed", "item.create.example_item.tooltip.action1": "These controls are displayed.", - "item.create.symmetry_wand.tooltip": "SYMMETRY WAND", - "item.create.symmetry_wand.tooltip.summary": "完美地映射你在已配置平面上的方块放置.", - "item.create.symmetry_wand.tooltip.condition1": "当在热键栏时", - "item.create.symmetry_wand.tooltip.behaviour1": "保持活跃", - "item.create.symmetry_wand.tooltip.control1": "当右键地面时", - "item.create.symmetry_wand.tooltip.action1": "创建或移动镜子", - "item.create.symmetry_wand.tooltip.control2": "当右键空气时", - "item.create.symmetry_wand.tooltip.action2": "删除镜子", - "item.create.symmetry_wand.tooltip.control3": "当潜行右键时", - "item.create.symmetry_wand.tooltip.action3": "打开gui界面", + "item.create.wand_of_symmetry.tooltip": "SYMMETRY WAND", + "item.create.wand_of_symmetry.tooltip.summary": "完美地映射你在已配置平面上的方块放置.", + "item.create.wand_of_symmetry.tooltip.condition1": "当在热键栏时", + "item.create.wand_of_symmetry.tooltip.behaviour1": "保持活跃", + "item.create.wand_of_symmetry.tooltip.control1": "当右键地面时", + "item.create.wand_of_symmetry.tooltip.action1": "创建或移动镜子", + "item.create.wand_of_symmetry.tooltip.control2": "当右键空气时", + "item.create.wand_of_symmetry.tooltip.action2": "删除镜子", + "item.create.wand_of_symmetry.tooltip.control3": "当潜行右键时", + "item.create.wand_of_symmetry.tooltip.action3": "打开gui界面", - "item.create.placement_handgun.tooltip": "BLOCKZAPPER", - "item.create.placement_handgun.tooltip.summary": "新颖的小工具,可以远距离放置或更换方块.", - "item.create.placement_handgun.tooltip.control1": "当左键方块时", - "item.create.placement_handgun.tooltip.action1": "设定放置此方块.", - "item.create.placement_handgun.tooltip.control2": "当右键方块时", - "item.create.placement_handgun.tooltip.action2": "放置或替换目标方块.", - "item.create.placement_handgun.tooltip.control3": "当潜行右键时", - "item.create.placement_handgun.tooltip.action3": "打开gui界面", + "item.create.handheld_blockzapper.tooltip": "BLOCKZAPPER", + "item.create.handheld_blockzapper.tooltip.summary": "新颖的小工具,可以远距离放置或更换方块.", + "item.create.handheld_blockzapper.tooltip.control1": "当左键方块时", + "item.create.handheld_blockzapper.tooltip.action1": "设定放置此方块.", + "item.create.handheld_blockzapper.tooltip.control2": "当右键方块时", + "item.create.handheld_blockzapper.tooltip.action2": "放置或替换目标方块.", + "item.create.handheld_blockzapper.tooltip.control3": "当潜行右键时", + "item.create.handheld_blockzapper.tooltip.action3": "打开gui界面", - "item.create.terrain_zapper.tooltip": "HANDHELD WORLDSHAPER", - "item.create.terrain_zapper.tooltip.summary": "创造大陆和山脉的手持工具", - "item.create.terrain_zapper.tooltip.control1": "当左键方块时", - "item.create.terrain_zapper.tooltip.action1": "设定放置此方块", - "item.create.terrain_zapper.tooltip.control2": "当右键方块时", - "item.create.terrain_zapper.tooltip.action2": "放置或替换目标方块", - "item.create.terrain_zapper.tooltip.control3": "当潜行右键时", - "item.create.terrain_zapper.tooltip.action3": "打开工具的_gui界面_", + "item.create.handheld_worldshaper.tooltip": "HANDHELD WORLDSHAPER", + "item.create.handheld_worldshaper.tooltip.summary": "创造大陆和山脉的手持工具", + "item.create.handheld_worldshaper.tooltip.control1": "当左键方块时", + "item.create.handheld_worldshaper.tooltip.action1": "设定放置此方块", + "item.create.handheld_worldshaper.tooltip.control2": "当右键方块时", + "item.create.handheld_worldshaper.tooltip.action2": "放置或替换目标方块", + "item.create.handheld_worldshaper.tooltip.control3": "当潜行右键时", + "item.create.handheld_worldshaper.tooltip.action3": "打开工具的_gui界面_", "item.create.tree_fertilizer.tooltip": "TREE FERTILIZER", "item.create.tree_fertilizer.tooltip.summary": "适用于常见树木的快速肥料", @@ -777,40 +777,40 @@ "item.create.filter.tooltip.condition2": "当右键时", "item.create.filter.tooltip.behaviour2": "打开_配置面板_", - "item.create.property_filter.tooltip": "ATTRIBUTE FILTER", - "item.create.property_filter.tooltip.summary": "比起普通过滤器, 属性过滤器可以根据不同物品的属性来进行过滤", - "item.create.property_filter.tooltip.condition1": "当处于过滤器槽中", - "item.create.property_filter.tooltip.behaviour1": "根据过滤器的配置,控制物品流经过滤器", - "item.create.property_filter.tooltip.condition2": "当右键时", - "item.create.property_filter.tooltip.behaviour2": "打开_配置面板_", + "item.create.attribute_filter.tooltip": "ATTRIBUTE FILTER", + "item.create.attribute_filter.tooltip.summary": "比起普通过滤器, 属性过滤器可以根据不同物品的属性来进行过滤", + "item.create.attribute_filter.tooltip.condition1": "当处于过滤器槽中", + "item.create.attribute_filter.tooltip.behaviour1": "根据过滤器的配置,控制物品流经过滤器", + "item.create.attribute_filter.tooltip.condition2": "当右键时", + "item.create.attribute_filter.tooltip.behaviour2": "打开_配置面板_", "block.create.cocoa_log.tooltip": "COCOA LOG", "block.create.cocoa_log.tooltip.summary": "增强的可可豆丛林木,更方便实现可可豆自动化", "block.create.cocoa_log.tooltip.condition1": "成熟时", "block.create.cocoa_log.tooltip.behaviour1": "四面生长可可豆", - "item.create.empty_blueprint.tooltip": "EMPTY SCHEMATIC", - "item.create.empty_blueprint.tooltip.summary": "可作为合成材料或在蓝图桌使用", + "item.create.empty_schematic.tooltip": "EMPTY SCHEMATIC", + "item.create.empty_schematic.tooltip.summary": "可作为合成材料或在蓝图桌使用", - "item.create.blueprint.tooltip": "SCHEMATIC", - "item.create.blueprint.tooltip.summary": "可以放置在世界中的结构,根据需要放置全息图,并使用蓝图加农炮进行构建.", - "item.create.blueprint.tooltip.condition1": "当全息图存在时", - "item.create.blueprint.tooltip.behaviour1": "可以使用屏幕上的工具定位", - "item.create.blueprint.tooltip.control1": "当潜行右键时", - "item.create.blueprint.tooltip.action1": "打开一个用于输入精确坐标的界面.", + "item.create.schematic.tooltip": "SCHEMATIC", + "item.create.schematic.tooltip.summary": "可以放置在世界中的结构,根据需要放置全息图,并使用蓝图加农炮进行构建.", + "item.create.schematic.tooltip.condition1": "当全息图存在时", + "item.create.schematic.tooltip.behaviour1": "可以使用屏幕上的工具定位", + "item.create.schematic.tooltip.control1": "当潜行右键时", + "item.create.schematic.tooltip.action1": "打开一个用于输入精确坐标的界面.", - "item.create.blueprint_and_quill.tooltip": "SCHEMATIC AND QUILL", - "item.create.blueprint_and_quill.tooltip.summary": "用于将世界中的结构保存到.nbt文件.", - "item.create.blueprint_and_quill.tooltip.condition1": "第一步", - "item.create.blueprint_and_quill.tooltip.behaviour1": "手持蓝图与右键旋转两个点", - "item.create.blueprint_and_quill.tooltip.condition2": "第二步", - "item.create.blueprint_and_quill.tooltip.behaviour2": "按住Ctrl鼠标滚轮选择选区大小,右键空白处保存.", - "item.create.blueprint_and_quill.tooltip.control1": "右键", - "item.create.blueprint_and_quill.tooltip.action1": "选取点/确认保存", - "item.create.blueprint_and_quill.tooltip.control2": "按住Ctrl鼠标滚轮", - "item.create.blueprint_and_quill.tooltip.action2": "在_空中_选择点滚动以调整距离。", - "item.create.blueprint_and_quill.tooltip.control3": "当潜行右键时", - "item.create.blueprint_and_quill.tooltip.action3": "_重置_并删除选区.", + "item.create.schematic_and_quill.tooltip": "SCHEMATIC AND QUILL", + "item.create.schematic_and_quill.tooltip.summary": "用于将世界中的结构保存到.nbt文件.", + "item.create.schematic_and_quill.tooltip.condition1": "第一步", + "item.create.schematic_and_quill.tooltip.behaviour1": "手持蓝图与右键旋转两个点", + "item.create.schematic_and_quill.tooltip.condition2": "第二步", + "item.create.schematic_and_quill.tooltip.behaviour2": "按住Ctrl鼠标滚轮选择选区大小,右键空白处保存.", + "item.create.schematic_and_quill.tooltip.control1": "右键", + "item.create.schematic_and_quill.tooltip.action1": "选取点/确认保存", + "item.create.schematic_and_quill.tooltip.control2": "按住Ctrl鼠标滚轮", + "item.create.schematic_and_quill.tooltip.action2": "在_空中_选择点滚动以调整距离。", + "item.create.schematic_and_quill.tooltip.control3": "当潜行右键时", + "item.create.schematic_and_quill.tooltip.action3": "_重置_并删除选区.", "block.create.schematicannon.tooltip": "SCHEMATICANNON", "block.create.schematicannon.tooltip.summary": "发射方块以在世界中重新构建已部署的全息图,使用相邻箱子中的物品及火药作为燃料.", @@ -979,10 +979,10 @@ "block.create.sticky_mechanical_piston.tooltip.condition1": "推拉活塞时", "block.create.sticky_mechanical_piston.tooltip.behaviour1": "速度和方向与转速相关.", - "block.create.piston_pole.tooltip": "PISTON POLE", - "block.create.piston_pole.tooltip.summary": "用于增加动力活塞范围", - "block.create.piston_pole.tooltip.condition1": "当连接到动力活塞时", - "block.create.piston_pole.tooltip.behaviour1": "活塞的延伸范围将扩大", + "block.create.piston_extension_pole.tooltip": "PISTON POLE", + "block.create.piston_extension_pole.tooltip.summary": "用于增加动力活塞范围", + "block.create.piston_extension_pole.tooltip.condition1": "当连接到动力活塞时", + "block.create.piston_extension_pole.tooltip.behaviour1": "活塞的延伸范围将扩大", "block.create.mechanical_bearing.tooltip": "MECHANICAL BEARING", "block.create.mechanical_bearing.tooltip.summary": "用于建造旋转的大型风力动能结构,比如风车.", @@ -1013,79 +1013,79 @@ "block.create.rope_pulley.tooltip.condition1": "当旋转时", "block.create.rope_pulley.tooltip.behaviour1": "根据输入的旋转速度,移动链接的结构.", - "block.create.translation_chassis.tooltip": "TRANSLATION CHASSIS", - "block.create.translation_chassis.tooltip.summary": "动力活塞移动的多方块结构基础,这种方块须在活塞前面第一层放置.", - "block.create.translation_chassis.tooltip.condition1": "由动力活塞推动时", - "block.create.translation_chassis.tooltip.behaviour1": "朝相同的方向移动所有连接在一起的机壳底盘;当活塞缩回时,只拉回底盘表面设置数量的方块(详情见Ctrl).", - "block.create.translation_chassis.tooltip.condition2": "当使用扳手时", - "block.create.translation_chassis.tooltip.behaviour2": "配置连接的方块的范围.按住_Ctrl_可以同时配置相连的其他方块.", - "block.create.translation_chassis.tooltip.control1": "当用史莱姆球右键时", - "block.create.translation_chassis.tooltip.action1": "变为粘性机壳底盘.", + "block.create.linear_chassis.tooltip": "TRANSLATION CHASSIS", + "block.create.linear_chassis.tooltip.summary": "动力活塞移动的多方块结构基础,这种方块须在活塞前面第一层放置.", + "block.create.linear_chassis.tooltip.condition1": "由动力活塞推动时", + "block.create.linear_chassis.tooltip.behaviour1": "朝相同的方向移动所有连接在一起的机壳底盘;当活塞缩回时,只拉回底盘表面设置数量的方块(详情见Ctrl).", + "block.create.linear_chassis.tooltip.condition2": "当使用扳手时", + "block.create.linear_chassis.tooltip.behaviour2": "配置连接的方块的范围.按住_Ctrl_可以同时配置相连的其他方块.", + "block.create.linear_chassis.tooltip.control1": "当用史莱姆球右键时", + "block.create.linear_chassis.tooltip.action1": "变为粘性机壳底盘.", - "block.create.rotation_chassis.tooltip": "ROTATION CHASSIS", - "block.create.rotation_chassis.tooltip.summary": "使用旋转底盘是旋转结构必须的", - "block.create.rotation_chassis.tooltip.condition1": "当旋转时", - "block.create.rotation_chassis.tooltip.behaviour1": "在其周围的配置范围内旋转所有粘贴到粘性面的方块(详情见Ctrl).", - "block.create.rotation_chassis.tooltip.condition2": "当使用扳手时", - "block.create.rotation_chassis.tooltip.behaviour2": "配置连接的方块的范围.按住_Ctrl_可以同时配置相连的其他方块.", - "block.create.rotation_chassis.tooltip.control1": "当用史莱姆球右键时", - "block.create.rotation_chassis.tooltip.action1": "当底盘旋转同时旋转所有粘贴到粘性面的方块.", + "block.create.radial_chassis.tooltip": "ROTATION CHASSIS", + "block.create.radial_chassis.tooltip.summary": "使用旋转底盘是旋转结构必须的", + "block.create.radial_chassis.tooltip.condition1": "当旋转时", + "block.create.radial_chassis.tooltip.behaviour1": "在其周围的配置范围内旋转所有粘贴到粘性面的方块(详情见Ctrl).", + "block.create.radial_chassis.tooltip.condition2": "当使用扳手时", + "block.create.radial_chassis.tooltip.behaviour2": "配置连接的方块的范围.按住_Ctrl_可以同时配置相连的其他方块.", + "block.create.radial_chassis.tooltip.control1": "当用史莱姆球右键时", + "block.create.radial_chassis.tooltip.action1": "当底盘旋转同时旋转所有粘贴到粘性面的方块.", - "block.create.drill.tooltip": "MECHANICAL DRILL", - "block.create.drill.tooltip.summary": "用于破坏方块的装置", - "block.create.drill.tooltip.condition1": "当旋转时", - "block.create.drill.tooltip.behaviour1": "破化正前方的方块,且伤害在一定范围内生物及玩家.", - "block.create.drill.tooltip.condition2": "由动力活塞推动时", - "block.create.drill.tooltip.behaviour2": "横向或纵向破坏相当于活塞杆长度的方块.", + "block.create.mechanical_drill.tooltip": "MECHANICAL mechanical_drill", + "block.create.mechanical_drill.tooltip.summary": "用于破坏方块的装置", + "block.create.mechanical_drill.tooltip.condition1": "当旋转时", + "block.create.mechanical_drill.tooltip.behaviour1": "破化正前方的方块,且伤害在一定范围内生物及玩家.", + "block.create.mechanical_drill.tooltip.condition2": "由动力活塞推动时", + "block.create.mechanical_drill.tooltip.behaviour2": "横向或纵向破坏相当于活塞杆长度的方块.", - "block.create.harvester.tooltip": "MECHANICAL HARVESTER", - "block.create.harvester.tooltip.summary": "适用于中型作物自动化的收割机", - "block.create.harvester.tooltip.condition1": "由动力活塞推动时", - "block.create.harvester.tooltip.behaviour1": "收割机移动至成熟作物收割作物并将作物变为初始生长状态.", + "block.create.mechanical_harvester.tooltip": "MECHANICAL mechanical_harvester", + "block.create.mechanical_harvester.tooltip.summary": "适用于中型作物自动化的收割机", + "block.create.mechanical_harvester.tooltip.condition1": "由动力活塞推动时", + "block.create.mechanical_harvester.tooltip.behaviour1": "收割机移动至成熟作物收割作物并将作物变为初始生长状态.", - "block.create.plough.tooltip": "MECHANICAL PLOUGH", - "block.create.plough.tooltip.summary": "犁是一个非常有用的多功能方块, 它可以被 _动力活塞_ 和 _动力轴承_ 等方块带动", - "block.create.plough.tooltip.condition1": "当移动时", - "block.create.plough.tooltip.behaviour1": "可以打掉无碰撞体积的一些附着方块,比如火把和雪等. 可以在不伤害实体的情况下推动它们. 能像锄头一样翻土耕田", + "block.create.mechanical_plough.tooltip": "MECHANICAL mechanical_plough", + "block.create.mechanical_plough.tooltip.summary": "犁是一个非常有用的多功能方块, 它可以被 _动力活塞_ 和 _动力轴承_ 等方块带动", + "block.create.mechanical_plough.tooltip.condition1": "当移动时", + "block.create.mechanical_plough.tooltip.behaviour1": "可以打掉无碰撞体积的一些附着方块,比如火把和雪等. 可以在不伤害实体的情况下推动它们. 能像锄头一样翻土耕田", - "block.create.saw.tooltip": "MECHANICAL SAW", - "block.create.saw.tooltip.summary": "可以用于砍树,也可以用于切割方块.", - "block.create.saw.tooltip.condition1": "当方向向上时", - "block.create.saw.tooltip.behaviour1": "可以切割各种物品(建议配合jei查看)", - "block.create.saw.tooltip.condition2": "当方向在水平面时", - "block.create.saw.tooltip.behaviour2": "可以砍到面前的树木", - "block.create.saw.tooltip.condition3": "当移动时", - "block.create.saw.tooltip.behaviour3": "将会切割碰撞到的树木.", + "block.create.mechanical_saw.tooltip": "MECHANICAL mechanical_saw", + "block.create.mechanical_saw.tooltip.summary": "可以用于砍树,也可以用于切割方块.", + "block.create.mechanical_saw.tooltip.condition1": "当方向向上时", + "block.create.mechanical_saw.tooltip.behaviour1": "可以切割各种物品(建议配合jei查看)", + "block.create.mechanical_saw.tooltip.condition2": "当方向在水平面时", + "block.create.mechanical_saw.tooltip.behaviour2": "可以砍到面前的树木", + "block.create.mechanical_saw.tooltip.condition3": "当移动时", + "block.create.mechanical_saw.tooltip.behaviour3": "将会切割碰撞到的树木.", - "block.create.stockswitch.tooltip": "STOCKSWITCH", - "block.create.stockswitch.tooltip.summary": "根据连接的容器存储空间大小切换红石信号强度.", - "block.create.stockswitch.tooltip.condition1": "低于下限时", - "block.create.stockswitch.tooltip.behaviour1": "停止提供红石信号", - "block.create.stockswitch.tooltip.condition2": "超过上限时", - "block.create.stockswitch.tooltip.behaviour2": "开始提供红石信号,直到再次到达下限.", - "block.create.stockswitch.tooltip.control1": "当右键方块时", - "block.create.stockswitch.tooltip.action1": "打开配置面板", + "block.create.stockpile_switch.tooltip": "stockpile_switch", + "block.create.stockpile_switch.tooltip.summary": "根据连接的容器存储空间大小切换红石信号强度.", + "block.create.stockpile_switch.tooltip.condition1": "低于下限时", + "block.create.stockpile_switch.tooltip.behaviour1": "停止提供红石信号", + "block.create.stockpile_switch.tooltip.condition2": "超过上限时", + "block.create.stockpile_switch.tooltip.behaviour2": "开始提供红石信号,直到再次到达下限.", + "block.create.stockpile_switch.tooltip.control1": "当右键方块时", + "block.create.stockpile_switch.tooltip.action1": "打开配置面板", - "block.create.redstone_bridge.tooltip": "REDSTONE LINK", - "block.create.redstone_bridge.tooltip.summary": "无线红石信号终端,可以使用任何物品编辑终端频道,但距离有限.", - "block.create.redstone_bridge.tooltip.condition1": "当启用时", - "block.create.redstone_bridge.tooltip.behaviour1": "接收相同频道提供的红石信号.", - "block.create.redstone_bridge.tooltip.control1": "当右键方块时", - "block.create.redstone_bridge.tooltip.action1": "手持任意物品为其设置频道,可以组合两个物品.", - "block.create.redstone_bridge.tooltip.control2": "当潜行右键方块时", - "block.create.redstone_bridge.tooltip.action2": "在终端模式和接收模式之间切换.", + "block.create.redstone_link.tooltip": "REDSTONE LINK", + "block.create.redstone_link.tooltip.summary": "无线红石信号终端,可以使用任何物品编辑终端频道,但距离有限.", + "block.create.redstone_link.tooltip.condition1": "当启用时", + "block.create.redstone_link.tooltip.behaviour1": "接收相同频道提供的红石信号.", + "block.create.redstone_link.tooltip.control1": "当右键方块时", + "block.create.redstone_link.tooltip.action1": "手持任意物品为其设置频道,可以组合两个物品.", + "block.create.redstone_link.tooltip.control2": "当潜行右键方块时", + "block.create.redstone_link.tooltip.action2": "在终端模式和接收模式之间切换.", - "block.create.contact.tooltip": "REDSTONE CONTACT", - "block.create.contact.tooltip.summary": "一种用于高级红石装置的设备.", - "block.create.contact.tooltip.condition1": "当正对面放置也放置信号检测器时", - "block.create.contact.tooltip.behaviour1": "提供红石信号", - "block.create.contact.tooltip.condition2": "当移动时", - "block.create.contact.tooltip.behaviour2": "将会触发途径的固定触发点", + "block.create.redstone_contact.tooltip": "REDSTONE redstone_contact", + "block.create.redstone_contact.tooltip.summary": "一种用于高级红石装置的设备.", + "block.create.redstone_contact.tooltip.condition1": "当正对面放置也放置信号检测器时", + "block.create.redstone_contact.tooltip.behaviour1": "提供红石信号", + "block.create.redstone_contact.tooltip.condition2": "当移动时", + "block.create.redstone_contact.tooltip.behaviour2": "将会触发途径的固定触发点", - "block.create.flexcrate.tooltip": "FLEXCRATE", - "block.create.flexcrate.tooltip.summary": "该箱子允许对其容量进行调整,最大可以容纳16组物品.", - "block.create.flexcrate.tooltip.control1": "当右键方块时", - "block.create.flexcrate.tooltip.action1": "打开箱子", + "block.create.adjustable_crate.tooltip": "adjustable_crate", + "block.create.adjustable_crate.tooltip.summary": "该箱子允许对其容量进行调整,最大可以容纳16组物品.", + "block.create.adjustable_crate.tooltip.control1": "当右键方块时", + "block.create.adjustable_crate.tooltip.action1": "打开箱子", "block.create.creative_crate.tooltip": "THE ENDLESS CRATE", "block.create.creative_crate.tooltip.summary": "这个容器可以给临近的 _蓝图大炮_ 提供无限物品以及燃料 (创造专用物品)", @@ -1135,10 +1135,10 @@ "block.create.linked_transposer.tooltip.control2": "当右键频道框时", "block.create.linked_transposer.tooltip.action2": "手持任意物品为其设置频道,将接收无线红石终端相应频道,可以组合两个物品.", - "block.create.belt_funnel.tooltip": "FUNNEL", - "block.create.belt_funnel.tooltip.summary": "接收传送带上的物品到连接的储存空间,必须放置在正对传送带的方向及高度.", - "block.create.belt_funnel.tooltip.condition1": "接收传送带物品", - "block.create.belt_funnel.tooltip.behaviour1": "位于传送带边上或者终点时,传送带漏斗可以将物品从传送带上拿出. 如果在传送带边上且传动带漏斗阻塞时,不会阻塞传送带.", + "block.create.funnel.tooltip": "FUNNEL", + "block.create.funnel.tooltip.summary": "接收传送带上的物品到连接的储存空间,必须放置在正对传送带的方向及高度.", + "block.create.funnel.tooltip.condition1": "接收传送带物品", + "block.create.funnel.tooltip.behaviour1": "位于传送带边上或者终点时,传送带漏斗可以将物品从传送带上拿出. 如果在传送带边上且传动带漏斗阻塞时,不会阻塞传送带.", "block.create.belt_tunnel.tooltip": "BELT TUNNEL", "block.create.belt_tunnel.tooltip.summary": "这是一种美观的方块,能够让传送带穿过墙壁,但是传送带必须被黄铜外壳包装.如果启动了同步模式,且旁边有传送带隧道时,将会等待另一个周围的传送带隧道的物品,一起通过. [Ctrl]", @@ -1152,44 +1152,44 @@ "block.create.brass_casing.tooltip.condition1": "当被使用在传送带上时", "block.create.brass_casing.tooltip.behaviour1": "当传送带上装配有黄铜外壳时,可以提供传送带两侧安装传送带隧道、提取器、传输器、传送带漏斗等物品", - "block.create.entity_detector.tooltip": "BELT OBSERVER", - "block.create.entity_detector.tooltip.summary": "检测传送带上经过观察者的物品、实体. 使用扳手将可以修改它的模式.", - "block.create.entity_detector.tooltip.condition1": "观测模式", - "block.create.entity_detector.tooltip.behaviour1": "当观测到传送带上有物品或者实体时,将会提供红石信号", - "block.create.entity_detector.tooltip.condition2": "脉冲模式", - "block.create.entity_detector.tooltip.behaviour2": "当观察者中心线匹配到物品时,将会发出红石脉冲", - "block.create.entity_detector.tooltip.condition3": "转移模式", - "block.create.entity_detector.tooltip.behaviour3": "将匹配的物品转移至观察者前方的传送带. 如果目标位置被堵塞,物品将会停下等待转移.", - "block.create.entity_detector.tooltip.condition4": "分裂模式", - "block.create.entity_detector.tooltip.behaviour4": "将匹配的物品分成两部分,一半的物品被传送到前方的传送带.", + "block.create.belt_observer.tooltip": "BELT OBSERVER", + "block.create.belt_observer.tooltip.summary": "检测传送带上经过观察者的物品、实体. 使用扳手将可以修改它的模式.", + "block.create.belt_observer.tooltip.condition1": "观测模式", + "block.create.belt_observer.tooltip.behaviour1": "当观测到传送带上有物品或者实体时,将会提供红石信号", + "block.create.belt_observer.tooltip.condition2": "脉冲模式", + "block.create.belt_observer.tooltip.behaviour2": "当观察者中心线匹配到物品时,将会发出红石脉冲", + "block.create.belt_observer.tooltip.condition3": "转移模式", + "block.create.belt_observer.tooltip.behaviour3": "将匹配的物品转移至观察者前方的传送带. 如果目标位置被堵塞,物品将会停下等待转移.", + "block.create.belt_observer.tooltip.condition4": "分裂模式", + "block.create.belt_observer.tooltip.behaviour4": "将匹配的物品分成两部分,一半的物品被传送到前方的传送带.", "block.create.pulse_repeater.tooltip": "PULSE REPEATER", "block.create.pulse_repeater.tooltip.summary": "一个简单的电路,将通过的红石信号变为1tick.", - "block.create.flexpeater.tooltip": "FLEX REPEATER", - "block.create.flexpeater.tooltip.summary": "高级中继器,最大可设置30分钟延迟", + "block.create.adjustable_repeater.tooltip": "FLEX REPEATER", + "block.create.adjustable_repeater.tooltip.summary": "高级中继器,最大可设置30分钟延迟", - "block.create.flexpulsepeater.tooltip": "FLEX PULSE REPEATER", - "block.create.flexpulsepeater.tooltip.summary": "一种红石中继器可以调节延时至30m", + "block.create.adjustable_pulse_repeater.tooltip": "FLEX PULSE REPEATER", + "block.create.adjustable_pulse_repeater.tooltip.summary": "一种红石中继器可以调节延时至30m", "block.create.analog_lever.tooltip": "ANALOG LEVER", "block.create.analog_lever.tooltip.summary": "一种可以调节信号强度的推杆", - "block.create.toggle_latch.tooltip": "POWERED TOGGLE LATCH", - "block.create.toggle_latch.tooltip.summary": "一种拉杆,在红石电路中可以用作触发器", + "block.create.powered_toggle_latch.tooltip": "POWERED TOGGLE LATCH", + "block.create.powered_toggle_latch.tooltip.summary": "一种拉杆,在红石电路中可以用作触发器", - "block.create.redstone_latch.tooltip": "POWERED LATCH", - "block.create.redstone_latch.tooltip.summary": "一种拉杆,在红石电路中用作锁存器,从后方输入将会启用这个拉杆,从侧边输入将会重置这个拉杆.", + "block.create.powered_latch.tooltip": "POWERED LATCH", + "block.create.powered_latch.tooltip.summary": "一种拉杆,在红石电路中用作锁存器,从后方输入将会启用这个拉杆,从侧边输入将会重置这个拉杆.", - "block.create.speed_gauge.tooltip": "SPEEDOMETER", - "block.create.speed_gauge.tooltip.summary": "测量并展示连接网络的旋转速度,支持使用红石比较器", - "block.create.speed_gauge.tooltip.condition1": "当旋转时", - "block.create.speed_gauge.tooltip.behaviour1": "将会用颜色展示速度的大小,绿-慢、蓝-中、紫-快.", + "block.create.speedometer.tooltip": "SPEEDOMETER", + "block.create.speedometer.tooltip.summary": "测量并展示连接网络的旋转速度,支持使用红石比较器", + "block.create.speedometer.tooltip.condition1": "当旋转时", + "block.create.speedometer.tooltip.behaviour1": "将会用颜色展示速度的大小,绿-慢、蓝-中、紫-快.", - "block.create.stress_gauge.tooltip": "STRESSOMETER", - "block.create.stress_gauge.tooltip.summary": "测量并展示连接网络的应力值,支持红石比较器", - "block.create.stress_gauge.tooltip.condition1": "当旋转时", - "block.create.stress_gauge.tooltip.behaviour1": "将会用颜色展示承受的应力", + "block.create.stressometer.tooltip": "STRESSOMETER", + "block.create.stressometer.tooltip.summary": "测量并展示连接网络的应力值,支持红石比较器", + "block.create.stressometer.tooltip.condition1": "当旋转时", + "block.create.stressometer.tooltip.behaviour1": "将会用颜色展示承受的应力", "tool.create.sand_paper.tooltip": "SAND PAPER", "tool.create.sand_paper.tooltip.summary": "用来打磨物品的砂纸, 可以用机械臂来实现自动化.", @@ -1209,8 +1209,8 @@ "item.create.shadow_steel.tooltip": "SHADOW STEEL", "item.create.shadow_steel.tooltip.summary": "一种用虚空锻造的化合物材料.", - "item.create.slot_cover.tooltip": "SLOT COVER", - "item.create.slot_cover.tooltip.summary": "用来标记制造机不放入物品.", + "item.create.crafter_slot_cover.tooltip": "SLOT COVER", + "item.create.crafter_slot_cover.tooltip.summary": "用来标记制造机不放入物品.", "tool.create.shadow_steel.tooltip": "SHADOW STEEL TOOLS", "tool.create.shadow_steel.tooltip.summary": "一种强力的工具, 但是破坏方块的同时也会破坏其掉落物。 杀死生物会掉落更多经验, 经验的数量和_抢夺_的附魔等级有关", diff --git a/src/main/resources/assets/create/models/block/cart_assembler/block.json b/src/main/resources/assets/create/models/block/cart_assembler/block.json index 362d0b594..8ffd6f8bf 100644 --- a/src/main/resources/assets/create/models/block/cart_assembler/block.json +++ b/src/main/resources/assets/create/models/block/cart_assembler/block.json @@ -2,11 +2,11 @@ "__comment": "Model generated using MrCrayfish's Model Creator (https://mrcrayfish.com/tools?id=mc)", "parent": "block/block", "textures": { - "particle": "create:block/translation_chassis_side", + "particle": "create:block/linear_chassis_side", "gearbox_top": "create:block/gearbox_top", "clutch_off": "create:block/clutch_off", "rail": "minecraft:block/rail", - "translation_chassis_side": "create:block/translation_chassis_side" + "translation_chassis_side": "create:block/linear_chassis_side" }, "elements": [ { diff --git a/src/main/resources/assets/create/models/block/cart_assembler/minecart_anchor.json b/src/main/resources/assets/create/models/block/cart_assembler/minecart_anchor.json index 6ea18650c..6ba0d7063 100644 --- a/src/main/resources/assets/create/models/block/cart_assembler/minecart_anchor.json +++ b/src/main/resources/assets/create/models/block/cart_assembler/minecart_anchor.json @@ -1,7 +1,7 @@ { "__comment": "Model generated using MrCrayfish's Model Creator (https://mrcrayfish.com/tools?id=mc)", "textures": { - "translation_chassis_side": "create:block/translation_chassis_side" + "translation_chassis_side": "create:block/linear_chassis_side" }, "elements": [ { diff --git a/src/main/resources/assets/create/models/block/drill/block.json b/src/main/resources/assets/create/models/block/mechanical_drill/block.json similarity index 100% rename from src/main/resources/assets/create/models/block/drill/block.json rename to src/main/resources/assets/create/models/block/mechanical_drill/block.json diff --git a/src/main/resources/assets/create/models/block/drill/head.json b/src/main/resources/assets/create/models/block/mechanical_drill/head.json similarity index 100% rename from src/main/resources/assets/create/models/block/drill/head.json rename to src/main/resources/assets/create/models/block/mechanical_drill/head.json diff --git a/src/main/resources/assets/create/models/block/drill/item.json b/src/main/resources/assets/create/models/block/mechanical_drill/item.json similarity index 100% rename from src/main/resources/assets/create/models/block/drill/item.json rename to src/main/resources/assets/create/models/block/mechanical_drill/item.json diff --git a/src/main/resources/assets/create/models/block/harvester/blade.json b/src/main/resources/assets/create/models/block/mechanical_harvester/blade.json similarity index 100% rename from src/main/resources/assets/create/models/block/harvester/blade.json rename to src/main/resources/assets/create/models/block/mechanical_harvester/blade.json diff --git a/src/main/resources/assets/create/models/block/harvester/block.json b/src/main/resources/assets/create/models/block/mechanical_harvester/block.json similarity index 100% rename from src/main/resources/assets/create/models/block/harvester/block.json rename to src/main/resources/assets/create/models/block/mechanical_harvester/block.json diff --git a/src/main/resources/assets/create/models/block/harvester/item.json b/src/main/resources/assets/create/models/block/mechanical_harvester/item.json similarity index 100% rename from src/main/resources/assets/create/models/block/harvester/item.json rename to src/main/resources/assets/create/models/block/mechanical_harvester/item.json diff --git a/src/main/resources/assets/create/models/block/plough.json b/src/main/resources/assets/create/models/block/mechanical_plough.json similarity index 100% rename from src/main/resources/assets/create/models/block/plough.json rename to src/main/resources/assets/create/models/block/mechanical_plough.json diff --git a/src/main/resources/assets/create/models/block/saw/horizontal.json b/src/main/resources/assets/create/models/block/mechanical_saw/horizontal.json similarity index 100% rename from src/main/resources/assets/create/models/block/saw/horizontal.json rename to src/main/resources/assets/create/models/block/mechanical_saw/horizontal.json diff --git a/src/main/resources/assets/create/models/block/saw/horizontal_inactive.json b/src/main/resources/assets/create/models/block/mechanical_saw/horizontal_inactive.json similarity index 60% rename from src/main/resources/assets/create/models/block/saw/horizontal_inactive.json rename to src/main/resources/assets/create/models/block/mechanical_saw/horizontal_inactive.json index e64e68879..d776f1cd9 100644 --- a/src/main/resources/assets/create/models/block/saw/horizontal_inactive.json +++ b/src/main/resources/assets/create/models/block/mechanical_saw/horizontal_inactive.json @@ -1,5 +1,5 @@ { - "parent": "create:block/saw/horizontal", + "parent": "create:block/mechanical_saw/horizontal", "textures": { "stonecutter_saw": "create:block/static_saw" } diff --git a/src/main/resources/assets/create/models/block/saw/vertical.json b/src/main/resources/assets/create/models/block/mechanical_saw/vertical.json similarity index 100% rename from src/main/resources/assets/create/models/block/saw/vertical.json rename to src/main/resources/assets/create/models/block/mechanical_saw/vertical.json diff --git a/src/main/resources/assets/create/models/block/saw/vertical_inactive.json b/src/main/resources/assets/create/models/block/mechanical_saw/vertical_inactive.json similarity index 61% rename from src/main/resources/assets/create/models/block/saw/vertical_inactive.json rename to src/main/resources/assets/create/models/block/mechanical_saw/vertical_inactive.json index 82fe18247..2260d2c6c 100644 --- a/src/main/resources/assets/create/models/block/saw/vertical_inactive.json +++ b/src/main/resources/assets/create/models/block/mechanical_saw/vertical_inactive.json @@ -1,5 +1,5 @@ { - "parent": "create:block/saw/vertical", + "parent": "create:block/mechanical_saw/vertical", "textures": { "stonecutter_saw": "create:block/static_saw" } diff --git a/src/main/resources/assets/create/models/block/rotation_chassis/base.json b/src/main/resources/assets/create/models/block/radial_chassis/base.json similarity index 75% rename from src/main/resources/assets/create/models/block/rotation_chassis/base.json rename to src/main/resources/assets/create/models/block/radial_chassis/base.json index 23b6edb58..6e3872d1c 100644 --- a/src/main/resources/assets/create/models/block/rotation_chassis/base.json +++ b/src/main/resources/assets/create/models/block/radial_chassis/base.json @@ -1,7 +1,7 @@ { "textures": { - "particle": "create:block/rotation_chassis_side", - "rotation_chassis_top": "create:block/rotation_chassis_end" + "particle": "create:block/radial_chassis_side", + "rotation_chassis_top": "create:block/radial_chassis_end" }, "elements": [ { diff --git a/src/main/resources/assets/create/models/block/rotation_chassis/side_x.json b/src/main/resources/assets/create/models/block/radial_chassis/side_x.json similarity index 100% rename from src/main/resources/assets/create/models/block/rotation_chassis/side_x.json rename to src/main/resources/assets/create/models/block/radial_chassis/side_x.json diff --git a/src/main/resources/assets/create/models/block/rotation_chassis/side_y.json b/src/main/resources/assets/create/models/block/radial_chassis/side_y.json similarity index 100% rename from src/main/resources/assets/create/models/block/rotation_chassis/side_y.json rename to src/main/resources/assets/create/models/block/radial_chassis/side_y.json diff --git a/src/main/resources/assets/create/models/block/rotation_chassis/side_z.json b/src/main/resources/assets/create/models/block/radial_chassis/side_z.json similarity index 100% rename from src/main/resources/assets/create/models/block/rotation_chassis/side_z.json rename to src/main/resources/assets/create/models/block/radial_chassis/side_z.json diff --git a/src/main/resources/assets/create/textures/block/translation_chassis_end.png b/src/main/resources/assets/create/textures/block/linear_chassis_end.png similarity index 100% rename from src/main/resources/assets/create/textures/block/translation_chassis_end.png rename to src/main/resources/assets/create/textures/block/linear_chassis_end.png diff --git a/src/main/resources/assets/create/textures/block/translation_chassis_end_connected.png b/src/main/resources/assets/create/textures/block/linear_chassis_end_connected.png similarity index 100% rename from src/main/resources/assets/create/textures/block/translation_chassis_end_connected.png rename to src/main/resources/assets/create/textures/block/linear_chassis_end_connected.png diff --git a/src/main/resources/assets/create/textures/block/translation_chassis_end_sticky.png b/src/main/resources/assets/create/textures/block/linear_chassis_end_sticky.png similarity index 100% rename from src/main/resources/assets/create/textures/block/translation_chassis_end_sticky.png rename to src/main/resources/assets/create/textures/block/linear_chassis_end_sticky.png diff --git a/src/main/resources/assets/create/textures/block/translation_chassis_end_sticky_connected.png b/src/main/resources/assets/create/textures/block/linear_chassis_end_sticky_connected.png similarity index 100% rename from src/main/resources/assets/create/textures/block/translation_chassis_end_sticky_connected.png rename to src/main/resources/assets/create/textures/block/linear_chassis_end_sticky_connected.png diff --git a/src/main/resources/assets/create/textures/block/translation_chassis_side.png b/src/main/resources/assets/create/textures/block/linear_chassis_side.png similarity index 100% rename from src/main/resources/assets/create/textures/block/translation_chassis_side.png rename to src/main/resources/assets/create/textures/block/linear_chassis_side.png diff --git a/src/main/resources/assets/create/textures/block/rotation_chassis_end.png b/src/main/resources/assets/create/textures/block/radial_chassis_end.png similarity index 100% rename from src/main/resources/assets/create/textures/block/rotation_chassis_end.png rename to src/main/resources/assets/create/textures/block/radial_chassis_end.png diff --git a/src/main/resources/assets/create/textures/block/rotation_chassis_side.png b/src/main/resources/assets/create/textures/block/radial_chassis_side.png similarity index 100% rename from src/main/resources/assets/create/textures/block/rotation_chassis_side.png rename to src/main/resources/assets/create/textures/block/radial_chassis_side.png diff --git a/src/main/resources/assets/create/textures/block/rotation_chassis_side_sticky.png b/src/main/resources/assets/create/textures/block/radial_chassis_side_sticky.png similarity index 100% rename from src/main/resources/assets/create/textures/block/rotation_chassis_side_sticky.png rename to src/main/resources/assets/create/textures/block/radial_chassis_side_sticky.png diff --git a/src/main/resources/assets/create/textures/block/translation_chassis_secondary_side.png b/src/main/resources/assets/create/textures/block/secondary_linear_chassis_side.png similarity index 100% rename from src/main/resources/assets/create/textures/block/translation_chassis_secondary_side.png rename to src/main/resources/assets/create/textures/block/secondary_linear_chassis_side.png diff --git a/src/main/resources/data/create/recipes/blasting/crushed_copper.json b/src/main/resources/data/create/recipes/blasting/crushed_copper.json index cd038b6ef..1aa09b8ae 100644 --- a/src/main/resources/data/create/recipes/blasting/crushed_copper.json +++ b/src/main/resources/data/create/recipes/blasting/crushed_copper.json @@ -1,7 +1,7 @@ { "type": "minecraft:blasting", "ingredient": { - "item": "create:crushed_copper" + "item": "create:crushed_copper_ore" }, "result": "create:copper_ingot", "experience": 0.1, diff --git a/src/main/resources/data/create/recipes/blasting/crushed_gold.json b/src/main/resources/data/create/recipes/blasting/crushed_gold.json index 115be831c..30d99b776 100644 --- a/src/main/resources/data/create/recipes/blasting/crushed_gold.json +++ b/src/main/resources/data/create/recipes/blasting/crushed_gold.json @@ -1,7 +1,7 @@ { "type": "minecraft:blasting", "ingredient": { - "item": "create:crushed_gold" + "item": "create:crushed_gold_ore" }, "result": "minecraft:gold_ingot", "experience": 0.1, diff --git a/src/main/resources/data/create/recipes/blasting/crushed_iron.json b/src/main/resources/data/create/recipes/blasting/crushed_iron.json index 84887fe4d..81c3956e4 100644 --- a/src/main/resources/data/create/recipes/blasting/crushed_iron.json +++ b/src/main/resources/data/create/recipes/blasting/crushed_iron.json @@ -1,7 +1,7 @@ { "type": "minecraft:blasting", "ingredient": { - "item": "create:crushed_iron" + "item": "create:crushed_iron_ore" }, "result": "minecraft:iron_ingot", "experience": 0.1, diff --git a/src/main/resources/data/create/recipes/blasting/crushed_zinc.json b/src/main/resources/data/create/recipes/blasting/crushed_zinc.json index e1335010a..11420ef29 100644 --- a/src/main/resources/data/create/recipes/blasting/crushed_zinc.json +++ b/src/main/resources/data/create/recipes/blasting/crushed_zinc.json @@ -1,7 +1,7 @@ { "type": "minecraft:blasting", "ingredient": { - "item": "create:crushed_zinc" + "item": "create:crushed_zinc_ore" }, "result": "create:zinc_ingot", "experience": 0.1, diff --git a/src/main/resources/data/create/recipes/blockzapper_upgrade/gold_accelerator.json b/src/main/resources/data/create/recipes/blockzapper_upgrade/gold_accelerator.json index 454e50622..8d73c0bfc 100644 --- a/src/main/resources/data/create/recipes/blockzapper_upgrade/gold_accelerator.json +++ b/src/main/resources/data/create/recipes/blockzapper_upgrade/gold_accelerator.json @@ -12,11 +12,11 @@ "item": "minecraft:sugar" }, "E": { - "item": "create:placement_handgun" + "item": "create:handheld_blockzapper" } }, "result": { - "item": "create:placement_handgun", + "item": "create:handheld_blockzapper", "count": 1 }, "component": "Accelerator", diff --git a/src/main/resources/data/create/recipes/blockzapper_upgrade/gold_amplifier.json b/src/main/resources/data/create/recipes/blockzapper_upgrade/gold_amplifier.json index 592167883..f7eee118a 100644 --- a/src/main/resources/data/create/recipes/blockzapper_upgrade/gold_amplifier.json +++ b/src/main/resources/data/create/recipes/blockzapper_upgrade/gold_amplifier.json @@ -12,11 +12,11 @@ "item": "create:refined_radiance" }, "E": { - "item": "create:placement_handgun" + "item": "create:handheld_blockzapper" } }, "result": { - "item": "create:placement_handgun", + "item": "create:handheld_blockzapper", "count": 1 }, "component": "Amplifier", diff --git a/src/main/resources/data/create/recipes/blockzapper_upgrade/gold_body.json b/src/main/resources/data/create/recipes/blockzapper_upgrade/gold_body.json index 3a9e75b70..70ea4bc2c 100644 --- a/src/main/resources/data/create/recipes/blockzapper_upgrade/gold_body.json +++ b/src/main/resources/data/create/recipes/blockzapper_upgrade/gold_body.json @@ -10,11 +10,11 @@ "item": "create:brass_ingot" }, "E": { - "item": "create:placement_handgun" + "item": "create:handheld_blockzapper" } }, "result": { - "item": "create:placement_handgun", + "item": "create:handheld_blockzapper", "count": 1 }, "component": "Body", diff --git a/src/main/resources/data/create/recipes/blockzapper_upgrade/gold_retriever.json b/src/main/resources/data/create/recipes/blockzapper_upgrade/gold_retriever.json index 3a94c1c31..a861a7533 100644 --- a/src/main/resources/data/create/recipes/blockzapper_upgrade/gold_retriever.json +++ b/src/main/resources/data/create/recipes/blockzapper_upgrade/gold_retriever.json @@ -12,11 +12,11 @@ "item": "minecraft:redstone" }, "E": { - "item": "create:placement_handgun" + "item": "create:handheld_blockzapper" } }, "result": { - "item": "create:placement_handgun", + "item": "create:handheld_blockzapper", "count": 1 }, "component": "Retriever", diff --git a/src/main/resources/data/create/recipes/blockzapper_upgrade/gold_scope.json b/src/main/resources/data/create/recipes/blockzapper_upgrade/gold_scope.json index bda785c0e..4250266f6 100644 --- a/src/main/resources/data/create/recipes/blockzapper_upgrade/gold_scope.json +++ b/src/main/resources/data/create/recipes/blockzapper_upgrade/gold_scope.json @@ -12,11 +12,11 @@ "item": "minecraft:glass" }, "E": { - "item": "create:placement_handgun" + "item": "create:handheld_blockzapper" } }, "result": { - "item": "create:placement_handgun", + "item": "create:handheld_blockzapper", "count": 1 }, "component": "Scope", diff --git a/src/main/resources/data/create/recipes/blockzapper_upgrade/purpur_accelerator.json b/src/main/resources/data/create/recipes/blockzapper_upgrade/purpur_accelerator.json index 793fe98b3..3813a014b 100644 --- a/src/main/resources/data/create/recipes/blockzapper_upgrade/purpur_accelerator.json +++ b/src/main/resources/data/create/recipes/blockzapper_upgrade/purpur_accelerator.json @@ -12,11 +12,11 @@ "item": "minecraft:sugar" }, "E": { - "item": "create:placement_handgun" + "item": "create:handheld_blockzapper" } }, "result": { - "item": "create:placement_handgun", + "item": "create:handheld_blockzapper", "count": 1 }, "component": "Accelerator", diff --git a/src/main/resources/data/create/recipes/blockzapper_upgrade/purpur_amplifier.json b/src/main/resources/data/create/recipes/blockzapper_upgrade/purpur_amplifier.json index 95aadd031..8bcf67ef7 100644 --- a/src/main/resources/data/create/recipes/blockzapper_upgrade/purpur_amplifier.json +++ b/src/main/resources/data/create/recipes/blockzapper_upgrade/purpur_amplifier.json @@ -13,11 +13,11 @@ "item": "create:refined_radiance" }, "E": { - "item": "create:placement_handgun" + "item": "create:handheld_blockzapper" } }, "result": { - "item": "create:placement_handgun", + "item": "create:handheld_blockzapper", "count": 1 }, "component": "Amplifier", diff --git a/src/main/resources/data/create/recipes/blockzapper_upgrade/purpur_body.json b/src/main/resources/data/create/recipes/blockzapper_upgrade/purpur_body.json index 2b06be726..ec18f2f4e 100644 --- a/src/main/resources/data/create/recipes/blockzapper_upgrade/purpur_body.json +++ b/src/main/resources/data/create/recipes/blockzapper_upgrade/purpur_body.json @@ -10,11 +10,11 @@ "item": "create:chromatic_compound" }, "E": { - "item": "create:placement_handgun" + "item": "create:handheld_blockzapper" } }, "result": { - "item": "create:placement_handgun", + "item": "create:handheld_blockzapper", "count": 1 }, "component": "Body", diff --git a/src/main/resources/data/create/recipes/blockzapper_upgrade/purpur_retriever.json b/src/main/resources/data/create/recipes/blockzapper_upgrade/purpur_retriever.json index aeaebd52b..bd8b2cd77 100644 --- a/src/main/resources/data/create/recipes/blockzapper_upgrade/purpur_retriever.json +++ b/src/main/resources/data/create/recipes/blockzapper_upgrade/purpur_retriever.json @@ -12,11 +12,11 @@ "item": "minecraft:ender_pearl" }, "E": { - "item": "create:placement_handgun" + "item": "create:handheld_blockzapper" } }, "result": { - "item": "create:placement_handgun", + "item": "create:handheld_blockzapper", "count": 1 }, "component": "Retriever", diff --git a/src/main/resources/data/create/recipes/blockzapper_upgrade/purpur_scope.json b/src/main/resources/data/create/recipes/blockzapper_upgrade/purpur_scope.json index 5769c4808..bca9aea71 100644 --- a/src/main/resources/data/create/recipes/blockzapper_upgrade/purpur_scope.json +++ b/src/main/resources/data/create/recipes/blockzapper_upgrade/purpur_scope.json @@ -12,11 +12,11 @@ "item": "minecraft:glass" }, "E": { - "item": "create:placement_handgun" + "item": "create:handheld_blockzapper" } }, "result": { - "item": "create:placement_handgun", + "item": "create:handheld_blockzapper", "count": 1 }, "component": "Scope", diff --git a/src/main/resources/data/create/recipes/compat/simplefarming/crushing/sf_crush_barley.json b/src/main/resources/data/create/recipes/compat/simplefarming/crushing/sf_crush_barley.json index 0ce8af90a..b43c5b968 100644 --- a/src/main/resources/data/create/recipes/compat/simplefarming/crushing/sf_crush_barley.json +++ b/src/main/resources/data/create/recipes/compat/simplefarming/crushing/sf_crush_barley.json @@ -14,11 +14,11 @@ ], "results": [ { - "item": "create:flour", + "item": "create:wheat_flour", "count": 1 }, { - "item": "create:flour", + "item": "create:wheat_flour", "count": 2, "chance": 0.25 }, diff --git a/src/main/resources/data/create/recipes/compat/simplefarming/crushing/sf_crush_oat.json b/src/main/resources/data/create/recipes/compat/simplefarming/crushing/sf_crush_oat.json index a49c764a2..33a4b0c3d 100644 --- a/src/main/resources/data/create/recipes/compat/simplefarming/crushing/sf_crush_oat.json +++ b/src/main/resources/data/create/recipes/compat/simplefarming/crushing/sf_crush_oat.json @@ -14,11 +14,11 @@ ], "results": [ { - "item": "create:flour", + "item": "create:wheat_flour", "count": 1 }, { - "item": "create:flour", + "item": "create:wheat_flour", "count": 2, "chance": 0.25 }, diff --git a/src/main/resources/data/create/recipes/compat/simplefarming/crushing/sf_crush_rice.json b/src/main/resources/data/create/recipes/compat/simplefarming/crushing/sf_crush_rice.json index afd51a250..903097e68 100644 --- a/src/main/resources/data/create/recipes/compat/simplefarming/crushing/sf_crush_rice.json +++ b/src/main/resources/data/create/recipes/compat/simplefarming/crushing/sf_crush_rice.json @@ -14,11 +14,11 @@ ], "results": [ { - "item": "create:flour", + "item": "create:wheat_flour", "count": 1 }, { - "item": "create:flour", + "item": "create:wheat_flour", "count": 2, "chance": 0.25 }, diff --git a/src/main/resources/data/create/recipes/compat/simplefarming/crushing/sf_crush_rye.json b/src/main/resources/data/create/recipes/compat/simplefarming/crushing/sf_crush_rye.json index 81d6e6a1c..6db334752 100644 --- a/src/main/resources/data/create/recipes/compat/simplefarming/crushing/sf_crush_rye.json +++ b/src/main/resources/data/create/recipes/compat/simplefarming/crushing/sf_crush_rye.json @@ -14,11 +14,11 @@ ], "results": [ { - "item": "create:flour", + "item": "create:wheat_flour", "count": 1 }, { - "item": "create:flour", + "item": "create:wheat_flour", "count": 2, "chance": 0.25 }, diff --git a/src/main/resources/data/create/recipes/crafting_shaped/contraptions/drill.json b/src/main/resources/data/create/recipes/crafting_shaped/contraptions/drill.json index 724ab7936..69411c442 100644 --- a/src/main/resources/data/create/recipes/crafting_shaped/contraptions/drill.json +++ b/src/main/resources/data/create/recipes/crafting_shaped/contraptions/drill.json @@ -17,7 +17,7 @@ } }, "result": { - "item": "create:drill", + "item": "create:mechanical_drill", "count": 1 } } \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/contraptions/harvester.json b/src/main/resources/data/create/recipes/crafting_shaped/contraptions/harvester.json index 20e43ccce..bf74fb361 100644 --- a/src/main/resources/data/create/recipes/crafting_shaped/contraptions/harvester.json +++ b/src/main/resources/data/create/recipes/crafting_shaped/contraptions/harvester.json @@ -17,7 +17,7 @@ } }, "result": { - "item": "create:harvester", + "item": "create:mechanical_harvester", "count": 1 } } \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/contraptions/plough.json b/src/main/resources/data/create/recipes/crafting_shaped/contraptions/plough.json index 2a459185d..9138c455a 100644 --- a/src/main/resources/data/create/recipes/crafting_shaped/contraptions/plough.json +++ b/src/main/resources/data/create/recipes/crafting_shaped/contraptions/plough.json @@ -17,7 +17,7 @@ } }, "result": { - "item": "create:plough", + "item": "create:mechanical_plough", "count": 1 } } \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/contraptions/rotation_chassis.json b/src/main/resources/data/create/recipes/crafting_shaped/contraptions/rotation_chassis.json index c5d68f148..00a6a203b 100644 --- a/src/main/resources/data/create/recipes/crafting_shaped/contraptions/rotation_chassis.json +++ b/src/main/resources/data/create/recipes/crafting_shaped/contraptions/rotation_chassis.json @@ -14,7 +14,7 @@ } }, "result": { - "item": "create:rotation_chassis", + "item": "create:radial_chassis", "count": 3 } } \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/contraptions/saw.json b/src/main/resources/data/create/recipes/crafting_shaped/contraptions/saw.json index f599e0593..d51d80fc5 100644 --- a/src/main/resources/data/create/recipes/crafting_shaped/contraptions/saw.json +++ b/src/main/resources/data/create/recipes/crafting_shaped/contraptions/saw.json @@ -17,7 +17,7 @@ } }, "result": { - "item": "create:saw", + "item": "create:mechanical_saw", "count": 1 } } \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/contraptions/translation_chassis.json b/src/main/resources/data/create/recipes/crafting_shaped/contraptions/translation_chassis.json index 6a92647ff..1f33b2710 100644 --- a/src/main/resources/data/create/recipes/crafting_shaped/contraptions/translation_chassis.json +++ b/src/main/resources/data/create/recipes/crafting_shaped/contraptions/translation_chassis.json @@ -14,7 +14,7 @@ } }, "result": { - "item": "create:translation_chassis", + "item": "create:linear_chassis", "count": 3 } } \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/curiosities/placement_handgun.json b/src/main/resources/data/create/recipes/crafting_shaped/curiosities/placement_handgun.json index 7807b5554..d335b549e 100644 --- a/src/main/resources/data/create/recipes/crafting_shaped/curiosities/placement_handgun.json +++ b/src/main/resources/data/create/recipes/crafting_shaped/curiosities/placement_handgun.json @@ -17,7 +17,7 @@ } }, "result": { - "item": "create:placement_handgun", + "item": "create:handheld_blockzapper", "count": 1 } } \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/curiosities/property_filter.json b/src/main/resources/data/create/recipes/crafting_shaped/curiosities/property_filter.json index 51d945fe2..5d78f2cae 100644 --- a/src/main/resources/data/create/recipes/crafting_shaped/curiosities/property_filter.json +++ b/src/main/resources/data/create/recipes/crafting_shaped/curiosities/property_filter.json @@ -12,7 +12,7 @@ } }, "result": { - "item": "create:property_filter", + "item": "create:attribute_filter", "count": 1 } } \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/curiosities/symmetry_wand.json b/src/main/resources/data/create/recipes/crafting_shaped/curiosities/symmetry_wand.json index 0a639f61a..20713673a 100644 --- a/src/main/resources/data/create/recipes/crafting_shaped/curiosities/symmetry_wand.json +++ b/src/main/resources/data/create/recipes/crafting_shaped/curiosities/symmetry_wand.json @@ -20,7 +20,7 @@ } }, "result": { - "item": "create:symmetry_wand", + "item": "create:wand_of_symmetry", "count": 1 } } \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shaped/slot_cover.json b/src/main/resources/data/create/recipes/crafting_shaped/slot_cover.json index 94556c3af..330ba634d 100644 --- a/src/main/resources/data/create/recipes/crafting_shaped/slot_cover.json +++ b/src/main/resources/data/create/recipes/crafting_shaped/slot_cover.json @@ -9,7 +9,7 @@ } }, "result": { - "item": "create:slot_cover", + "item": "create:crafter_slot_cover", "count": 1 } } \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shapeless/blueprint_and_quill.json b/src/main/resources/data/create/recipes/crafting_shapeless/blueprint_and_quill.json index 5235a5dbd..f453d23d6 100644 --- a/src/main/resources/data/create/recipes/crafting_shapeless/blueprint_and_quill.json +++ b/src/main/resources/data/create/recipes/crafting_shapeless/blueprint_and_quill.json @@ -2,14 +2,14 @@ "type": "crafting_shapeless", "ingredients": [ { - "item": "create:empty_blueprint" + "item": "create:empty_schematic" }, { "item": "minecraft:feather" } ], "result": { - "item": "create:blueprint_and_quill", + "item": "create:schematic_and_quill", "count": 1 } } \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shapeless/dough.json b/src/main/resources/data/create/recipes/crafting_shapeless/dough.json index 07650e7d9..ae00b4545 100644 --- a/src/main/resources/data/create/recipes/crafting_shapeless/dough.json +++ b/src/main/resources/data/create/recipes/crafting_shapeless/dough.json @@ -2,7 +2,7 @@ "type": "minecraft:crafting_shapeless", "ingredients": [ { - "item": "create:flour" + "item": "create:wheat_flour" }, { "item": "minecraft:water_bucket" diff --git a/src/main/resources/data/create/recipes/crafting_shapeless/empty_blueprint.json b/src/main/resources/data/create/recipes/crafting_shapeless/empty_blueprint.json index ccfdcbdea..a6df3a16a 100644 --- a/src/main/resources/data/create/recipes/crafting_shapeless/empty_blueprint.json +++ b/src/main/resources/data/create/recipes/crafting_shapeless/empty_blueprint.json @@ -9,7 +9,7 @@ } ], "result": { - "item": "create:empty_blueprint", + "item": "create:empty_schematic", "count": 1 } } \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shapeless/translation_chassis.json b/src/main/resources/data/create/recipes/crafting_shapeless/translation_chassis.json index 5b761a373..466316ce2 100644 --- a/src/main/resources/data/create/recipes/crafting_shapeless/translation_chassis.json +++ b/src/main/resources/data/create/recipes/crafting_shapeless/translation_chassis.json @@ -2,11 +2,11 @@ "type": "crafting_shapeless", "ingredients": [ { - "item": "create:translation_chassis_secondary" + "item": "create:secondary_linear_chassis" } ], "result": { - "item": "create:translation_chassis", + "item": "create:linear_chassis", "count": 1 } } \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting_shapeless/translation_chassis_secondary.json b/src/main/resources/data/create/recipes/crafting_shapeless/translation_chassis_secondary.json index 6746988b9..9dd34f672 100644 --- a/src/main/resources/data/create/recipes/crafting_shapeless/translation_chassis_secondary.json +++ b/src/main/resources/data/create/recipes/crafting_shapeless/translation_chassis_secondary.json @@ -2,11 +2,11 @@ "type": "crafting_shapeless", "ingredients": [ { - "item": "create:translation_chassis" + "item": "create:linear_chassis" } ], "result": { - "item": "create:translation_chassis_secondary", + "item": "create:secondary_linear_chassis", "count": 1 } } \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crushing/copper_block.json b/src/main/resources/data/create/recipes/crushing/copper_block.json index 74d87c1ec..e46d23b50 100644 --- a/src/main/resources/data/create/recipes/crushing/copper_block.json +++ b/src/main/resources/data/create/recipes/crushing/copper_block.json @@ -7,7 +7,7 @@ ], "results": [ { - "item": "create:crushed_copper", + "item": "create:crushed_copper_ore", "count": 5 } ], diff --git a/src/main/resources/data/create/recipes/crushing/copper_ore.json b/src/main/resources/data/create/recipes/crushing/copper_ore.json index c5847f54d..10c89fe5f 100644 --- a/src/main/resources/data/create/recipes/crushing/copper_ore.json +++ b/src/main/resources/data/create/recipes/crushing/copper_ore.json @@ -7,11 +7,11 @@ ], "results": [ { - "item": "create:crushed_copper", + "item": "create:crushed_copper_ore", "count": 1 }, { - "item": "create:crushed_copper", + "item": "create:crushed_copper_ore", "count": 2, "chance": 0.3 }, diff --git a/src/main/resources/data/create/recipes/crushing/gold_ore.json b/src/main/resources/data/create/recipes/crushing/gold_ore.json index 9826f8d99..39fcc0744 100644 --- a/src/main/resources/data/create/recipes/crushing/gold_ore.json +++ b/src/main/resources/data/create/recipes/crushing/gold_ore.json @@ -7,11 +7,11 @@ ], "results": [ { - "item": "create:crushed_gold", + "item": "create:crushed_gold_ore", "count": 1 }, { - "item": "create:crushed_gold", + "item": "create:crushed_gold_ore", "count": 2, "chance": 0.3 }, diff --git a/src/main/resources/data/create/recipes/crushing/iron_ore.json b/src/main/resources/data/create/recipes/crushing/iron_ore.json index 38e6f01cd..4ade80425 100644 --- a/src/main/resources/data/create/recipes/crushing/iron_ore.json +++ b/src/main/resources/data/create/recipes/crushing/iron_ore.json @@ -7,11 +7,11 @@ ], "results": [ { - "item": "create:crushed_iron", + "item": "create:crushed_iron_ore", "count": 1 }, { - "item": "create:crushed_iron", + "item": "create:crushed_iron_ore", "count": 2, "chance": 0.3 }, diff --git a/src/main/resources/data/create/recipes/crushing/obsidian.json b/src/main/resources/data/create/recipes/crushing/obsidian.json index 2f747ff5e..3008a63f3 100644 --- a/src/main/resources/data/create/recipes/crushing/obsidian.json +++ b/src/main/resources/data/create/recipes/crushing/obsidian.json @@ -7,7 +7,7 @@ ], "results": [ { - "item": "create:obsidian_dust", + "item": "create:powdered_obsidian", "count": 1, "chance": 1 }, diff --git a/src/main/resources/data/create/recipes/crushing/zinc_block.json b/src/main/resources/data/create/recipes/crushing/zinc_block.json index 4a467f028..d10b5815e 100644 --- a/src/main/resources/data/create/recipes/crushing/zinc_block.json +++ b/src/main/resources/data/create/recipes/crushing/zinc_block.json @@ -7,7 +7,7 @@ ], "results": [ { - "item": "create:crushed_zinc", + "item": "create:crushed_zinc_ore", "count": 5 } ], diff --git a/src/main/resources/data/create/recipes/crushing/zinc_ore.json b/src/main/resources/data/create/recipes/crushing/zinc_ore.json index 6595a358a..4bfc78a2a 100644 --- a/src/main/resources/data/create/recipes/crushing/zinc_ore.json +++ b/src/main/resources/data/create/recipes/crushing/zinc_ore.json @@ -7,11 +7,11 @@ ], "results": [ { - "item": "create:crushed_zinc", + "item": "create:crushed_zinc_ore", "count": 1 }, { - "item": "create:crushed_zinc", + "item": "create:crushed_zinc_ore", "count": 2, "chance": 0.3 }, diff --git a/src/main/resources/data/create/recipes/mechanical_crafting/integrated_circuit.json b/src/main/resources/data/create/recipes/mechanical_crafting/integrated_circuit.json index 753fbcfe6..a96490273 100644 --- a/src/main/resources/data/create/recipes/mechanical_crafting/integrated_circuit.json +++ b/src/main/resources/data/create/recipes/mechanical_crafting/integrated_circuit.json @@ -8,7 +8,7 @@ ], "key": { "L": { - "item": "create:lapis_plate" + "item": "create:lapis_sheet" }, "R": { "tag": "forge:dusts/redstone" diff --git a/src/main/resources/data/create/recipes/milling/copper_ore.json b/src/main/resources/data/create/recipes/milling/copper_ore.json index 9b38e4c2a..e3f53892a 100644 --- a/src/main/resources/data/create/recipes/milling/copper_ore.json +++ b/src/main/resources/data/create/recipes/milling/copper_ore.json @@ -7,7 +7,7 @@ ], "results": [ { - "item": "create:crushed_copper", + "item": "create:crushed_copper_ore", "count": 1 } ], diff --git a/src/main/resources/data/create/recipes/milling/gold_ore.json b/src/main/resources/data/create/recipes/milling/gold_ore.json index 1c54dea85..51570f86f 100644 --- a/src/main/resources/data/create/recipes/milling/gold_ore.json +++ b/src/main/resources/data/create/recipes/milling/gold_ore.json @@ -7,7 +7,7 @@ ], "results": [ { - "item": "create:crushed_gold", + "item": "create:crushed_gold_ore", "count": 1 } ], diff --git a/src/main/resources/data/create/recipes/milling/iron_ore.json b/src/main/resources/data/create/recipes/milling/iron_ore.json index e20c3713f..e8133a559 100644 --- a/src/main/resources/data/create/recipes/milling/iron_ore.json +++ b/src/main/resources/data/create/recipes/milling/iron_ore.json @@ -7,7 +7,7 @@ ], "results": [ { - "item": "create:crushed_iron", + "item": "create:crushed_iron_ore", "count": 1 } ], diff --git a/src/main/resources/data/create/recipes/milling/wheat.json b/src/main/resources/data/create/recipes/milling/wheat.json index de671565d..897449075 100644 --- a/src/main/resources/data/create/recipes/milling/wheat.json +++ b/src/main/resources/data/create/recipes/milling/wheat.json @@ -7,11 +7,11 @@ ], "results": [ { - "item": "create:flour", + "item": "create:wheat_flour", "count": 1 }, { - "item": "create:flour", + "item": "create:wheat_flour", "count": 2, "chance": 0.25 }, diff --git a/src/main/resources/data/create/recipes/milling/zinc_ore.json b/src/main/resources/data/create/recipes/milling/zinc_ore.json index 23c066517..a3e869f80 100644 --- a/src/main/resources/data/create/recipes/milling/zinc_ore.json +++ b/src/main/resources/data/create/recipes/milling/zinc_ore.json @@ -7,7 +7,7 @@ ], "results": [ { - "item": "create:crushed_zinc", + "item": "create:crushed_zinc_ore", "count": 1 } ], diff --git a/src/main/resources/data/create/recipes/mixing/chromatic_compound.json b/src/main/resources/data/create/recipes/mixing/chromatic_compound.json index 827e3a3c7..8879c142b 100644 --- a/src/main/resources/data/create/recipes/mixing/chromatic_compound.json +++ b/src/main/resources/data/create/recipes/mixing/chromatic_compound.json @@ -9,7 +9,7 @@ "item": "create:polished_rose_quartz" }, { - "item": "create:obsidian_dust", + "item": "create:powdered_obsidian", "count": 3 }, { diff --git a/src/main/resources/data/create/recipes/mixing/crushed_brass.json b/src/main/resources/data/create/recipes/mixing/crushed_brass.json index a97dcdc40..7fb0cfa20 100644 --- a/src/main/resources/data/create/recipes/mixing/crushed_brass.json +++ b/src/main/resources/data/create/recipes/mixing/crushed_brass.json @@ -2,10 +2,10 @@ "type": "create:mixing", "ingredients": [ { - "item": "create:crushed_copper" + "item": "create:crushed_copper_ore" }, { - "item": "create:crushed_zinc" + "item": "create:crushed_zinc_ore" }, { "item": "minecraft:blaze_rod", diff --git a/src/main/resources/data/create/recipes/mixing/gunpowder.json b/src/main/resources/data/create/recipes/mixing/gunpowder.json index f70301982..c127184c3 100644 --- a/src/main/resources/data/create/recipes/mixing/gunpowder.json +++ b/src/main/resources/data/create/recipes/mixing/gunpowder.json @@ -5,7 +5,7 @@ "tag": "minecraft:coals" }, { - "item": "create:crushed_zinc" + "item": "create:crushed_zinc_ore" }, { "item": "minecraft:gunpowder" diff --git a/src/main/resources/data/create/recipes/pressing/gold_ingot.json b/src/main/resources/data/create/recipes/pressing/gold_ingot.json index 877d68bca..5dcef9d3a 100644 --- a/src/main/resources/data/create/recipes/pressing/gold_ingot.json +++ b/src/main/resources/data/create/recipes/pressing/gold_ingot.json @@ -7,7 +7,7 @@ ], "results": [ { - "item": "create:gold_sheet", + "item": "create:golden_sheet", "count": 1 } ] diff --git a/src/main/resources/data/create/recipes/pressing/lapis_block.json b/src/main/resources/data/create/recipes/pressing/lapis_block.json index f023361c7..af23670cd 100644 --- a/src/main/resources/data/create/recipes/pressing/lapis_block.json +++ b/src/main/resources/data/create/recipes/pressing/lapis_block.json @@ -7,7 +7,7 @@ ], "results": [ { - "item": "create:lapis_plate", + "item": "create:lapis_sheet", "count": 1 } ] diff --git a/src/main/resources/data/create/recipes/smelting/crushed_copper.json b/src/main/resources/data/create/recipes/smelting/crushed_copper.json index 1a5c337e0..e6875b970 100644 --- a/src/main/resources/data/create/recipes/smelting/crushed_copper.json +++ b/src/main/resources/data/create/recipes/smelting/crushed_copper.json @@ -1,7 +1,7 @@ { "type": "minecraft:smelting", "ingredient": { - "item": "create:crushed_copper" + "item": "create:crushed_copper_ore" }, "result": "create:copper_ingot", "experience": 0.1, diff --git a/src/main/resources/data/create/recipes/smelting/crushed_gold.json b/src/main/resources/data/create/recipes/smelting/crushed_gold.json index 8598b5002..6bf7613bb 100644 --- a/src/main/resources/data/create/recipes/smelting/crushed_gold.json +++ b/src/main/resources/data/create/recipes/smelting/crushed_gold.json @@ -1,7 +1,7 @@ { "type": "minecraft:smelting", "ingredient": { - "item": "create:crushed_gold" + "item": "create:crushed_gold_ore" }, "result": "minecraft:gold_ingot", "experience": 0.1, diff --git a/src/main/resources/data/create/recipes/smelting/crushed_iron.json b/src/main/resources/data/create/recipes/smelting/crushed_iron.json index 57e5f9938..f2d3dfc51 100644 --- a/src/main/resources/data/create/recipes/smelting/crushed_iron.json +++ b/src/main/resources/data/create/recipes/smelting/crushed_iron.json @@ -1,7 +1,7 @@ { "type": "minecraft:smelting", "ingredient": { - "item": "create:crushed_iron" + "item": "create:crushed_iron_ore" }, "result": "minecraft:iron_ingot", "experience": 0.1, diff --git a/src/main/resources/data/create/recipes/smelting/crushed_zinc.json b/src/main/resources/data/create/recipes/smelting/crushed_zinc.json index 8a500a2de..5ccc6df6e 100644 --- a/src/main/resources/data/create/recipes/smelting/crushed_zinc.json +++ b/src/main/resources/data/create/recipes/smelting/crushed_zinc.json @@ -1,7 +1,7 @@ { "type": "minecraft:smelting", "ingredient": { - "item": "create:crushed_zinc" + "item": "create:crushed_zinc_ore" }, "result": "create:zinc_ingot", "experience": 0.1, diff --git a/src/main/resources/data/create/recipes/splashing/crushed_copper.json b/src/main/resources/data/create/recipes/splashing/crushed_copper.json index 251110d4e..7da8d0821 100644 --- a/src/main/resources/data/create/recipes/splashing/crushed_copper.json +++ b/src/main/resources/data/create/recipes/splashing/crushed_copper.json @@ -2,7 +2,7 @@ "type": "create:splashing", "ingredients": [ { - "item": "create:crushed_copper" + "item": "create:crushed_copper_ore" } ], "results": [ diff --git a/src/main/resources/data/create/recipes/splashing/crushed_gold.json b/src/main/resources/data/create/recipes/splashing/crushed_gold.json index a71458cf2..96b49d7f6 100644 --- a/src/main/resources/data/create/recipes/splashing/crushed_gold.json +++ b/src/main/resources/data/create/recipes/splashing/crushed_gold.json @@ -2,7 +2,7 @@ "type": "create:splashing", "ingredients": [ { - "item": "create:crushed_gold" + "item": "create:crushed_gold_ore" } ], "results": [ diff --git a/src/main/resources/data/create/recipes/splashing/crushed_iron.json b/src/main/resources/data/create/recipes/splashing/crushed_iron.json index d5a16eb29..1d8a1d3d7 100644 --- a/src/main/resources/data/create/recipes/splashing/crushed_iron.json +++ b/src/main/resources/data/create/recipes/splashing/crushed_iron.json @@ -2,7 +2,7 @@ "type": "create:splashing", "ingredients": [ { - "item": "create:crushed_iron" + "item": "create:crushed_iron_ore" } ], "results": [ diff --git a/src/main/resources/data/create/recipes/splashing/crushed_zinc.json b/src/main/resources/data/create/recipes/splashing/crushed_zinc.json index f7753186a..2f00f2ae0 100644 --- a/src/main/resources/data/create/recipes/splashing/crushed_zinc.json +++ b/src/main/resources/data/create/recipes/splashing/crushed_zinc.json @@ -2,7 +2,7 @@ "type": "create:splashing", "ingredients": [ { - "item": "create:crushed_zinc" + "item": "create:crushed_zinc_ore" } ], "results": [ diff --git a/src/main/resources/data/create/recipes/splashing/flour.json b/src/main/resources/data/create/recipes/splashing/flour.json index 8f93a7d4c..dfd6f18ea 100644 --- a/src/main/resources/data/create/recipes/splashing/flour.json +++ b/src/main/resources/data/create/recipes/splashing/flour.json @@ -2,7 +2,7 @@ "type": "create:splashing", "ingredients": [ { - "item": "create:flour" + "item": "create:wheat_flour" } ], "results": [ diff --git a/src/main/resources/data/create/tags/items/crushed_ores.json b/src/main/resources/data/create/tags/items/crushed_ores.json deleted file mode 100644 index 7872bee65..000000000 --- a/src/main/resources/data/create/tags/items/crushed_ores.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "replace": false, - "values": [ - "create:crushed_iron", - "create:crushed_gold", - "create:crushed_brass", - "create:crushed_zinc", - "create:crushed_copper" - ] -} \ No newline at end of file