From 68e3be9b438b5298719d1eea9ff7292b72563f2c Mon Sep 17 00:00:00 2001 From: simibubi <31564874+simibubi@users.noreply.github.com> Date: Tue, 10 Sep 2019 12:09:48 +0200 Subject: [PATCH] Crafting recipes - Added crafting, smelting and stonecutting recipes for all added blocks --- .../java/com/simibubi/create/AllBlocks.java | 2 +- .../create/models/item/belt_funnel.json | 5 +++ .../assets/create/models/item/cogwheel.json | 9 ++++- .../create/models/item/crushing_wheel.json | 9 ++++- .../assets/create/models/item/drill.json | 9 ++++- .../create/models/item/entity_detector.json | 5 +++ .../assets/create/models/item/extractor.json | 5 +++ .../assets/create/models/item/harvester.json | 9 ++++- .../create/models/item/large_cogwheel.json | 9 ++++- .../create/models/item/linked_extractor.json | 5 +++ .../assets/create/models/item/motor.json | 9 ++++- .../create/models/item/pulse_repeater.json | 9 ++++- .../create/models/item/water_wheel.json | 9 ++++- .../{ => crafting}/andesite_alloy_cube.json | 0 .../recipes/crafting/belt_connector.json | 16 ++++++++ .../create/recipes/crafting/belt_funnel.json | 23 ++++++++++++ .../{ => crafting}/blaze_brass_cube.json | 0 .../{ => crafting}/blueprint_and_quill.json | 0 .../{ => crafting}/chorus_chrome_cube.json | 0 .../data/create/recipes/crafting/clutch.json | 26 +++++++++++++ .../create/recipes/crafting/cocoa_log.json | 15 ++++++++ .../create/recipes/crafting/cogwheel.json | 20 ++++++++++ .../data/create/recipes/crafting/contact.json | 26 +++++++++++++ .../recipes/crafting/crushing_wheel.json | 23 ++++++++++++ .../data/create/recipes/crafting/drill.json | 26 +++++++++++++ .../{ => crafting}/empty_blueprint.json | 0 .../create/recipes/crafting/encased_belt.json | 23 ++++++++++++ .../create/recipes/crafting/encased_fan.json | 26 +++++++++++++ .../recipes/crafting/encased_shaft.json | 23 ++++++++++++ .../recipes/crafting/entity_detector.json | 23 ++++++++++++ .../create/recipes/crafting/extractor.json | 29 +++++++++++++++ .../create/recipes/crafting/flexcrate.json | 23 ++++++++++++ .../data/create/recipes/crafting/gearbox.json | 23 ++++++++++++ .../create/recipes/crafting/gearshift.json | 26 +++++++++++++ .../create/recipes/crafting/harvester.json | 23 ++++++++++++ .../recipes/crafting/large_cogwheel.json | 23 ++++++++++++ .../recipes/crafting/linked_extractor.json | 15 ++++++++ .../recipes/crafting/mechanical_bearing.json | 26 +++++++++++++ .../recipes/crafting/mechanical_piston.json | 26 +++++++++++++ .../data/create/recipes/crafting/motor.json | 29 +++++++++++++++ .../recipes/crafting/palettes/desktop.ini | 37 +++++++++++++++++++ .../recipes/crafting/palettes/dolomite.json | 9 +++++ .../crafting/palettes/dolomite_bricks.json | 16 ++++++++ .../crafting/palettes/dolomite_slab.json | 15 ++++++++ .../crafting/palettes/dolomite_stairs.json | 17 +++++++++ .../crafting/palettes/dolomite_wall.json | 16 ++++++++ .../recipes/crafting/palettes/gabbro.json | 9 +++++ .../crafting/palettes/gabbro_bricks.json | 16 ++++++++ .../palettes/gabbro_bricks_stairs.json | 17 +++++++++ .../crafting/palettes/gabbro_bricks_wall.json | 16 ++++++++ .../crafting/palettes/gabbro_slab.json | 15 ++++++++ .../crafting/palettes/gabbro_stairs.json | 17 +++++++++ .../crafting/palettes/gabbro_wall.json | 16 ++++++++ .../palettes/indented_gabbro_slab.json | 15 ++++++++ .../recipes/crafting/palettes/limestone.json | 9 +++++ .../crafting/palettes/limestone_bricks.json | 16 ++++++++ .../palettes/limestone_bricks_slab.json | 15 ++++++++ .../palettes/limestone_bricks_stairs.json | 17 +++++++++ .../palettes/limestone_bricks_wall.json | 16 ++++++++ .../crafting/palettes/limestone_slab.json | 15 ++++++++ .../crafting/palettes/limestone_stairs.json | 17 +++++++++ .../crafting/palettes/limestone_wall.json | 16 ++++++++ .../palettes/paved_gabbro_bricks_slab.json | 15 ++++++++ .../crafting/palettes/polished_dolomite.json | 16 ++++++++ .../crafting/palettes/polished_gabbro.json | 16 ++++++++ .../crafting/palettes/polished_limestone.json | 16 ++++++++ .../palettes/polished_limestone_slab.json | 15 ++++++++ .../polished_weathered_limestone.json | 16 ++++++++ .../polished_weathered_limestone_slab.json | 15 ++++++++ .../palettes/weathered_limestone.json | 20 ++++++++++ .../palettes/weathered_limestone_bricks.json | 16 ++++++++ .../weathered_limestone_bricks_slab.json | 15 ++++++++ .../weathered_limestone_bricks_stairs.json | 17 +++++++++ .../weathered_limestone_bricks_wall.json | 16 ++++++++ .../palettes/weathered_limestone_slab.json | 15 ++++++++ .../palettes/weathered_limestone_stairs.json | 17 +++++++++ .../palettes/weathered_limestone_wall.json | 16 ++++++++ .../create/recipes/crafting/piston_pole.json | 20 ++++++++++ .../{ => crafting}/placement_handgun.json | 0 .../recipes/crafting/pulse_repeater.json | 22 +++++++++++ .../recipes/crafting/redstone_bridge.json | 22 +++++++++++ .../recipes/crafting/rotation_chassis.json | 23 ++++++++++++ .../{ => crafting}/schematic_table.json | 0 .../{ => crafting}/schematicannon.json | 0 .../data/create/recipes/crafting/shaft.json | 17 +++++++++ .../crafting/sticky_mechanical_piston.json | 19 ++++++++++ .../create/recipes/crafting/stockswitch.json | 26 +++++++++++++ .../recipes/{ => crafting}/symmetry_wand.json | 0 .../recipes/crafting/translation_chassis.json | 23 ++++++++++++ .../{ => crafting}/tree_fertilizer.json | 0 .../create/recipes/crafting/turntable.json | 19 ++++++++++ .../create/recipes/crafting/water_wheel.json | 20 ++++++++++ .../recipes/stonecutting/andesite_bricks.json | 8 ++++ .../recipes/stonecutting/diorite_bricks.json | 8 ++++ .../recipes/stonecutting/dolomite_bricks.json | 8 ++++ .../recipes/stonecutting/dolomite_pillar.json | 8 ++++ .../recipes/stonecutting/dolomite_slab.json | 8 ++++ .../recipes/stonecutting/dolomite_stairs.json | 8 ++++ .../recipes/stonecutting/dolomite_wall.json | 8 ++++ .../recipes/stonecutting/gabbro_bricks.json | 8 ++++ .../stonecutting/gabbro_bricks_stairs.json | 8 ++++ .../stonecutting/gabbro_bricks_stairs2.json | 8 ++++ .../stonecutting/gabbro_bricks_wall.json | 8 ++++ .../stonecutting/gabbro_bricks_wall2.json | 8 ++++ .../recipes/stonecutting/gabbro_slab.json | 8 ++++ .../recipes/stonecutting/gabbro_stairs.json | 8 ++++ .../recipes/stonecutting/gabbro_wall.json | 8 ++++ .../recipes/stonecutting/granite_bricks.json | 8 ++++ .../stonecutting/indented_gabbro_slab.json | 8 ++++ .../stonecutting/indented_gabbro_slab2.json | 8 ++++ .../stonecutting/limestone_bricks.json | 8 ++++ .../stonecutting/limestone_bricks_slab.json | 8 ++++ .../stonecutting/limestone_bricks_slab2.json | 8 ++++ .../stonecutting/limestone_bricks_stairs.json | 8 ++++ .../limestone_bricks_stairs2.json | 8 ++++ .../stonecutting/limestone_bricks_wall.json | 8 ++++ .../stonecutting/limestone_bricks_wall2.json | 8 ++++ .../stonecutting/limestone_pillar.json | 8 ++++ .../recipes/stonecutting/limestone_slab.json | 8 ++++ .../stonecutting/limestone_stairs.json | 8 ++++ .../recipes/stonecutting/limestone_wall.json | 8 ++++ .../stonecutting/mossy_gabbro_bricks.json | 8 ++++ .../stonecutting/paved_gabbro_bricks.json | 8 ++++ .../paved_gabbro_bricks_slab.json | 8 ++++ .../paved_gabbro_bricks_slab2.json | 8 ++++ .../stonecutting/polished_dolomite.json | 8 ++++ .../recipes/stonecutting/polished_gabbro.json | 8 ++++ .../stonecutting/polished_limestone.json | 8 ++++ .../stonecutting/polished_limestone_slab.json | 8 ++++ .../polished_limestone_slab2.json | 8 ++++ .../polished_weathered_limestone.json | 8 ++++ .../polished_weathered_limestone_slab.json | 8 ++++ .../polished_weathered_limestone_slab2.json | 8 ++++ .../slightly_mossy_gabbro_bricks.json | 8 ++++ .../weathered_limestone_bricks.json | 8 ++++ .../weathered_limestone_bricks_slab.json | 8 ++++ .../weathered_limestone_bricks_slab2.json | 8 ++++ .../weathered_limestone_bricks_stairs.json | 8 ++++ .../weathered_limestone_bricks_stairs2.json | 8 ++++ .../weathered_limestone_bricks_wall.json | 8 ++++ .../weathered_limestone_bricks_wall2.json | 8 ++++ .../weathered_limestone_pillar.json | 8 ++++ .../weathered_limestone_slab.json | 8 ++++ .../weathered_limestone_stairs.json | 8 ++++ .../weathered_limestone_wall.json | 8 ++++ 145 files changed, 1826 insertions(+), 9 deletions(-) rename src/main/resources/data/create/recipes/{ => crafting}/andesite_alloy_cube.json (100%) create mode 100644 src/main/resources/data/create/recipes/crafting/belt_connector.json create mode 100644 src/main/resources/data/create/recipes/crafting/belt_funnel.json rename src/main/resources/data/create/recipes/{ => crafting}/blaze_brass_cube.json (100%) rename src/main/resources/data/create/recipes/{ => crafting}/blueprint_and_quill.json (100%) rename src/main/resources/data/create/recipes/{ => crafting}/chorus_chrome_cube.json (100%) create mode 100644 src/main/resources/data/create/recipes/crafting/clutch.json create mode 100644 src/main/resources/data/create/recipes/crafting/cocoa_log.json create mode 100644 src/main/resources/data/create/recipes/crafting/cogwheel.json create mode 100644 src/main/resources/data/create/recipes/crafting/contact.json create mode 100644 src/main/resources/data/create/recipes/crafting/crushing_wheel.json create mode 100644 src/main/resources/data/create/recipes/crafting/drill.json rename src/main/resources/data/create/recipes/{ => crafting}/empty_blueprint.json (100%) create mode 100644 src/main/resources/data/create/recipes/crafting/encased_belt.json create mode 100644 src/main/resources/data/create/recipes/crafting/encased_fan.json create mode 100644 src/main/resources/data/create/recipes/crafting/encased_shaft.json create mode 100644 src/main/resources/data/create/recipes/crafting/entity_detector.json create mode 100644 src/main/resources/data/create/recipes/crafting/extractor.json create mode 100644 src/main/resources/data/create/recipes/crafting/flexcrate.json create mode 100644 src/main/resources/data/create/recipes/crafting/gearbox.json create mode 100644 src/main/resources/data/create/recipes/crafting/gearshift.json create mode 100644 src/main/resources/data/create/recipes/crafting/harvester.json create mode 100644 src/main/resources/data/create/recipes/crafting/large_cogwheel.json create mode 100644 src/main/resources/data/create/recipes/crafting/linked_extractor.json create mode 100644 src/main/resources/data/create/recipes/crafting/mechanical_bearing.json create mode 100644 src/main/resources/data/create/recipes/crafting/mechanical_piston.json create mode 100644 src/main/resources/data/create/recipes/crafting/motor.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/desktop.ini create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/dolomite.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/dolomite_bricks.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/dolomite_slab.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/dolomite_stairs.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/dolomite_wall.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/gabbro.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/gabbro_bricks.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/gabbro_bricks_stairs.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/gabbro_bricks_wall.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/gabbro_slab.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/gabbro_stairs.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/gabbro_wall.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/indented_gabbro_slab.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/limestone.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/limestone_bricks.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/limestone_bricks_slab.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/limestone_bricks_stairs.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/limestone_bricks_wall.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/limestone_slab.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/limestone_stairs.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/limestone_wall.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/paved_gabbro_bricks_slab.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/polished_dolomite.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/polished_gabbro.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/polished_limestone.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/polished_limestone_slab.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/polished_weathered_limestone.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/polished_weathered_limestone_slab.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/weathered_limestone.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/weathered_limestone_bricks.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/weathered_limestone_bricks_slab.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/weathered_limestone_bricks_stairs.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/weathered_limestone_bricks_wall.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/weathered_limestone_slab.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/weathered_limestone_stairs.json create mode 100644 src/main/resources/data/create/recipes/crafting/palettes/weathered_limestone_wall.json create mode 100644 src/main/resources/data/create/recipes/crafting/piston_pole.json rename src/main/resources/data/create/recipes/{ => crafting}/placement_handgun.json (100%) create mode 100644 src/main/resources/data/create/recipes/crafting/pulse_repeater.json create mode 100644 src/main/resources/data/create/recipes/crafting/redstone_bridge.json create mode 100644 src/main/resources/data/create/recipes/crafting/rotation_chassis.json rename src/main/resources/data/create/recipes/{ => crafting}/schematic_table.json (100%) rename src/main/resources/data/create/recipes/{ => crafting}/schematicannon.json (100%) create mode 100644 src/main/resources/data/create/recipes/crafting/shaft.json create mode 100644 src/main/resources/data/create/recipes/crafting/sticky_mechanical_piston.json create mode 100644 src/main/resources/data/create/recipes/crafting/stockswitch.json rename src/main/resources/data/create/recipes/{ => crafting}/symmetry_wand.json (100%) create mode 100644 src/main/resources/data/create/recipes/crafting/translation_chassis.json rename src/main/resources/data/create/recipes/{ => crafting}/tree_fertilizer.json (100%) create mode 100644 src/main/resources/data/create/recipes/crafting/turntable.json create mode 100644 src/main/resources/data/create/recipes/crafting/water_wheel.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/andesite_bricks.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/diorite_bricks.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/dolomite_bricks.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/dolomite_pillar.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/dolomite_slab.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/dolomite_stairs.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/dolomite_wall.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/gabbro_bricks.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/gabbro_bricks_stairs.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/gabbro_bricks_stairs2.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/gabbro_bricks_wall.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/gabbro_bricks_wall2.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/gabbro_slab.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/gabbro_stairs.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/gabbro_wall.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/granite_bricks.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/indented_gabbro_slab.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/indented_gabbro_slab2.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/limestone_bricks.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/limestone_bricks_slab.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/limestone_bricks_slab2.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/limestone_bricks_stairs.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/limestone_bricks_stairs2.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/limestone_bricks_wall.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/limestone_bricks_wall2.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/limestone_pillar.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/limestone_slab.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/limestone_stairs.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/limestone_wall.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/mossy_gabbro_bricks.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/paved_gabbro_bricks.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/paved_gabbro_bricks_slab.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/paved_gabbro_bricks_slab2.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/polished_dolomite.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/polished_gabbro.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/polished_limestone.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/polished_limestone_slab.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/polished_limestone_slab2.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/polished_weathered_limestone.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/polished_weathered_limestone_slab.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/polished_weathered_limestone_slab2.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/slightly_mossy_gabbro_bricks.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_slab.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_slab2.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_stairs.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_stairs2.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_wall.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_wall2.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/weathered_limestone_pillar.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/weathered_limestone_slab.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/weathered_limestone_stairs.json create mode 100644 src/main/resources/data/create/recipes/stonecutting/weathered_limestone_wall.json diff --git a/src/main/java/com/simibubi/create/AllBlocks.java b/src/main/java/com/simibubi/create/AllBlocks.java index ae168ecd0..e1c907dfc 100644 --- a/src/main/java/com/simibubi/create/AllBlocks.java +++ b/src/main/java/com/simibubi/create/AllBlocks.java @@ -144,9 +144,9 @@ public enum AllBlocks { LIMESTONE_PILLAR(new RotatedPillarBlock(Properties.from(LIMESTONE.block))), WEATHERED_LIMESTONE(new Block(Properties.from(Blocks.ANDESITE)), ComesWith.STAIRS, ComesWith.SLAB, ComesWith.WALL), - POLISHED_WEATHERED_LIMESTONE(new Block(Properties.from(WEATHERED_LIMESTONE.block)), ComesWith.SLAB), WEATHERED_LIMESTONE_BRICKS(new Block(Properties.from(WEATHERED_LIMESTONE.block)), ComesWith.STAIRS, ComesWith.SLAB, ComesWith.WALL), + POLISHED_WEATHERED_LIMESTONE(new Block(Properties.from(WEATHERED_LIMESTONE.block)), ComesWith.SLAB), WEATHERED_LIMESTONE_PILLAR(new RotatedPillarBlock(Properties.from(WEATHERED_LIMESTONE.block))), DOLOMITE(new Block(Properties.from(Blocks.QUARTZ_BLOCK)), ComesWith.STAIRS, ComesWith.SLAB, ComesWith.WALL), diff --git a/src/main/resources/assets/create/models/item/belt_funnel.json b/src/main/resources/assets/create/models/item/belt_funnel.json index d1588d2a4..9a9b66c76 100644 --- a/src/main/resources/assets/create/models/item/belt_funnel.json +++ b/src/main/resources/assets/create/models/item/belt_funnel.json @@ -6,6 +6,11 @@ "rotation": [ 30, 45, 0 ], "translation": [ 0, 0, 0], "scale":[ 0.625, 0.625, 0.625 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, -3.5], + "scale":[ 0.5, 0.5, 0.5 ] } }, "textures": { diff --git a/src/main/resources/assets/create/models/item/cogwheel.json b/src/main/resources/assets/create/models/item/cogwheel.json index cca5e78e3..7d80b4e05 100644 --- a/src/main/resources/assets/create/models/item/cogwheel.json +++ b/src/main/resources/assets/create/models/item/cogwheel.json @@ -1,3 +1,10 @@ { - "parent": "create:block/cogwheel" + "parent": "create:block/cogwheel", + "display": { + "fixed": { + "rotation": [ 90, 0, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.5, 0.5, 0.5 ] + } + } } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/crushing_wheel.json b/src/main/resources/assets/create/models/item/crushing_wheel.json index fc862d8f4..ae75bb8ad 100644 --- a/src/main/resources/assets/create/models/item/crushing_wheel.json +++ b/src/main/resources/assets/create/models/item/crushing_wheel.json @@ -1,3 +1,10 @@ { - "parent": "create:block/crushing_wheel" + "parent": "create:block/crushing_wheel", + "display": { + "fixed": { + "rotation": [ 90, 0, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.5, 0.5, 0.5 ] + } + } } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/drill.json b/src/main/resources/assets/create/models/item/drill.json index 45ede4782..98c0b42a5 100644 --- a/src/main/resources/assets/create/models/item/drill.json +++ b/src/main/resources/assets/create/models/item/drill.json @@ -1,3 +1,10 @@ { - "parent": "create:block/drill_fixated" + "parent": "create:block/drill_fixated", + "display": { + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, -3], + "scale":[ 0.5, 0.5, 0.5 ] + } + } } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/entity_detector.json b/src/main/resources/assets/create/models/item/entity_detector.json index 8f603edcd..dba31f41f 100644 --- a/src/main/resources/assets/create/models/item/entity_detector.json +++ b/src/main/resources/assets/create/models/item/entity_detector.json @@ -6,6 +6,11 @@ "rotation": [ 30, 45, 0 ], "translation": [ 0, 0, 0], "scale":[ 0.625, 0.625, 0.625 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.5, 0.5, 0.5 ] } }, "textures": { diff --git a/src/main/resources/assets/create/models/item/extractor.json b/src/main/resources/assets/create/models/item/extractor.json index 845382927..ff105c6db 100644 --- a/src/main/resources/assets/create/models/item/extractor.json +++ b/src/main/resources/assets/create/models/item/extractor.json @@ -5,6 +5,11 @@ "rotation": [ 30, 45, 0 ], "translation": [ 0, 0, 0], "scale":[ 0.625, 0.625, 0.625 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, -3.5], + "scale":[ 0.5, 0.5, 0.5 ] } }, "textures": { diff --git a/src/main/resources/assets/create/models/item/harvester.json b/src/main/resources/assets/create/models/item/harvester.json index c9dff6b36..b5b75ca92 100644 --- a/src/main/resources/assets/create/models/item/harvester.json +++ b/src/main/resources/assets/create/models/item/harvester.json @@ -1,3 +1,10 @@ { - "parent": "create:block/harvester" + "parent": "create:block/harvester", + "display": { + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, -3], + "scale":[ 0.5, 0.5, 0.5 ] + } + } } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/large_cogwheel.json b/src/main/resources/assets/create/models/item/large_cogwheel.json index 40f2272fc..da2bff29f 100644 --- a/src/main/resources/assets/create/models/item/large_cogwheel.json +++ b/src/main/resources/assets/create/models/item/large_cogwheel.json @@ -1,3 +1,10 @@ { - "parent": "create:block/large_cogwheel" + "parent": "create:block/large_cogwheel", + "display": { + "fixed": { + "rotation": [ 90, 0, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.5, 0.5, 0.5 ] + } + } } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/linked_extractor.json b/src/main/resources/assets/create/models/item/linked_extractor.json index 7a6a21184..23049b3ea 100644 --- a/src/main/resources/assets/create/models/item/linked_extractor.json +++ b/src/main/resources/assets/create/models/item/linked_extractor.json @@ -5,6 +5,11 @@ "rotation": [ 30, 45, 0 ], "translation": [ 0, 0, 0], "scale":[ 0.625, 0.625, 0.625 ] + }, + "fixed": { + "rotation": [ 0, 180, 0 ], + "translation": [ 0, 0, -3.5], + "scale":[ 0.5, 0.5, 0.5 ] } }, "textures": { diff --git a/src/main/resources/assets/create/models/item/motor.json b/src/main/resources/assets/create/models/item/motor.json index 2d331b158..34c207eec 100644 --- a/src/main/resources/assets/create/models/item/motor.json +++ b/src/main/resources/assets/create/models/item/motor.json @@ -1,3 +1,10 @@ { - "parent": "create:block/motor" + "parent": "create:block/motor", + "display": { + "fixed": { + "rotation": [ 0, 90, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.5, 0.5, 0.5 ] + } + } } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/pulse_repeater.json b/src/main/resources/assets/create/models/item/pulse_repeater.json index 3421ad52d..3030b26ac 100644 --- a/src/main/resources/assets/create/models/item/pulse_repeater.json +++ b/src/main/resources/assets/create/models/item/pulse_repeater.json @@ -1,3 +1,10 @@ { - "parent": "create:block/pulse_repeater" + "parent": "create:block/pulse_repeater", + "display": { + "fixed": { + "rotation": [ 270, 0, 0 ], + "translation": [ 0, 0, -3], + "scale":[ 0.5, 0.5, 0.5 ] + } + } } \ No newline at end of file diff --git a/src/main/resources/assets/create/models/item/water_wheel.json b/src/main/resources/assets/create/models/item/water_wheel.json index a5d775067..c4ce263df 100644 --- a/src/main/resources/assets/create/models/item/water_wheel.json +++ b/src/main/resources/assets/create/models/item/water_wheel.json @@ -1,3 +1,10 @@ { - "parent": "create:block/water_wheel" + "parent": "create:block/water_wheel", + "display": { + "fixed": { + "rotation": [ 90, 0, 0 ], + "translation": [ 0, 0, 0], + "scale":[ 0.5, 0.5, 0.5 ] + } + } } diff --git a/src/main/resources/data/create/recipes/andesite_alloy_cube.json b/src/main/resources/data/create/recipes/crafting/andesite_alloy_cube.json similarity index 100% rename from src/main/resources/data/create/recipes/andesite_alloy_cube.json rename to src/main/resources/data/create/recipes/crafting/andesite_alloy_cube.json diff --git a/src/main/resources/data/create/recipes/crafting/belt_connector.json b/src/main/resources/data/create/recipes/crafting/belt_connector.json new file mode 100644 index 000000000..815c06973 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/belt_connector.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "DDD", + "DDD" + ], + "key": { + "D": { + "item": "minecraft:dried_kelp" + } + }, + "result": { + "item": "create:belt_connector", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/belt_funnel.json b/src/main/resources/data/create/recipes/crafting/belt_funnel.json new file mode 100644 index 000000000..dcb592936 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/belt_funnel.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "N ", + "P ", + "ND" + ], + "key": { + "D": { + "item": "minecraft:dried_kelp" + }, + "N": { + "item": "minecraft:gold_nugget" + }, + "P": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "create:belt_funnel", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/blaze_brass_cube.json b/src/main/resources/data/create/recipes/crafting/blaze_brass_cube.json similarity index 100% rename from src/main/resources/data/create/recipes/blaze_brass_cube.json rename to src/main/resources/data/create/recipes/crafting/blaze_brass_cube.json diff --git a/src/main/resources/data/create/recipes/blueprint_and_quill.json b/src/main/resources/data/create/recipes/crafting/blueprint_and_quill.json similarity index 100% rename from src/main/resources/data/create/recipes/blueprint_and_quill.json rename to src/main/resources/data/create/recipes/crafting/blueprint_and_quill.json diff --git a/src/main/resources/data/create/recipes/chorus_chrome_cube.json b/src/main/resources/data/create/recipes/crafting/chorus_chrome_cube.json similarity index 100% rename from src/main/resources/data/create/recipes/chorus_chrome_cube.json rename to src/main/resources/data/create/recipes/crafting/chorus_chrome_cube.json diff --git a/src/main/resources/data/create/recipes/crafting/clutch.json b/src/main/resources/data/create/recipes/crafting/clutch.json new file mode 100644 index 000000000..616627079 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/clutch.json @@ -0,0 +1,26 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "ABA", + "RSR", + "ABA" + ], + "key": { + "B": { + "tag": "minecraft:planks" + }, + "A": { + "item": "create:andesite_alloy_cube" + }, + "S": { + "item": "create:shaft" + }, + "R": { + "item": "minecraft:redstone" + } + }, + "result": { + "item": "create:clutch", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/cocoa_log.json b/src/main/resources/data/create/recipes/crafting/cocoa_log.json new file mode 100644 index 000000000..725753091 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/cocoa_log.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "tag": "minecraft:jungle_logs" + }, + { + "item": "minecraft:cocoa_beans" + } + ], + "result": { + "item": "create:cocoa_log", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/cogwheel.json b/src/main/resources/data/create/recipes/crafting/cogwheel.json new file mode 100644 index 000000000..6df9420be --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/cogwheel.json @@ -0,0 +1,20 @@ +{ + "type": "crafting_shaped", + "pattern": [ + " B ", + "BSB", + " B " + ], + "key": { + "B": { + "tag": "minecraft:wooden_buttons" + }, + "S": { + "item": "create:shaft" + } + }, + "result": { + "item": "create:cogwheel", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/contact.json b/src/main/resources/data/create/recipes/crafting/contact.json new file mode 100644 index 000000000..b7be7b530 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/contact.json @@ -0,0 +1,26 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "GAG", + "PRP", + "GPG" + ], + "key": { + "P": { + "tag": "minecraft:planks" + }, + "A": { + "item": "create:andesite_alloy_cube" + }, + "R": { + "item": "minecraft:redstone" + }, + "G": { + "item": "minecraft:gold_nugget" + } + }, + "result": { + "item": "create:contact", + "count": 2 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/crushing_wheel.json b/src/main/resources/data/create/recipes/crafting/crushing_wheel.json new file mode 100644 index 000000000..7de46d527 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/crushing_wheel.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "ABA", + "BSB", + "ABA" + ], + "key": { + "B": { + "item": "minecraft:polished_andesite" + }, + "A": { + "item": "create:andesite_alloy_cube" + }, + "S": { + "item": "create:large_cogwheel" + } + }, + "result": { + "item": "create:crushing_wheel", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/drill.json b/src/main/resources/data/create/recipes/crafting/drill.json new file mode 100644 index 000000000..05fff8ab4 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/drill.json @@ -0,0 +1,26 @@ +{ + "type": "crafting_shaped", + "pattern": [ + " AA", + "CIA", + "SC " + ], + "key": { + "A": { + "item": "create:andesite_alloy_cube" + }, + "I": { + "item": "minecraft:iron_block" + }, + "S": { + "item": "create:shaft" + }, + "C": { + "item": "minecraft:cobblestone" + } + }, + "result": { + "item": "create:drill", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/empty_blueprint.json b/src/main/resources/data/create/recipes/crafting/empty_blueprint.json similarity index 100% rename from src/main/resources/data/create/recipes/empty_blueprint.json rename to src/main/resources/data/create/recipes/crafting/empty_blueprint.json diff --git a/src/main/resources/data/create/recipes/crafting/encased_belt.json b/src/main/resources/data/create/recipes/crafting/encased_belt.json new file mode 100644 index 000000000..c5d0a151c --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/encased_belt.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "ABA", + "BSB", + "ABA" + ], + "key": { + "B": { + "tag": "minecraft:planks" + }, + "A": { + "item": "create:andesite_alloy_cube" + }, + "S": { + "item": "create:belt_connector" + } + }, + "result": { + "item": "create:encased_belt", + "count": 2 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/encased_fan.json b/src/main/resources/data/create/recipes/crafting/encased_fan.json new file mode 100644 index 000000000..252c814eb --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/encased_fan.json @@ -0,0 +1,26 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "ABA", + "RSR", + "ABA" + ], + "key": { + "B": { + "item": "minecraft:iron_bars" + }, + "A": { + "item": "create:andesite_alloy_cube" + }, + "S": { + "item": "create:shaft" + }, + "R": { + "tag": "minecraft:logs" + } + }, + "result": { + "item": "create:encased_fan", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/encased_shaft.json b/src/main/resources/data/create/recipes/crafting/encased_shaft.json new file mode 100644 index 000000000..81a0cbdf7 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/encased_shaft.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "ABA", + "BSB", + "ABA" + ], + "key": { + "B": { + "tag": "minecraft:planks" + }, + "A": { + "item": "create:andesite_alloy_cube" + }, + "S": { + "item": "create:shaft" + } + }, + "result": { + "item": "create:encased_shaft", + "count": 2 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/entity_detector.json b/src/main/resources/data/create/recipes/crafting/entity_detector.json new file mode 100644 index 000000000..02a3bfe80 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/entity_detector.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "ABA", + "BSB", + "ABA" + ], + "key": { + "B": { + "tag": "minecraft:planks" + }, + "A": { + "item": "minecraft:gold_nugget" + }, + "S": { + "item": "minecraft:observer" + } + }, + "result": { + "item": "create:entity_detector", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/extractor.json b/src/main/resources/data/create/recipes/crafting/extractor.json new file mode 100644 index 000000000..9018fa2d6 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/extractor.json @@ -0,0 +1,29 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "GN", + "RD", + "PN" + ], + "key": { + "G": { + "item": "minecraft:gold_ingot" + }, + "R": { + "item": "minecraft:redstone" + }, + "D": { + "item": "minecraft:dried_kelp" + }, + "N": { + "item": "minecraft:gold_nugget" + }, + "P": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "create:extractor", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/flexcrate.json b/src/main/resources/data/create/recipes/crafting/flexcrate.json new file mode 100644 index 000000000..71258c888 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/flexcrate.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "ABA", + "BSB", + "ABA" + ], + "key": { + "B": { + "tag": "minecraft:planks" + }, + "A": { + "item": "minecraft:gold_nugget" + }, + "S": { + "item": "minecraft:chest" + } + }, + "result": { + "item": "create:flexcrate", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/gearbox.json b/src/main/resources/data/create/recipes/crafting/gearbox.json new file mode 100644 index 000000000..fb5cf9966 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/gearbox.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "ABA", + "BSB", + "ABA" + ], + "key": { + "B": { + "item": "create:cogwheel" + }, + "A": { + "item": "create:andesite_alloy_cube" + }, + "S": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "create:gearbox", + "count": 2 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/gearshift.json b/src/main/resources/data/create/recipes/crafting/gearshift.json new file mode 100644 index 000000000..83549f077 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/gearshift.json @@ -0,0 +1,26 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "ABA", + "RSR", + "ABA" + ], + "key": { + "B": { + "tag": "minecraft:planks" + }, + "A": { + "item": "create:andesite_alloy_cube" + }, + "S": { + "item": "create:cogwheel" + }, + "R": { + "item": "minecraft:redstone" + } + }, + "result": { + "item": "create:gearshift", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/harvester.json b/src/main/resources/data/create/recipes/crafting/harvester.json new file mode 100644 index 000000000..5eeb2d0a6 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/harvester.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "pattern": [ + " I ", + "IAI", + "CCC" + ], + "key": { + "A": { + "item": "create:andesite_alloy_cube" + }, + "I": { + "item": "minecraft:iron_nugget" + }, + "C": { + "item": "minecraft:cobblestone" + } + }, + "result": { + "item": "create:harvester", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/large_cogwheel.json b/src/main/resources/data/create/recipes/crafting/large_cogwheel.json new file mode 100644 index 000000000..bb2ee24e9 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/large_cogwheel.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "BPB", + "PSP", + "BPB" + ], + "key": { + "B": { + "tag": "minecraft:wooden_buttons" + }, + "P": { + "tag": "minecraft:planks" + }, + "S": { + "item": "create:shaft" + } + }, + "result": { + "item": "create:large_cogwheel", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/linked_extractor.json b/src/main/resources/data/create/recipes/crafting/linked_extractor.json new file mode 100644 index 000000000..f87471657 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/linked_extractor.json @@ -0,0 +1,15 @@ +{ + "type": "minecraft:crafting_shapeless", + "ingredients": [ + { + "item": "create:extractor" + }, + { + "item": "minecraft:redstone_torch" + } + ], + "result": { + "item": "create:linked_extractor", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/mechanical_bearing.json b/src/main/resources/data/create/recipes/crafting/mechanical_bearing.json new file mode 100644 index 000000000..455b68cb7 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/mechanical_bearing.json @@ -0,0 +1,26 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "PPP", + "CIC", + "CGC" + ], + "key": { + "I": { + "item": "minecraft:iron_ingot" + }, + "G": { + "item": "create:shaft" + }, + "C": { + "item": "minecraft:cobblestone" + }, + "P": { + "tag": "minecraft:logs" + } + }, + "result": { + "item": "create:mechanical_bearing", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/mechanical_piston.json b/src/main/resources/data/create/recipes/crafting/mechanical_piston.json new file mode 100644 index 000000000..c4074c65a --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/mechanical_piston.json @@ -0,0 +1,26 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "PPP", + "CIC", + "CGC" + ], + "key": { + "I": { + "item": "minecraft:iron_ingot" + }, + "G": { + "item": "create:cogwheel" + }, + "C": { + "item": "minecraft:cobblestone" + }, + "P": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "create:mechanical_piston", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/motor.json b/src/main/resources/data/create/recipes/crafting/motor.json new file mode 100644 index 000000000..f0493a81d --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/motor.json @@ -0,0 +1,29 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SA ", + "ABI", + " IO" + ], + "key": { + "B": { + "item": "create:blaze_brass_cube" + }, + "A": { + "item": "create:andesite_alloy_cube" + }, + "I": { + "item": "minecraft:iron_block" + }, + "S": { + "item": "create:shaft" + }, + "O": { + "item": "minecraft:obsidian" + } + }, + "result": { + "item": "create:motor", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/desktop.ini b/src/main/resources/data/create/recipes/crafting/palettes/desktop.ini new file mode 100644 index 000000000..2ce3d7e57 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/desktop.ini @@ -0,0 +1,37 @@ +[LocalizedFileNames] +weathered_limestone.json=@weathered_limestone.json,0 +weathered_limestone_bricks.json=@weathered_limestone_bricks.json,0 +limestone_bricks.json=@limestone_bricks.json,0 +polished_weathered_limestone.json=@polished_weathered_limestone.json,0 +polished_limestone.json=@polished_limestone.json,0 +polished_weathered_limestone_slab.json=@polished_weathered_limestone_slab.json,0 +weathered_limestone_bricks_slab.json=@weathered_limestone_bricks_slab.json,0 +weathered_limestone_slab.json=@weathered_limestone_slab.json,0 +polished_limestone_slab.json=@polished_limestone_slab.json,0 +limestone_slab.json=@limestone_slab.json,0 +limestone_bricks_slab.json=@limestone_bricks_slab.json,0 +limestone_bricks_wall.json=@limestone_bricks_wall.json,0 +weathered_limestone_bricks_wall.json=@weathered_limestone_bricks_wall.json,0 +weathered_limestone_wall.json=@weathered_limestone_wall.json,0 +limestone_wall.json=@limestone_wall.json,0 +weathered_limestone_stairs.json=@weathered_limestone_stairs.json,0 +weathered_limestone_bricks_stairs.json=@weathered_limestone_bricks_stairs.json,0 +limestone_bricks_stairs.json=@limestone_bricks_stairs.json,0 +limestone_stairs.json=@limestone_stairs.json,0 +limestone.json=@limestone.json,0 +gabbro.json=@gabbro.json,0 +gabbro_bricks.json=@gabbro_bricks.json,0 +polished_gabbro.json=@polished_gabbro.json,0 +paved_gabbro_bricks_slab.json=@paved_gabbro_bricks_slab.json,0 +indented_gabbro_slab.json=@indented_gabbro_slab.json,0 +gabbro_slab.json=@gabbro_slab.json,0 +gabbro_wall.json=@gabbro_wall.json,0 +gabbro_bricks_wall.json=@gabbro_bricks_wall.json,0 +gabbro_bricks_stairs.json=@gabbro_bricks_stairs.json,0 +gabbro_stairs.json=@gabbro_stairs.json,0 +dolomite.json=@dolomite.json,0 +polished_dolomite.json=@polished_dolomite.json,0 +dolomite_bricks.json=@dolomite_bricks.json,0 +dolomite_slab.json=@dolomite_slab.json,0 +dolomite_wall.json=@dolomite_wall.json,0 +dolomite_stairs.json=@dolomite_stairs.json,0 diff --git a/src/main/resources/data/create/recipes/crafting/palettes/dolomite.json b/src/main/resources/data/create/recipes/crafting/palettes/dolomite.json new file mode 100644 index 000000000..69293fd2d --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/dolomite.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:diorite" + }, + "result": "create:dolomite", + "experience": 0.1, + "cookingtime": 200 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/dolomite_bricks.json b/src/main/resources/data/create/recipes/crafting/palettes/dolomite_bricks.json new file mode 100644 index 000000000..1f6baef99 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/dolomite_bricks.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SS", + "SS" + ], + "key": { + "S": { + "item": "create:polished_dolomite" + } + }, + "result": { + "item": "create:dolomite_bricks", + "count": 4 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/dolomite_slab.json b/src/main/resources/data/create/recipes/crafting/palettes/dolomite_slab.json new file mode 100644 index 000000000..6b77d81c9 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/dolomite_slab.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SSS" + ], + "key": { + "S": { + "item": "create:dolomite" + } + }, + "result": { + "item": "create:dolomite_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/dolomite_stairs.json b/src/main/resources/data/create/recipes/crafting/palettes/dolomite_stairs.json new file mode 100644 index 000000000..9c5b51384 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/dolomite_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "S ", + "SS ", + "SSS" + ], + "key": { + "S": { + "item": "create:dolomite" + } + }, + "result": { + "item": "create:dolomite_stairs", + "count": 8 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/dolomite_wall.json b/src/main/resources/data/create/recipes/crafting/palettes/dolomite_wall.json new file mode 100644 index 000000000..19d68a1be --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/dolomite_wall.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SSS", + "SSS" + ], + "key": { + "S": { + "item": "create:dolomite" + } + }, + "result": { + "item": "create:dolomite_wall", + "count": 12 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/gabbro.json b/src/main/resources/data/create/recipes/crafting/palettes/gabbro.json new file mode 100644 index 000000000..ce234c181 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/gabbro.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:granite" + }, + "result": "create:gabbro", + "experience": 0.1, + "cookingtime": 200 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/gabbro_bricks.json b/src/main/resources/data/create/recipes/crafting/palettes/gabbro_bricks.json new file mode 100644 index 000000000..60a32f678 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/gabbro_bricks.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SS", + "SS" + ], + "key": { + "S": { + "item": "create:polished_gabbro" + } + }, + "result": { + "item": "create:gabbro_bricks", + "count": 4 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/gabbro_bricks_stairs.json b/src/main/resources/data/create/recipes/crafting/palettes/gabbro_bricks_stairs.json new file mode 100644 index 000000000..ba9d49513 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/gabbro_bricks_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "S ", + "SS ", + "SSS" + ], + "key": { + "S": { + "item": "create:gabbro_bricks" + } + }, + "result": { + "item": "create:gabbro_bricks_stairs", + "count": 8 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/gabbro_bricks_wall.json b/src/main/resources/data/create/recipes/crafting/palettes/gabbro_bricks_wall.json new file mode 100644 index 000000000..3c6704c89 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/gabbro_bricks_wall.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SSS", + "SSS" + ], + "key": { + "S": { + "item": "create:gabbro_bricks" + } + }, + "result": { + "item": "create:gabbro_bricks_wall", + "count": 12 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/gabbro_slab.json b/src/main/resources/data/create/recipes/crafting/palettes/gabbro_slab.json new file mode 100644 index 000000000..bfc5f8f63 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/gabbro_slab.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SSS" + ], + "key": { + "S": { + "item": "create:gabbro" + } + }, + "result": { + "item": "create:gabbro_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/gabbro_stairs.json b/src/main/resources/data/create/recipes/crafting/palettes/gabbro_stairs.json new file mode 100644 index 000000000..81289a85f --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/gabbro_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "S ", + "SS ", + "SSS" + ], + "key": { + "S": { + "item": "create:gabbro" + } + }, + "result": { + "item": "create:gabbro_stairs", + "count": 8 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/gabbro_wall.json b/src/main/resources/data/create/recipes/crafting/palettes/gabbro_wall.json new file mode 100644 index 000000000..0bd336a9e --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/gabbro_wall.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SSS", + "SSS" + ], + "key": { + "S": { + "item": "create:gabbro" + } + }, + "result": { + "item": "create:gabbro_wall", + "count": 12 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/indented_gabbro_slab.json b/src/main/resources/data/create/recipes/crafting/palettes/indented_gabbro_slab.json new file mode 100644 index 000000000..d0122bcb6 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/indented_gabbro_slab.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SSS" + ], + "key": { + "S": { + "item": "create:polished_gabbro" + } + }, + "result": { + "item": "create:indented_gabbro_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/limestone.json b/src/main/resources/data/create/recipes/crafting/palettes/limestone.json new file mode 100644 index 000000000..3b8d96767 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/limestone.json @@ -0,0 +1,9 @@ +{ + "type": "minecraft:smelting", + "ingredient": { + "item": "minecraft:sandstone" + }, + "result": "create:limestone", + "experience": 0.1, + "cookingtime": 200 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/limestone_bricks.json b/src/main/resources/data/create/recipes/crafting/palettes/limestone_bricks.json new file mode 100644 index 000000000..f9081bc89 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/limestone_bricks.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SS", + "SS" + ], + "key": { + "S": { + "item": "create:polished_limestone" + } + }, + "result": { + "item": "create:limestone_bricks", + "count": 4 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/limestone_bricks_slab.json b/src/main/resources/data/create/recipes/crafting/palettes/limestone_bricks_slab.json new file mode 100644 index 000000000..fe91d2bd1 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/limestone_bricks_slab.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SSS" + ], + "key": { + "S": { + "item": "create:limestone_bricks" + } + }, + "result": { + "item": "create:limestone_bricks_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/limestone_bricks_stairs.json b/src/main/resources/data/create/recipes/crafting/palettes/limestone_bricks_stairs.json new file mode 100644 index 000000000..30dfc330c --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/limestone_bricks_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "S ", + "SS ", + "SSS" + ], + "key": { + "S": { + "item": "create:limestone_bricks" + } + }, + "result": { + "item": "create:limestone_bricks_stairs", + "count": 8 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/limestone_bricks_wall.json b/src/main/resources/data/create/recipes/crafting/palettes/limestone_bricks_wall.json new file mode 100644 index 000000000..fc505274f --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/limestone_bricks_wall.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SSS", + "SSS" + ], + "key": { + "S": { + "item": "create:limestone_bricks" + } + }, + "result": { + "item": "create:limestone_bricks_wall", + "count": 12 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/limestone_slab.json b/src/main/resources/data/create/recipes/crafting/palettes/limestone_slab.json new file mode 100644 index 000000000..18c746461 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/limestone_slab.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SSS" + ], + "key": { + "S": { + "item": "create:limestone" + } + }, + "result": { + "item": "create:limestone_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/limestone_stairs.json b/src/main/resources/data/create/recipes/crafting/palettes/limestone_stairs.json new file mode 100644 index 000000000..e34ef28c2 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/limestone_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "S ", + "SS ", + "SSS" + ], + "key": { + "S": { + "item": "create:limestone" + } + }, + "result": { + "item": "create:limestone_stairs", + "count": 8 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/limestone_wall.json b/src/main/resources/data/create/recipes/crafting/palettes/limestone_wall.json new file mode 100644 index 000000000..4e38cd2e2 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/limestone_wall.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SSS", + "SSS" + ], + "key": { + "S": { + "item": "create:limestone" + } + }, + "result": { + "item": "create:limestone_wall", + "count": 12 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/paved_gabbro_bricks_slab.json b/src/main/resources/data/create/recipes/crafting/palettes/paved_gabbro_bricks_slab.json new file mode 100644 index 000000000..e5f24e407 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/paved_gabbro_bricks_slab.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SSS" + ], + "key": { + "S": { + "item": "create:paved_gabbro_bricks" + } + }, + "result": { + "item": "create:paved_gabbro_bricks_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/polished_dolomite.json b/src/main/resources/data/create/recipes/crafting/palettes/polished_dolomite.json new file mode 100644 index 000000000..9c86b7cfc --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/polished_dolomite.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SS", + "SS" + ], + "key": { + "S": { + "item": "create:dolomite" + } + }, + "result": { + "item": "create:polished_dolomite", + "count": 4 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/polished_gabbro.json b/src/main/resources/data/create/recipes/crafting/palettes/polished_gabbro.json new file mode 100644 index 000000000..f7e796fb9 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/polished_gabbro.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SS", + "SS" + ], + "key": { + "S": { + "item": "create:gabbro" + } + }, + "result": { + "item": "create:polished_gabbro", + "count": 4 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/polished_limestone.json b/src/main/resources/data/create/recipes/crafting/palettes/polished_limestone.json new file mode 100644 index 000000000..9add521e5 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/polished_limestone.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SS", + "SS" + ], + "key": { + "S": { + "item": "create:limestone" + } + }, + "result": { + "item": "create:polished_limestone", + "count": 4 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/polished_limestone_slab.json b/src/main/resources/data/create/recipes/crafting/palettes/polished_limestone_slab.json new file mode 100644 index 000000000..48a2eaca8 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/polished_limestone_slab.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SSS" + ], + "key": { + "S": { + "item": "create:polished_limestone" + } + }, + "result": { + "item": "create:polished_limestone_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/polished_weathered_limestone.json b/src/main/resources/data/create/recipes/crafting/palettes/polished_weathered_limestone.json new file mode 100644 index 000000000..620e79f66 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/polished_weathered_limestone.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SS", + "SS" + ], + "key": { + "S": { + "item": "create:weathered_limestone" + } + }, + "result": { + "item": "create:polished_weathered_limestone", + "count": 4 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/polished_weathered_limestone_slab.json b/src/main/resources/data/create/recipes/crafting/palettes/polished_weathered_limestone_slab.json new file mode 100644 index 000000000..05bf108eb --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/polished_weathered_limestone_slab.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SSS" + ], + "key": { + "S": { + "item": "create:polished_weathered_limestone" + } + }, + "result": { + "item": "create:polished_weathered_limestone_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/weathered_limestone.json b/src/main/resources/data/create/recipes/crafting/palettes/weathered_limestone.json new file mode 100644 index 000000000..a92e9916f --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/weathered_limestone.json @@ -0,0 +1,20 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "LLL", + "LWL", + "LLL" + ], + "key": { + "L": { + "item": "create:limestone" + }, + "W": { + "item": "minecraft:water_bucket" + } + }, + "result": { + "item": "create:weathered_limestone", + "count": 8 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/weathered_limestone_bricks.json b/src/main/resources/data/create/recipes/crafting/palettes/weathered_limestone_bricks.json new file mode 100644 index 000000000..ccea8c165 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/weathered_limestone_bricks.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SS", + "SS" + ], + "key": { + "S": { + "item": "create:polished_weathered_limestone" + } + }, + "result": { + "item": "create:weathered_limestone_bricks", + "count": 4 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/weathered_limestone_bricks_slab.json b/src/main/resources/data/create/recipes/crafting/palettes/weathered_limestone_bricks_slab.json new file mode 100644 index 000000000..05cdc2293 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/weathered_limestone_bricks_slab.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SSS" + ], + "key": { + "S": { + "item": "create:weathered_limestone_bricks" + } + }, + "result": { + "item": "create:weathered_limestone_bricks_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/weathered_limestone_bricks_stairs.json b/src/main/resources/data/create/recipes/crafting/palettes/weathered_limestone_bricks_stairs.json new file mode 100644 index 000000000..72ffb693d --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/weathered_limestone_bricks_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "S ", + "SS ", + "SSS" + ], + "key": { + "S": { + "item": "create:weathered_limestone_bricks" + } + }, + "result": { + "item": "create:weathered_limestone_bricks_stairs", + "count": 8 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/weathered_limestone_bricks_wall.json b/src/main/resources/data/create/recipes/crafting/palettes/weathered_limestone_bricks_wall.json new file mode 100644 index 000000000..fb4dfaa79 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/weathered_limestone_bricks_wall.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SSS", + "SSS" + ], + "key": { + "S": { + "item": "create:weathered_limestone_bricks" + } + }, + "result": { + "item": "create:weathered_limestone_bricks_wall", + "count": 12 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/weathered_limestone_slab.json b/src/main/resources/data/create/recipes/crafting/palettes/weathered_limestone_slab.json new file mode 100644 index 000000000..1471da269 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/weathered_limestone_slab.json @@ -0,0 +1,15 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SSS" + ], + "key": { + "S": { + "item": "create:weathered_limestone" + } + }, + "result": { + "item": "create:weathered_limestone_slab", + "count": 6 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/weathered_limestone_stairs.json b/src/main/resources/data/create/recipes/crafting/palettes/weathered_limestone_stairs.json new file mode 100644 index 000000000..76ba120a5 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/weathered_limestone_stairs.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "S ", + "SS ", + "SSS" + ], + "key": { + "S": { + "item": "create:weathered_limestone" + } + }, + "result": { + "item": "create:weathered_limestone_stairs", + "count": 8 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/palettes/weathered_limestone_wall.json b/src/main/resources/data/create/recipes/crafting/palettes/weathered_limestone_wall.json new file mode 100644 index 000000000..994a499d8 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/palettes/weathered_limestone_wall.json @@ -0,0 +1,16 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SSS", + "SSS" + ], + "key": { + "S": { + "item": "create:weathered_limestone" + } + }, + "result": { + "item": "create:weathered_limestone_wall", + "count": 12 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/piston_pole.json b/src/main/resources/data/create/recipes/crafting/piston_pole.json new file mode 100644 index 000000000..751afe484 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/piston_pole.json @@ -0,0 +1,20 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "P", + "A", + "P" + ], + "key": { + "P": { + "tag": "minecraft:planks" + }, + "A": { + "item": "create:andesite_alloy_cube" + } + }, + "result": { + "item": "create:piston_pole", + "count": 8 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/placement_handgun.json b/src/main/resources/data/create/recipes/crafting/placement_handgun.json similarity index 100% rename from src/main/resources/data/create/recipes/placement_handgun.json rename to src/main/resources/data/create/recipes/crafting/placement_handgun.json diff --git a/src/main/resources/data/create/recipes/crafting/pulse_repeater.json b/src/main/resources/data/create/recipes/crafting/pulse_repeater.json new file mode 100644 index 000000000..0b6d9874e --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/pulse_repeater.json @@ -0,0 +1,22 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "RRT", + "SSS" + ], + "key": { + "S": { + "item": "minecraft:stone" + }, + "R": { + "item": "minecraft:redstone" + }, + "T": { + "item": "minecraft:redstone_torch" + } + }, + "result": { + "item": "create:pulse_repeater", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/redstone_bridge.json b/src/main/resources/data/create/recipes/crafting/redstone_bridge.json new file mode 100644 index 000000000..b9b90e150 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/redstone_bridge.json @@ -0,0 +1,22 @@ +{ + "type": "crafting_shaped", + "pattern": [ + " T", + "GSG" + ], + "key": { + "S": { + "tag": "minecraft:planks" + }, + "G": { + "item": "minecraft:gold_ingot" + }, + "T": { + "item": "minecraft:redstone_torch" + } + }, + "result": { + "item": "create:redstone_bridge", + "count": 2 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/rotation_chassis.json b/src/main/resources/data/create/recipes/crafting/rotation_chassis.json new file mode 100644 index 000000000..45fd17cfb --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/rotation_chassis.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "ALA", + "PLP", + "ALA" + ], + "key": { + "L": { + "tag": "minecraft:logs" + }, + "A": { + "item": "create:andesite_alloy_cube" + }, + "P": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "create:rotation_chassis", + "count": 4 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/schematic_table.json b/src/main/resources/data/create/recipes/crafting/schematic_table.json similarity index 100% rename from src/main/resources/data/create/recipes/schematic_table.json rename to src/main/resources/data/create/recipes/crafting/schematic_table.json diff --git a/src/main/resources/data/create/recipes/schematicannon.json b/src/main/resources/data/create/recipes/crafting/schematicannon.json similarity index 100% rename from src/main/resources/data/create/recipes/schematicannon.json rename to src/main/resources/data/create/recipes/crafting/schematicannon.json diff --git a/src/main/resources/data/create/recipes/crafting/shaft.json b/src/main/resources/data/create/recipes/crafting/shaft.json new file mode 100644 index 000000000..d77d72f73 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/shaft.json @@ -0,0 +1,17 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "A", + "A", + "A" + ], + "key": { + "A": { + "item": "create:andesite_alloy_cube" + } + }, + "result": { + "item": "create:shaft", + "count": 16 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/sticky_mechanical_piston.json b/src/main/resources/data/create/recipes/crafting/sticky_mechanical_piston.json new file mode 100644 index 000000000..0fddfe2e6 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/sticky_mechanical_piston.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "S", + "P" + ], + "key": { + "P": { + "item": "create:mechanical_piston" + }, + "S": { + "item": "minecraft:slime_ball" + } + }, + "result": { + "item": "create:sticky_mechanical_piston", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/stockswitch.json b/src/main/resources/data/create/recipes/crafting/stockswitch.json new file mode 100644 index 000000000..76c612688 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/stockswitch.json @@ -0,0 +1,26 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "GAG", + "PRP", + "GPG" + ], + "key": { + "P": { + "tag": "minecraft:planks" + }, + "A": { + "item": "minecraft:heavy_weighted_pressure_plate" + }, + "R": { + "item": "minecraft:comparator" + }, + "G": { + "item": "minecraft:gold_nugget" + } + }, + "result": { + "item": "create:stockswitch", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/symmetry_wand.json b/src/main/resources/data/create/recipes/crafting/symmetry_wand.json similarity index 100% rename from src/main/resources/data/create/recipes/symmetry_wand.json rename to src/main/resources/data/create/recipes/crafting/symmetry_wand.json diff --git a/src/main/resources/data/create/recipes/crafting/translation_chassis.json b/src/main/resources/data/create/recipes/crafting/translation_chassis.json new file mode 100644 index 000000000..1ca2c29fc --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/translation_chassis.json @@ -0,0 +1,23 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "APA", + "LLL", + "APA" + ], + "key": { + "L": { + "tag": "minecraft:logs" + }, + "A": { + "item": "create:andesite_alloy_cube" + }, + "P": { + "tag": "minecraft:planks" + } + }, + "result": { + "item": "create:translation_chassis", + "count": 4 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/tree_fertilizer.json b/src/main/resources/data/create/recipes/crafting/tree_fertilizer.json similarity index 100% rename from src/main/resources/data/create/recipes/tree_fertilizer.json rename to src/main/resources/data/create/recipes/crafting/tree_fertilizer.json diff --git a/src/main/resources/data/create/recipes/crafting/turntable.json b/src/main/resources/data/create/recipes/crafting/turntable.json new file mode 100644 index 000000000..ad6294cd5 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/turntable.json @@ -0,0 +1,19 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "S", + "H" + ], + "key": { + "H": { + "item": "create:shaft" + }, + "S": { + "tag": "minecraft:wooden_slabs" + } + }, + "result": { + "item": "create:turntable", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/crafting/water_wheel.json b/src/main/resources/data/create/recipes/crafting/water_wheel.json new file mode 100644 index 000000000..a9e343df2 --- /dev/null +++ b/src/main/resources/data/create/recipes/crafting/water_wheel.json @@ -0,0 +1,20 @@ +{ + "type": "crafting_shaped", + "pattern": [ + "SSS", + "SCS", + "SSS" + ], + "key": { + "C": { + "item": "create:large_cogwheel" + }, + "S": { + "tag": "minecraft:wooden_slabs" + } + }, + "result": { + "item": "create:water_wheel", + "count": 1 + } +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/andesite_bricks.json b/src/main/resources/data/create/recipes/stonecutting/andesite_bricks.json new file mode 100644 index 000000000..f379c7df2 --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/andesite_bricks.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/main/resources/data/create/recipes/stonecutting/diorite_bricks.json b/src/main/resources/data/create/recipes/stonecutting/diorite_bricks.json new file mode 100644 index 000000000..d7d98e4bd --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/diorite_bricks.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/main/resources/data/create/recipes/stonecutting/dolomite_bricks.json b/src/main/resources/data/create/recipes/stonecutting/dolomite_bricks.json new file mode 100644 index 000000000..27293be51 --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/dolomite_bricks.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/main/resources/data/create/recipes/stonecutting/dolomite_pillar.json b/src/main/resources/data/create/recipes/stonecutting/dolomite_pillar.json new file mode 100644 index 000000000..9dd46828a --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/dolomite_pillar.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/main/resources/data/create/recipes/stonecutting/dolomite_slab.json b/src/main/resources/data/create/recipes/stonecutting/dolomite_slab.json new file mode 100644 index 000000000..a7e7cffff --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/dolomite_slab.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dolomite" + }, + "result": "create:dolomite_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/dolomite_stairs.json b/src/main/resources/data/create/recipes/stonecutting/dolomite_stairs.json new file mode 100644 index 000000000..06a377fc5 --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/dolomite_stairs.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dolomite" + }, + "result": "create:dolomite_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/dolomite_wall.json b/src/main/resources/data/create/recipes/stonecutting/dolomite_wall.json new file mode 100644 index 000000000..90e9e7d03 --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/dolomite_wall.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:dolomite" + }, + "result": "create:dolomite_wall", + "count": 2 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/gabbro_bricks.json b/src/main/resources/data/create/recipes/stonecutting/gabbro_bricks.json new file mode 100644 index 000000000..db7afd4fd --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/gabbro_bricks.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/main/resources/data/create/recipes/stonecutting/gabbro_bricks_stairs.json b/src/main/resources/data/create/recipes/stonecutting/gabbro_bricks_stairs.json new file mode 100644 index 000000000..b2d4d0fe7 --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/gabbro_bricks_stairs.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:gabbro" + }, + "result": "create:gabbro_bricks_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/gabbro_bricks_stairs2.json b/src/main/resources/data/create/recipes/stonecutting/gabbro_bricks_stairs2.json new file mode 100644 index 000000000..c333f57d2 --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/gabbro_bricks_stairs2.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/main/resources/data/create/recipes/stonecutting/gabbro_bricks_wall.json b/src/main/resources/data/create/recipes/stonecutting/gabbro_bricks_wall.json new file mode 100644 index 000000000..d6ceb6742 --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/gabbro_bricks_wall.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:gabbro" + }, + "result": "create:gabbro_bricks_wall", + "count": 2 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/gabbro_bricks_wall2.json b/src/main/resources/data/create/recipes/stonecutting/gabbro_bricks_wall2.json new file mode 100644 index 000000000..faa20c23d --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/gabbro_bricks_wall2.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:gabbro_bricks" + }, + "result": "create:gabbro_bricks_wall", + "count": 2 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/gabbro_slab.json b/src/main/resources/data/create/recipes/stonecutting/gabbro_slab.json new file mode 100644 index 000000000..d4c0906fa --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/gabbro_slab.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:gabbro" + }, + "result": "create:gabbro_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/gabbro_stairs.json b/src/main/resources/data/create/recipes/stonecutting/gabbro_stairs.json new file mode 100644 index 000000000..377c5c53a --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/gabbro_stairs.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:gabbro" + }, + "result": "create:gabbro_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/gabbro_wall.json b/src/main/resources/data/create/recipes/stonecutting/gabbro_wall.json new file mode 100644 index 000000000..be9520329 --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/gabbro_wall.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:gabbro" + }, + "result": "create:gabbro_wall", + "count": 2 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/granite_bricks.json b/src/main/resources/data/create/recipes/stonecutting/granite_bricks.json new file mode 100644 index 000000000..737c1061e --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/granite_bricks.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/main/resources/data/create/recipes/stonecutting/indented_gabbro_slab.json b/src/main/resources/data/create/recipes/stonecutting/indented_gabbro_slab.json new file mode 100644 index 000000000..88c24028f --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/indented_gabbro_slab.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:gabbro" + }, + "result": "create:indented_gabbro_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/indented_gabbro_slab2.json b/src/main/resources/data/create/recipes/stonecutting/indented_gabbro_slab2.json new file mode 100644 index 000000000..9349e2cf8 --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/indented_gabbro_slab2.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:polished_gabbro" + }, + "result": "create:indented_gabbro_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/limestone_bricks.json b/src/main/resources/data/create/recipes/stonecutting/limestone_bricks.json new file mode 100644 index 000000000..abb1d975c --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/limestone_bricks.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/main/resources/data/create/recipes/stonecutting/limestone_bricks_slab.json b/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_slab.json new file mode 100644 index 000000000..cc8a36be9 --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_slab.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:limestone" + }, + "result": "create:limestone_bricks_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_slab2.json b/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_slab2.json new file mode 100644 index 000000000..52e335b87 --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_slab2.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/main/resources/data/create/recipes/stonecutting/limestone_bricks_stairs.json b/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_stairs.json new file mode 100644 index 000000000..43ff891ec --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_stairs.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:limestone" + }, + "result": "create:limestone_bricks_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_stairs2.json b/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_stairs2.json new file mode 100644 index 000000000..2329b41d0 --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_stairs2.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/main/resources/data/create/recipes/stonecutting/limestone_bricks_wall.json b/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_wall.json new file mode 100644 index 000000000..580114710 --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_wall.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:limestone" + }, + "result": "create:limestone_bricks_wall", + "count": 2 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_wall2.json b/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_wall2.json new file mode 100644 index 000000000..20f0a3a74 --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/limestone_bricks_wall2.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:limestone_bricks" + }, + "result": "create:limestone_bricks_wall", + "count": 2 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/limestone_pillar.json b/src/main/resources/data/create/recipes/stonecutting/limestone_pillar.json new file mode 100644 index 000000000..b1bb3e877 --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/limestone_pillar.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/main/resources/data/create/recipes/stonecutting/limestone_slab.json b/src/main/resources/data/create/recipes/stonecutting/limestone_slab.json new file mode 100644 index 000000000..0939dfe83 --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/limestone_slab.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:limestone" + }, + "result": "create:limestone_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/limestone_stairs.json b/src/main/resources/data/create/recipes/stonecutting/limestone_stairs.json new file mode 100644 index 000000000..539b2ab0a --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/limestone_stairs.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:limestone" + }, + "result": "create:limestone_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/limestone_wall.json b/src/main/resources/data/create/recipes/stonecutting/limestone_wall.json new file mode 100644 index 000000000..a8f315854 --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/limestone_wall.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:limestone" + }, + "result": "create:limestone_wall", + "count": 2 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/mossy_gabbro_bricks.json b/src/main/resources/data/create/recipes/stonecutting/mossy_gabbro_bricks.json new file mode 100644 index 000000000..252b3561d --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/mossy_gabbro_bricks.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:gabbro" + }, + "result": "create:mossy_gabbro_bricks", + "count": 1 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/paved_gabbro_bricks.json b/src/main/resources/data/create/recipes/stonecutting/paved_gabbro_bricks.json new file mode 100644 index 000000000..a08e43841 --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/paved_gabbro_bricks.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:gabbro" + }, + "result": "create:paved_gabbro_bricks", + "count": 1 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/paved_gabbro_bricks_slab.json b/src/main/resources/data/create/recipes/stonecutting/paved_gabbro_bricks_slab.json new file mode 100644 index 000000000..0d3d2fbbb --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/paved_gabbro_bricks_slab.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:gabbro" + }, + "result": "create:paved_gabbro_bricks_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/paved_gabbro_bricks_slab2.json b/src/main/resources/data/create/recipes/stonecutting/paved_gabbro_bricks_slab2.json new file mode 100644 index 000000000..5e34b24d1 --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/paved_gabbro_bricks_slab2.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:paved_gabbro_bricks" + }, + "result": "create:paved_gabbro_bricks_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/polished_dolomite.json b/src/main/resources/data/create/recipes/stonecutting/polished_dolomite.json new file mode 100644 index 000000000..833af3e91 --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/polished_dolomite.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/main/resources/data/create/recipes/stonecutting/polished_gabbro.json b/src/main/resources/data/create/recipes/stonecutting/polished_gabbro.json new file mode 100644 index 000000000..54edb803f --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/polished_gabbro.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/main/resources/data/create/recipes/stonecutting/polished_limestone.json b/src/main/resources/data/create/recipes/stonecutting/polished_limestone.json new file mode 100644 index 000000000..e5ac1e17a --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/polished_limestone.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/main/resources/data/create/recipes/stonecutting/polished_limestone_slab.json b/src/main/resources/data/create/recipes/stonecutting/polished_limestone_slab.json new file mode 100644 index 000000000..1f7529ad7 --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/polished_limestone_slab.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:limestone" + }, + "result": "create:polished_limestone_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/polished_limestone_slab2.json b/src/main/resources/data/create/recipes/stonecutting/polished_limestone_slab2.json new file mode 100644 index 000000000..d5b582806 --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/polished_limestone_slab2.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/main/resources/data/create/recipes/stonecutting/polished_weathered_limestone.json b/src/main/resources/data/create/recipes/stonecutting/polished_weathered_limestone.json new file mode 100644 index 000000000..ec13bc0d2 --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/polished_weathered_limestone.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/main/resources/data/create/recipes/stonecutting/polished_weathered_limestone_slab.json b/src/main/resources/data/create/recipes/stonecutting/polished_weathered_limestone_slab.json new file mode 100644 index 000000000..70fd6ad0c --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/polished_weathered_limestone_slab.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:weathered_limestone" + }, + "result": "create:polished_weathered_limestone_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/polished_weathered_limestone_slab2.json b/src/main/resources/data/create/recipes/stonecutting/polished_weathered_limestone_slab2.json new file mode 100644 index 000000000..07418cd84 --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/polished_weathered_limestone_slab2.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/main/resources/data/create/recipes/stonecutting/slightly_mossy_gabbro_bricks.json b/src/main/resources/data/create/recipes/stonecutting/slightly_mossy_gabbro_bricks.json new file mode 100644 index 000000000..2a9b1dea7 --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/slightly_mossy_gabbro_bricks.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:gabbro" + }, + "result": "create:slightly_mossy_gabbro_bricks", + "count": 1 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks.json b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks.json new file mode 100644 index 000000000..ab6c5c16e --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks.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/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_slab.json b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_slab.json new file mode 100644 index 000000000..1e25db8ce --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_slab.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:weathered_limestone" + }, + "result": "create:weathered_limestone_bricks_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_slab2.json b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_slab2.json new file mode 100644 index 000000000..2019ce0bf --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_slab2.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/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_stairs.json b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_stairs.json new file mode 100644 index 000000000..030f1de39 --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_stairs.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:weathered_limestone" + }, + "result": "create:weathered_limestone_bricks_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_stairs2.json b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_stairs2.json new file mode 100644 index 000000000..a3f51b00e --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_stairs2.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/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_wall.json b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_wall.json new file mode 100644 index 000000000..f04c6673c --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_wall.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:weathered_limestone" + }, + "result": "create:weathered_limestone_bricks_wall", + "count": 2 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_wall2.json b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_wall2.json new file mode 100644 index 000000000..b8d923438 --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_bricks_wall2.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:weathered_limestone_bricks" + }, + "result": "create:weathered_limestone_bricks_wall", + "count": 2 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_pillar.json b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_pillar.json new file mode 100644 index 000000000..175624491 --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_pillar.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/main/resources/data/create/recipes/stonecutting/weathered_limestone_slab.json b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_slab.json new file mode 100644 index 000000000..6c84af7eb --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_slab.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:weathered_limestone" + }, + "result": "create:weathered_limestone_slab", + "count": 2 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_stairs.json b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_stairs.json new file mode 100644 index 000000000..ca8db51c6 --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_stairs.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:weathered_limestone" + }, + "result": "create:weathered_limestone_stairs", + "count": 1 +} \ No newline at end of file diff --git a/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_wall.json b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_wall.json new file mode 100644 index 000000000..4115bc9bd --- /dev/null +++ b/src/main/resources/data/create/recipes/stonecutting/weathered_limestone_wall.json @@ -0,0 +1,8 @@ +{ + "type": "minecraft:stonecutting", + "ingredient": { + "item": "create:weathered_limestone" + }, + "result": "create:weathered_limestone_wall", + "count": 2 +} \ No newline at end of file